Timf x
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.
#include <bits/stdc++.h>
using namespace std;
double a,b,c,delta,x1,x2;
int main()
{
//freopen("PTB2.inp","r",stdin);
//freopen("PTB2.out","w",stdout);
cin>>a>>b>>c;
delta=(b*b-4*a*c);
if (delta<0) cout<<"-1";
if (delta==0) cout<<fixed<<setprecision(5)<<(-b/(2*a));
if (delta>0)
{
x1=(-b-sqrt(delta))/(2*a);
x2=(-b+sqrt(delta))/(2*a);
cout<<fixed<<setprecision(5)<<x1<<" "<<fixed<<setprecision(5)<<x2;
}
return 0;
}
#include <bits/stdc++.h>
using namespace std;
int a,b,x;
int main()
{
cout<<"Nhap a: ";
cin>>a;
cout<<"Nhap b: ";
cin>>b;
if(a==0)
{
if(b==0)
{
cout<<"Phuong trinh vo so nghiem"<<endl;
}
else
{
cout<<"Phuong trinh vo nghiem"<<endl;
}
}
else
{
x=-b/a;
cout<<"Phuong trinh co nghiem la: "<<x<<endl;
}
Return 0;
}
câu 1
a) 5x(x-2)=0 =>\(\left[{}\begin{matrix}x=0\\x=2\end{matrix}\right.\)
b)(x+5)(2x-7)=0 =>\(\left[{}\begin{matrix}x+5=0\\2x-7=0\end{matrix}\right.\)=>\(\left[{}\begin{matrix}x=-5\\x=\dfrac{7}{2}\end{matrix}\right.\)
c) \(\dfrac{5x}{x+2}\)=4 Đk x\(\ne\)-2
=> 5x=4(x+2)
=>5x-4x=8
=>x=8(tmđk)
Gọi số học sinh lúc đầu của nhóm đó là \(x\)(học sinh) \(x\inℕ^∗\).
Mỗi bạn lúc đầu trồng số cây là: \(\frac{120}{x}\)(cây)
Số học sinh lúc sau là: \(x+3\)(học sinh)
Mỗi bạn trồng số cây là: \(\frac{120}{x}-2\)(cây).
Ta có phương trình: \(\left(x+3\right)\left(\frac{120}{x}-2\right)=120\)
\(\Rightarrow120x+360-2x^2-6x=120x\)
\(\Leftrightarrow-2x^2-6x+360=0\)
\(\Leftrightarrow\orbr{\begin{cases}x=12\left(tm\right)\\x=-15\left(l\right)\end{cases}}\)
\(\dfrac{x-1}{69}+\dfrac{x-2}{68}=\dfrac{x-5}{65}+\dfrac{x-6}{64}\)
\(\Leftrightarrow\left(\dfrac{x-1}{69}-1\right)+\left(\dfrac{x-2}{68}-1\right)-\left(\dfrac{x-5}{65}-1\right)-\left(\dfrac{x-6}{64}-1\right)=0\)
\(\Leftrightarrow\dfrac{x-70}{69}+\dfrac{x-70}{68}-\dfrac{x-70}{65}-\dfrac{x-70}{64}=0\)
\(\Leftrightarrow\left(x-70\right)\left(\dfrac{1}{69}+\dfrac{1}{68}-\dfrac{1}{65}-\dfrac{1}{64}\right)=0\)
\(\Leftrightarrow x-70=0\) (do \(\dfrac{1}{69}+\dfrac{1}{68}-\dfrac{1}{65}-\dfrac{1}{64}\ne0\))
\(\Rightarrow x=70\)