document.write( "Question 572221: the sum of two numbers is 15. one number is 4 times the other.
\n" );
document.write( " what are the two numbers \n" );
document.write( "
Algebra.Com's Answer #368570 by mathsmiles(68)![]() ![]() You can put this solution on YOUR website! Let's use X and Y to denote the two numbers we're looking for.\r \n" ); document.write( "\n" ); document.write( "X + Y = 15 \n" ); document.write( "X = 4Y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute the 4Y into the first equation for X gives us \n" ); document.write( "(4Y) + Y = 15 \n" ); document.write( "5Y = 15 Divide both sides by 5 \n" ); document.write( "Y = 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "One number is 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But we know 3 and the other number add to 15. Therefore, \n" ); document.write( "X + 3 = 15 \n" ); document.write( "X = 12\r \n" ); document.write( "\n" ); document.write( "So the two numbers are 3 and 12.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "3 + 12 = 15 \n" ); document.write( "AND \n" ); document.write( "4 X 3 = 12 Correct! \n" ); document.write( " |