document.write( "Question 155456: Find two numbers whose sum is 70 and such that one is 4 times as large as the other. \n" ); document.write( "
Algebra.Com's Answer #114485 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
Let x and y the numbers
\n" ); document.write( "sum is 70 then x+y=70
\n" ); document.write( "one is 4 times as large as the other
\n" ); document.write( "then x=4y
\n" ); document.write( "sytem to solve is\r
\n" ); document.write( "\n" ); document.write( "\"x%2By=70\"
\n" ); document.write( "\"x=4y\"\r
\n" ); document.write( "\n" ); document.write( "using substitution method\r
\n" ); document.write( "\n" ); document.write( "\"4y%2By=70\"
\n" ); document.write( "then
\n" ); document.write( "\"5y=70\"
\n" ); document.write( "then
\n" ); document.write( "\"y=14\"\r
\n" ); document.write( "\n" ); document.write( "\"x%2B14=70\"
\n" ); document.write( "then
\n" ); document.write( "\"x=70-14=56\"
\n" ); document.write( "Answer: numbers are 14 and 56
\n" ); document.write( "
\n" );