document.write( "Question 183895: A number is 5 times another number. The product of the two numbers are 245. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #137972 by tvandenberg(45)![]() ![]() ![]() You can put this solution on YOUR website! Y = 5X \n" ); document.write( "X*Y = 245 \n" ); document.write( "X * (5X) = 245 \n" ); document.write( "X^2 = 245 / 5 = 49 \n" ); document.write( "X = SQRT(49) = 7 \n" ); document.write( "Y = 5*7 = 35 \n" ); document.write( " |