K
Khách

Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.

8 tháng 11 2017

VIII.

1. What about playing a game of table tennis?

2. How about going to the bookstore?

3. That's a good idea

4. Ok

8 tháng 11 2017

VIII.

B.

1. But what?

2. Will you join us?

3. I'd love to

4. Is seven o'clock ok?

5. Thanks for inviting me

6. It's my pleasure

19 tháng 12 2021

#include <bits/stdc++.h>

using namespace std;

double a,b;

int main()

{

cin>>a>>b;

cout<<(a+b)*2;

return 0;

}

26 tháng 8 2021

undefinedundefined

26 tháng 8 2021

a. x2 - 2x

⇔ x(x - 2)

b. 3x - 6y

⇔ 3(x - 2y)

c. 5(x + 3y) - 15x(x + 3y)

⇔ (5 - 15x)(x + 3y)

d. 3(x - y) - 5x(y - x)

⇔ 3(x - y) + 5x(x - y)

⇔ (3 + 5x)(x - y)