document.write( "Question 1073165: The sum of two numbers is 28. One number is 6 times the other. Find the numbers.
\n" );
document.write( "
\n" );
document.write( " (smaller value)
\n" );
document.write( "
\n" );
document.write( " (larger value) \n" );
document.write( "
Algebra.Com's Answer #688019 by Alan3354(69443) You can put this solution on YOUR website! The sum of two numbers is 28. One number is 6 times the other. Find the numbers. \n" ); document.write( "--------- \n" ); document.write( "n + 6n = 28 \n" ); document.write( "n = 4 \n" ); document.write( "6n = 24 \n" ); document.write( " \n" ); document.write( " |