document.write( "Question 469880: One number is 6 times another. Their product is 12 times their sum. Find the numbers x and y. (Assume x y.) \n" ); document.write( "
Algebra.Com's Answer #322331 by sofiyac(983) You can put this solution on YOUR website! first number is x \n" ); document.write( "then second one is 6x \n" ); document.write( "x(6x)=12 sove for x \n" ); document.write( "6x^2=12 \n" ); document.write( "x^2=2 \n" ); document.write( "x=sqrt(2) so that's your first number, then the second one will be \n" ); document.write( "6sqrt(2) \n" ); document.write( " |