document.write( "Question 80311: what is one number is 5 times another number the product of the two numbers is 245. find the two numbers \n" ); document.write( "
Algebra.Com's Answer #57622 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! : \n" ); document.write( "\"one number is 5 times another number\" \n" ); document.write( " x and 5x \n" ); document.write( ": \n" ); document.write( "\" the product of the two numbers is 245.\" \n" ); document.write( " x(5x) = 245 \n" ); document.write( " 5x^2 = 245 \n" ); document.write( " x^2 = 245/5 \n" ); document.write( " x^2 = 49 \n" ); document.write( " x = Sqrt(49) \n" ); document.write( " x = 7 \n" ); document.write( ": \n" ); document.write( " find the two numbers \n" ); document.write( " 7 and 35 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: 7*35 = 245 \n" ); document.write( " |