Giúp mình bài tính nhanh này nhé!
0,2x317x7+0,14 x 3520 + 33,1x 14
Cảm ơn mọi người rất nhiều!
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.
Bài 1
1.\(x\left(x+3\right)\)
\(=x^2+3x\)
2.\(3x\left(x+2\right)\)
\(=3x^2+6x\)
3,\(x^2\left(3x-1\right)\)
\(=3x^3-x^2\)
4.\(-5x^3\left(3x^2-7\right)\)
\(=-15x^5+35x^3\)
5.\(3x\left(5x^2-2x-1\right)\)
\(=15x^3-6x^2-3x\)
6.\(-x^2\left(5x^3-x-\dfrac{1}{2}\right)\)
\(=-5x^5+x^3+\dfrac{x^2}{2}\)
7.\(\left(x^2+2x-3\right).\left(-x\right)\)
\(=-x^3-2x^2+3x\)
8.\(4x^3\left(-2x^2+4x^4-3\right)\)
\(=-8x^5+16x^7-12x^3\)
9.\(-5x^2\left(3x^2-2x+1\right)\)
\(=-15x^4+10x^3-5x^2\)
10.\(-4x^5\left(x^3-4x^2+7x-3\right)\)
\(=-4x^8+16x^7-28x^6+12x^5\)
11.\(\left(x+2\right)\left(x+3\right)\)
\(=x^2+3x+2x+6\)
12.\(\left(x-7\right)\left(x-5\right)\)
\(=x^2-5x-7x+35\)
13.\(\left(3x+5\right)\left(2x-7\right)\)
\(=6x^2-21x+10x-35\)
14.\(\left(x-3\right)\left(x^2-2x-1\right)\)
\(x^3-2x^2-x-3x^2+6x+3\)
15.\(\left(2x-1\right)\left(x^2-5x+3\right)\)
\(=2x^3-10x^2+6x-x^2+5x-3\)
16.\(\left(x-5\right)\left(-x^2+x-1\right)\)
\(=-x^3+x^2-x+5x^2-5x+5\)
17,\(\left(\dfrac{1}{2}x+3\right)\left(2x^2-4x-6\right)\)
\(=x^3-2x^2-3x+6x^2-12x-18\)
P/s:mình làm hơi tắt tại bài dài quá:))
a) 0,2 x 317 x 7 + 0,14 x 3520 + 33,1 x 14
= ( 0,2 x 7 ) x 317 + 0,14 x 3520 + 33,1 x 14
= 1,4 x 317 + 0,14 x 3520 + 33,1 x 14
= 443,8 + 492,8 + 463,4
= 1400
b) 2 + 5 + 8 + ... + 65 - 387: từ 2 đến 65 có 22 số hạng
= { ( 65 + 2 ) x 22 : 2 } - 387
= 737 - 387
= 350
Mình sẽ làm theo đề bài của mình nếu đúng thì ... nha
Biến đổi vế phải ta có :
( x + y) [ ( x - y)^2 + xy ] = ( x + y)( x^2 - 2xy + y^2 + xy)
= ( x+ y)( x^2 - xy+ y^2)
= x^3 + y^3
VẬy VT = VP đẳng thức được CM
= 2263 + 1824 + 1326 + 1584
= 4087 + 2910
= 6997
TK MK NHA
uses crt;
var a:array[1..1000]of integer;
n,i,k,min,vt:integer;
begin
clrscr;
write('Nhap n='); readln(n);
if n=0 then writeln('Moi ban nhap lai')
else begin
for i:=1 to n do
begin
write('A[',i,']='); readln(a[i]);
end;
for i:=1 to n do
write(a[i]:4);
writeln;
min:=a[1];
vt:=1;
for i:=1 to n do
if min>a[i] then
begin
min:=a[i];
vt:=i;
end;
writeln('So nho nhat la: ',min,' tai vi tri: ',vt);
write('Nhap k='); readln(k);
for i:=1 to n do
if i<>k then write(a[i]:4);
end;
readln;
end.
= 1400 nha bn
0,2 x 317 x 7 + 0,14 x 3520 + 33,1 x 14
= (0,2 x 7) x 317 + 0,14 x 3520 + 33,1 x 14
= 1,4 x 317 + 0,14 x 3520 + 33,1 x 14
= 443,8 + 492,8 + 463,4
= 1400