HOC24
Lớp học
Môn học
Chủ đề / Chương
Bài học
C
m HNO3=400.12,6%=50,4g
n HNO3=50,463=0,8(mol)
a) Ta có: -2018m > -2018n
\(\Leftrightarrow-2018m\times\left(\dfrac{-1}{2018}\right)< -2018n\times\left(\dfrac{-1}{2018}\right)\)
\(\Leftrightarrow\) m < n
b) \(\left(x-1\right)\left(x+1\right)\le6\left(x-2\right)+2\)
<=> \(x^2-1\le6x-12+2\)
<=> \(x^2-6x+9\le0\)
<=> \(\left(x-3\right)^2\le0\)
<=> \(x-3\le0\)
<=> \(x\le3\)
Vậy tập nghiệm của bất phương trình là: \(S=\left\{x\in R|x\le3\right\}\)
c) \(\left|3-x\right|=2x-3\left(1\right)\)
* TH1: Với |\(3-x\)|= \(3-x\) khi \(3-x\ge0\Leftrightarrow3\ge x\)
(1) trở thành: 3 - x = 2x - 3
\(\Leftrightarrow6=3x\)
\(\Leftrightarrow x=2\left(TMĐK\right)\)
*TH2: Với \(\left|3-x\right|=-\left(3-x\right)khi\) \(3-x< 0\Leftrightarrow3< x\)
\(\left(1\right)\) trở thành: \(x-3=2x-3\)
\(\Leftrightarrow-3+3=2x-x\)
\(\Leftrightarrow x=0\) (KTMĐK)
Vậy nghiệm của PT trên là x=2
a) \(\dfrac{7-x}{-8}+5\le\dfrac{3-2x}{2}=\dfrac{x-7}{8}+\dfrac{40}{8}\le\dfrac{4\left(3-2x\right)}{8}\)
<=>\(\dfrac{x-7+40}{8}\le\dfrac{4\left(3-2x\right)}{8}\)
\(< =>x-7+40\le12-8x\)
\(< =>x+8x\le12-40+7\)
<=>\(9x\le-21\)
<=> \(x\le-\dfrac{7}{3}\)
(đi học về mình sẽ làm câu b, c nhé)
đề là gì v ạ?
Hình như đề ghi thiếu đúng không ạ?
a) \(B=\dfrac{-6}{\left(x-2\right)\left(x+1\right)}\)
Thay x=3 vào biểu thức B ta được:
\(B=\dfrac{-6}{\left(3-2\right)\left(3+1\right)}=\dfrac{-6}{4}=-\dfrac{3}{2}\)
program songuyen;
uses crt;
var i, n: integer;
a: array[1..500] of integer;
begin
clrscr;
write('Nhap n: '); readln(n);
for i:=1 to n do
Write('Nhap a[',i,']= '); readln(a[i]);
end;
writeln('Cac so da nhap la: ');
write(A[i],',');
readln;
end.
a) x3+2x2+3x+2
= x3+x2+x2+x+2x+2
= x2(x+1)+x(x+1)+2(x+1)
= (x+1)(x2+x+2)
b) x2-2xy+y2-a2+2ab-b2
= (x2-2xy+y2)-(a2-2ab+b2)
= (x-y)2-(a-b)2
= (x-y+a-b)(x-y-a+b)