document.write( "Question 520906: The larger of 2 numbers is 8 times the smaller. The difference between them is 42. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #346260 by deborabr(181)\"\" \"About 
You can put this solution on YOUR website!
the smaller = x
\n" ); document.write( "the larger = 8x
\n" ); document.write( "8x-x=42
\n" ); document.write( "7x=42
\n" ); document.write( "x=42/7
\n" ); document.write( "x=6
\n" ); document.write( "the smaller = 6
\n" ); document.write( "the larger = 8*6 = 48
\n" ); document.write( "
\n" );