Tìm các số nguyên dương x; y; z thỏa mãn:
(x - y)3 + (y - z)2 + 2015 . |x - z| = 20172109
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.
\(x^3+y^3=\left(x+y\right)^2\)
\(\Leftrightarrow\left(x+y\right)\left(x^2-xy+y^2-x-y\right)=0\)
\(\Leftrightarrow\left[{}\begin{matrix}x+y=0\left(1\right)\\x^2-xy+y^2-x-y=0\left(2\right)\end{matrix}\right.\)
(1) thì tự làm nốt
\(\left(2\right)\Leftrightarrow x^2-x\left(y+1\right)+y^2-y=0\)
Xem phương trình ẩn x. Để phương trình có nghiệm thì:
\(\Delta_x=\left(y+1\right)^2-4\left(y^2-y\right)\ge0\)
\(\Leftrightarrow0\le y\le2\)
Làm nốt
uses crt;
const fi='input.txt';
var f1:text;
a:array[1..100]of integer;
n,i,max:integer;
begin
clrscr;
assign(f1,fi); rewrite(f1);
write('Nhap n='); readln(n);
for i:=1 to n do
begin
write('A[',i,']='); readln(a[i]);
end;
max:=a[1];
for i:=1 to n do
if max<a[i] then max:=a[i];
writeln(f1,max);
close(f1);
readln;
end.
\(xy+x+1=3y\Rightarrow x+\dfrac{1}{y}+\dfrac{x}{y}=3\)
Ta có:
\(x^3+1+1\ge3x\)
\(\dfrac{1}{y^3}+1+1\ge\dfrac{3}{y}\)
\(x^3+\dfrac{1}{y^3}+1\ge\dfrac{3x}{y}\)
Cộng vế:
\(2\left(x^3+\dfrac{1}{y^3}\right)+5\ge3\left(x+\dfrac{1}{y}+\dfrac{x}{y}\right)=9\)
\(\Rightarrow x^3+\dfrac{1}{y^3}\ge2\)
\(\Rightarrow x^3y^3+1\ge2y^3\) (đpcm)
Dấu "=" xảy ra khi \(x=y=1\)
1 , ( x - 3 ) . ( 4 - x ) = 01 , ( x - 3 ) . ( 4 - x ) = 0
⇒\orbr{x−3=04−x=0⇒\orbr{x−3=04−x=0
⇒\orbr{x=3∈Zx=4∈Z⇒\orbr{x=3∈Zx=4∈Z
vậy______
2,(x−5)(x2+1)=02,(x−5)(x2+1)=0
⇒\orbr{x−5=0x2+1=0⇒\orbr{x−5=0x2+1=0
⇒\orbr{x=5∈Zx∈∅⇒\orbr{x=5∈Zx∈∅
vậy x = 5
3, ( x + 1 ) + ( x + 2 ) + (x + 3 ) + ... +( x + 99 ) = 0
(x+x+x+....+x)+(1+2+3+.....+99) = 0
(x.99) + 5050 = 0
x.99 = 0-5050
x.99 = -5050
x = -5050 : 99
x = −505099∉Z⇒x∈∅−505099∉Z⇒x∈∅
vậy_____