cac bn giai giup mik vs
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.
\(3x^2-2x.\left(5+1,5x\right)+10\)
\(=3x^2-2x.5-2x.1,5x+10\)
\(=3x^2-3x^2-10x+10\)
\(=10-10x\)
\(=10.\left(1-x\right)\)
uses crt;
var a:array[1..100]of integer;
n,i,kt,j:integer;
begin
clrscr;
write('Nhap n='); readln(n);
for i:=1 to n do
begin
write('A[',i,']='); readln(a[i]);
end;
writeln('Cac so nguyen duong la: ');
for i:=1 to n do
if a[i]>0 then write(a[i]:4);
writeln;
writeln('Cac so nguyen to la: ');
for i:=1 to n do
if a[i]>1 then
begin
kt:=0;
for j:=2 to a[i]-1 do
if a[i] mod j=0 then kt:=1;
if kt=0 then write(a[i]:4);
end;
readln;
end.
\(\left(3x-1\right)\left(x^2+2\right)=\left(3x-1\right)\left(7x-10\right)\)
\(\Leftrightarrow\left(3x-1\right)\left(x^2+2\right)-\left(3x-1\right)\left(7x-10\right)=0\)
\(\Leftrightarrow\left(3x-1\right)\left(x^2+2-7x+10\right)=0\)
\(\Leftrightarrow\left(3x-1\right)\left(x^2-7x+12\right)=0\)
\(\Leftrightarrow\left(3x-1\right)\left(x^2-3x-4x+12\right)=0\)
\(\Leftrightarrow\left(3x-1\right)\left[x\left(x-3\right)-4\left(x-3\right)\right]=0\)
\(\Leftrightarrow\left(3x-1\right)\left(x-3\right)\left(x-4\right)=0\)
\(\Leftrightarrow\left[{}\begin{matrix}3x-1=0\\x-3=0\\x-4=0\end{matrix}\right.\Leftrightarrow\left[{}\begin{matrix}x=\dfrac{1}{3}\\x=3\\x=4\end{matrix}\right.\)
Vậy tập nghiệm của ohuowng trình là \(S=\left\{\dfrac{1}{3};3;4\right\}\)
52x-3-2.52=52.3
52x-3=2.52+52.3
52x-3=125
52x-3=53
=>2x-3=3
2x=3+3
2x=6
x=6:2
x=3
CHÚC BN HOK TỐT!
Tách ra vài câu thôi cậu .
uhhhhh