Giúp e làm các câu đó đi ạ trừ câu 3, 4 ra thôi ạ
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.
2 câu tiếp theo :
Em nghe em về quê hương ngay
Em đã sáng tác hết đây này
1 My sister has learned English for 5 years
2 A supermarket was built near the airport last year
3 I spent three hours cleaning the house yesterday
6 The wall built three weeks ago fell down
7 Unless you leave me alone, I will call the police
8 The suspects are being followed by the police
10 Nobody in this team is as good at playing football as Tom
e: Xét tứ giác AHCN có
AH//CN
AN//CH
=>AHCN là hình bình hành
=>AH=CN=15cm
Bài 2:
Ta có: \(3n^3+10n^2-5⋮3n+1\)
\(\Leftrightarrow3n^3+n^2+9n^2+3n-3n-1-4⋮3n+1\)
\(\Leftrightarrow3n+1\in\left\{1;-1;2;-2;4;-4\right\}\)
\(\Leftrightarrow3n\in\left\{0;-3;3\right\}\)
hay \(n\in\left\{0;-1;1\right\}\)
uses crt;
var a:array[1..100] of integer;
i,n,d,tong :integer;
begin
clrscr;
d:=0;
tong:=0;
readln(n);
for i:=1 to n do
readln(a[i]);
end;
for i:=1 to n do
if (a[i]>0) then begin
d:=d+1;
if d=1 then begin writeln('trong day co so nguyen duong '); write(' vi tri cua cac so duong ',i); end
else
begin
tong:=tong+a[i];
write(' ',i);
end;
end
else if ((i=n)and(d=0)) then write(' khong co so duong');
writeln;
writeln(' tong so luong so nguyen duong trong day so: ',d);
writeln(' ton cac so nguyen duong: ',tong);
readln;
end.
a) \(f\left(x\right)+g\left(x\right)-h\left(x\right)\)
\(=\left(2x^5-4^4x^4+3x^3-x^2+5x-1\right)+\left(-x^5+2x^4-3x^3-x^2-2x+7\right)-\left(x^5-2x^4-2x^2-x-3\right)\)
\(=2x^5-4x^4+3x^3-x^2+5x-1-x^5+2x^4-3x^3-x^2-2x+7-x^5+2x^4+2x^2+x+3\)\(=\left(2x^5-x^5-x^5\right)-\left(4x^4-2x^4-2x^4\right)+\left(3x^3-3x^3\right)-\left(x^2+x^2-2x^2\right)+\left(5x-2x+x\right)-\left(1-7-3\right)\)
\(=0-0+0-0+4x-9\)
\(=4x-9\)
`a,`
`f(x)+g(x)-h(x)=(2x^5-4x^4+3x^3-x^2+5x-1)+(-x^5+2x^4-3x^3-x^2-2x+7)-(x^5-2x^4-2x^2-x-3)`
`= 2x^5-4x^4+3x^3-x^2+5x-1+ -x^5+2x^4-3x^3-x^2-2x+7-x^5+2x^4+2x^2+x+3`
`= (2x^5-x^5-x^5)-(4x^4-2x^4-2x^4)+(3x^3-3x^3)-(x^2-2x^2)-(2x-x)+(-1+7+3)`
`= 0-0+0-(-x^2)-x+10 = x^2-x+9`