Làm hộ mik bài 2 hình ạ
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,p,s;
int main()
{
cin>>a>>b>>c;
p=(a+b+c)/2;
s=sqrt(p*(p-a)*(p-b)*(p-c));
cout<<fixed<<setprecision(2)<<p;
return 0;
}
1:
uses crt;
var a,b,c,max,min:longint;
begin
clrscr;
readln(a,b,c);
max=a;
if max<b then max:=b;
if max<c then max:=c;
min:=a;
if min>c then min:=c;
if min>b then min:=b;
writeln(max,' ',min);
readln;
end.
4:
Số thứ nhất là 126*4/9=56
Số thứ hai là 126-56=70
3:
a: S
b: Đ
c: S
d: Đ
Lời giải:
a.
Nếu $m=3$ thì pt trở thành:
$x^2+4x-5=0$
$\Leftrightarrow (x-1)(x+5)=0$
$\Leftrightarrow x=1$ hoặc $x=-5$
b.
Để pt có 2 nghiệm pb $x_1,x_2$ thì:
$\Delta'=4+m^2-4>0\Leftrightarrow m^2>0\Leftrightarrow m\neq 0$
PT có 2 nghiệm $(-2+m, -2-m)$
Khi đó:
\(x_2=x_1^3+4x_2^2\Leftrightarrow \left[\begin{matrix} -2+m=(-2-m)^3+4(-2+m)^2\\ -2-m=(-2+m)^3+4(-2-m)^2\end{matrix}\right.\)
\(\Leftrightarrow \left[\begin{matrix} -m^3+2m^2-29m+10=0\\ m^3-2m^2+29m+10=0\end{matrix}\right.\)
Nghiệm khá xấu, cảm giác đề cứ sai sai bạn ạ.
Bài 2:
c: \(=\left(x+y\right)^2-49\)
\(=\left(x+y+7\right)\left(x+y-7\right)\)