document.write( "Question 1075739: there are 3 positive whole numbers, the product of first and second number is 24, second and third number is 48, first and third number is 32. find the value of three number? \n" ); document.write( "
Algebra.Com's Answer #690390 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x,y,z are numbers
\n" ); document.write( "xy=24
\n" ); document.write( "yz=48
\n" ); document.write( "xz=32\r
\n" ); document.write( "\n" ); document.write( "x=(24/y)
\n" ); document.write( "(24/y)*z=32
\n" ); document.write( "yz=48, so z=(48/y)
\n" ); document.write( "(24/y)(48/y)=32
\n" ); document.write( "(1152/y^2)=32
\n" ); document.write( "32y^2=1152
\n" ); document.write( "y^2=36
\n" ); document.write( "y=6
\n" ); document.write( "x=4
\n" ); document.write( "z=8\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );