document.write( "Question 607133: One number is 8 more than another. Their sum is 94. Find the numbers.
\n" );
document.write( "Let the numbers = x
\n" );
document.write( "and their sum = 94
\n" );
document.write( "the numbers are? \n" );
document.write( "
Algebra.Com's Answer #382418 by lawdej(58)![]() ![]() You can put this solution on YOUR website! Let the numbers x and y \n" ); document.write( "x+y=94 and x=8+y \n" ); document.write( "8+y+y=94 \n" ); document.write( "2y=94-8 \n" ); document.write( "2y=86 \n" ); document.write( "y=86/2 \n" ); document.write( "y=43 \n" ); document.write( "x=8+y=8+43=51 \n" ); document.write( "so the numbers are 43 and 51 \n" ); document.write( "(lawdej@yahoo.com) \n" ); document.write( " |