K
Khách

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.

17 tháng 3 2022

:)))

26 tháng 11 2021

\(a,x^2-\left(2m-3\right)x+m^2=0-vô-ngo\)

\(\Leftrightarrow\Delta< 0\Leftrightarrow[-\left(2m-3\right)]^2-4m^2< 0\Leftrightarrow m>\dfrac{3}{4}\)

\(b,\left(m-1\right)x^2-2mx+m-2=0\)

\(m-1=0\Leftrightarrow m=1\Rightarrow-2x-1=0\Leftrightarrow x=-0,5\left(ktm\right)\)

\(m-1\ne0\Leftrightarrow m\ne1\Rightarrow\Delta'< 0\Leftrightarrow\left(-m\right)^2-\left(m-2\right)\left(m-1\right)< 0\Leftrightarrow m< \dfrac{2}{3}\)

\(c,\left(2-m\right)x^2-2\left(m+1\right)x+4-m=0\)

\(2-m=0\Leftrightarrow m=2\Rightarrow-6x+2=0\Leftrightarrow x=\dfrac{1}{3}\left(ktm\right)\)

\(2-m\ne0\Leftrightarrow m\ne2\Rightarrow\Delta'< 0\Leftrightarrow[-\left(m+1\right)]^2-\left(4-m\right)\left(2-m\right)< 0\Leftrightarrow m< \dfrac{7}{8}\)

 

 

 

NM
13 tháng 1 2022

a. để phương trình nhận x=3 là nghiệm ta có 

\(a\left(3+2\right)-a^2-2=0\Leftrightarrow a^2-5a+2=0\Leftrightarrow a=\frac{5\pm\sqrt{17}}{2}\)

b. Để phương trình có duy nhất 1 nghiệm âm ta có : 

\(\hept{\begin{cases}a\ne0\\x=\frac{a^2-2a+2}{a}< 0\end{cases}\Leftrightarrow a< 0}\) do \(a^2-2a+2>0\forall a\)

c. Để phương trình đã cho vô nghiệm thì a=0

d. Phương trình đã cho không thể có vô số nghiệm thực.

10 tháng 10 2016

uses crt; 
var a, b: logint; 
Begin 
write('nhap so a ='); Readln(a); 
write('nhap so b ='); readln(b); 
If (a = 0 and b = 0) 
then write ('pt co nghiem x thuoc R') 
else 
if (a=0 and b#0) then write('pt vo nghiem') 
else 
write(nghiẹm la x=': -b/a); 
readln 
end. 

8 tháng 10 2016

uses crt; 
var a, b: logint; 
Begin 
write('nhap so a ='); Readln(a); 
write('nhap so b ='); readln(b); 
If (a = 0 and b = 0) 
then write ('pt co nghiem x thuoc R') 
else 
if (a=0 and b#0) then write('pt vo nghiem') 
else 
write(nghiẹm la x=': -b/a); 
readln 
end.