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.

20 tháng 1 2016

Vì (x - 3) ^2 >= 0 Với mọi x => -(x - 3)2 =< 0 với mọi x

=> -(x - 3)2 + 5/4 =< 5/4

=> GTLN là 5/4, dấu "=" xảy ra khi x = 3

21 tháng 10 2021

#include <bits/stdc++.h>

using namespace std;

double a,b,c;

int main()

{

cin>>a>>b>>c;

cout<<"So lon nhat la:"<<fixed<<setprecision(2)<<max(a,max(b,c))<<endl;

cout<<"So nho nhat la:"<<fixed<<setprecision(2)<<min(a,min(b,c));

return 0;

}

20 tháng 10 2021

#include <bits/stdc++.h>

using namespace std;

double ln,nn,a,b,c;

int main()

{

cin>>a>>b>>c;

ln=max(a,max(b,c));

nn=min(a,min(b,c));

cout<<fixed<<setprecision(2)<<ln<<endl;

cout<<fixed<<setprecision(2)<<nn<endl;

return 0;

}

21 tháng 10 2021

không hiểu j luôn a ạ ^^

3 tháng 3 2016

Bạn thấy: x^4 >0 ; x^2 >0 ; 5/x^4 >0 và 2x^2 >0 (1)

Vậy B > hoặc bằng 0.

Dấu = xảy ra khi (1) = 0.

=> MaxB = 1

Ủng hộ nha!!

28 tháng 12 2020

Input: dãy số nguyên gồm n số được nhập từ bạn phím

Output: số lớn nhất, bé nhất trong dãy

28 tháng 12 2020

B1: nhập dãy số nguyên

B2: gán max:=a[1]; min:=a[1] 

B3: nếu max<a[i] thì max:=a[i]; min>a[i] then min:=a[i]

B4: in kết quả ra màn hình

1 tháng 1 2020

a.

Ta co:

\(\orbr{\begin{cases}x^2-2x-3=0\left(1\right)\left(x\ge0\right)\\x^2+2x-3=0\left(2\right)\left(x< 0\right)\end{cases}}\)

(1)\(\Leftrightarrow\left(x+1\right)\left(x-3\right)=0\)

\(\Leftrightarrow\orbr{\begin{cases}x=-1\left(l\right)\\x=3\left(n\right)\end{cases}}\)

(2)\(\Leftrightarrow\left(x-1\right)\left(x+3\right)=0\)

\(\Leftrightarrow\orbr{\begin{cases}x=1\left(l\right)\\x=-3\left(n\right)\end{cases}}\)

b.

Ta lai co:

\(\orbr{\begin{cases}x^2-2x+1-4a^2=0\left(3\right)\left(x\ge0\right)\\x^2+2x+1-4a^2=0\left(4\right)\left(x< 0\right)\end{cases}}\)

Xet (3)

De phuong trinh dau co 4 nghiem thi PT(3) co nghiem

\(\Rightarrow\Delta^`>0\)

\(\Leftrightarrow4a^2>0\)

\(\Leftrightarrow a>0\)

\(\Rightarrow x_1=1+2a;x_2=1-2a\)

Tuong tu

(4)

\(a>0\)

\(\Rightarrow x_3=-1+2a;x_4=-1-2a\)

\(\Rightarrow S=\left(1+2a\right)^2+\left(1-2a\right)^2+\left(-1+2a\right)^2+\left(-1-2a\right)^2\)

\(=2\left(1+2a\right)^2+2\left(1-2a\right)^2\)

\(\Rightarrow S< +\infty\)