x 3 + y 3 = z 3 If x , y & z are non-zero integers, then find the total number of ordered triples ( x , y , z ) for which the equation above is true.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
You should mention the condition a b c = 0 .
Log in to reply
He did say a!=0,b!=0and c!=0 hence abc !=0.it is understood.
It's solvable using Fermat's last theorem. From it we get, for x , y , z = 0 and n ≥ 2
x n + y n = z n
have no any solution for ( x , y , z )
Problem Loading...
Note Loading...
Set Loading...
According to Fermat's last theorem, a n + b n = c n ( a b c = 0 ) only if n ≤ 2 Thus. No solution.