ai gúi em với em cần cực gấp
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.
Số tự nhiên là các số như số đếm bình thường
Vậy 13,4 < x < 14,5 là 1 số tự nhiên
X = 14
(dễ mà bạn)
trong sách cả đống sao em biết được, nhìn vào chép hết lại ko đủ dòng với bị la
ĐKXĐ:
a. \(\left\{{}\begin{matrix}x+1\ge0\\x^2-3x+2\ne0\end{matrix}\right.\) \(\Leftrightarrow\left\{{}\begin{matrix}x\ge-1\\x\ne\left\{1;2\right\}\end{matrix}\right.\)
Hay \(D=[-1;1)\cup\left(1;2\right)\cup\left(2;+\infty\right)\)
b. \(\left\{{}\begin{matrix}x+2\ge0\\1-x\ne0\end{matrix}\right.\) \(\Leftrightarrow\left\{{}\begin{matrix}x\ge-2\\x\ne1\end{matrix}\right.\)
c. \(\left\{{}\begin{matrix}1+x\ge0\\1-x\ge0\end{matrix}\right.\) \(\Leftrightarrow-1\le x\le1\)
d. \(\left\{{}\begin{matrix}1-4x^2\ge0\\x^2-2x\ne0\end{matrix}\right.\) \(\Leftrightarrow\left\{{}\begin{matrix}-\dfrac{1}{2}\le x\le\dfrac{1}{2}\\x\ne0\end{matrix}\right.\)
a) \(12=2^2.3\) \(60=2^2.3.5\)
\(ƯCLN\left(12;60\right)=2^2=4\)
b) \(24=2^2.3.2\)
12 = 22 x 3
60 = 22 x 3 x 5
ƯCLN (12, 60) = 22 . 3 = 12
24 = 23 x 3
88 = 23 x 11
ƯCLN (24, 88) = 23 = 8
96 = 25 x 3
224 = 25 x 7
ƯCLN (96, 224) = 25 = 32
34 = 2 x 17
96 = 25 x 3
ƯCLN (34, 96) = 2
1:
max:=a;
if max<b then max:=b;
2:
min:=a;
if min>b then min:=b;
3: if (x=sqr(a)+sqr(b)) and (a<0) then writeln(x);
if (x=sqrt(b)+sqrt(a)) and (a>0) then writeln(x);