The total no of integral solution for x,y,z such that xyz=24..??
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.
24 has the divisors { 1 , 2 , 3 , 4 , 6 , 8 , 1 2 , 2 4 }
Let me use Python to enumerate the possibilities. (Otherwise it would be beyond my old brain.)
These are all the positive integer possibilities. One can assign minus signs to the elements of each triples in three ways. Hence, the total number of possibilities is 120.