document.write( "Question 289220: the sum of two numbers is 50. the second number is five times the first. find the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #209553 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=50 \n" ); document.write( "y=5x \n" ); document.write( "x+5x=50 \n" ); document.write( "6x=50 \n" ); document.write( "3x=25 \n" ); document.write( "x=25/3 \n" ); document.write( "y=125/3\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |