∣ ∣ ∣ ∣ ∣ ∣ y 3 + 1 y z 2 y x 2 y 2 z z 3 + 1 x 2 z y 2 x z 2 x x 3 + 1 ∣ ∣ ∣ ∣ ∣ ∣ = 1 1
What is the number of positive integral solutions of the equation above?
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.
Nice solution. thank you sir.
multiply each row with y , z , x respectively, and now take y , z , x common from each column , then we get simplified version to solve the determinant , which will turn out to be
x 3 + y 3 + z 3 = 10,
So positive solutions are (1,1,2) , (1,2,1) , (2,1,1).
Problem Loading...
Note Loading...
Set Loading...
I used the Python sympy module to calculate the determinant.
It yields
x 3 + y 3 + z**3 + 1
Thus, we have the Diophantine equation
x 3 + y 3 + z 3 = 1 0
Only three cubes add to 10: 1, 1 and 8. There are three permutations of these numbers.