document.write( "Question 251789: The difference between two numbers is 16. Five times the smaller is the same as 8 less than twice the larger. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #183497 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
Y-X=16 OR Y=16+X
\n" ); document.write( "5X=2Y-8
\n" ); document.write( "REPLACE Y IN THE SECOND EQUATION WITH (16+X) & SOLVE FOR X.
\n" ); document.write( "5X=2(16+X)-8
\n" ); document.write( "5X=32+2X-8
\n" ); document.write( "5X-2X=24
\n" ); document.write( "3X=24
\n" ); document.write( "X=8 THE SMALLER NUMBER.
\n" ); document.write( "Y=8+16=24 FOR THE LARGER NUMBER.
\n" ); document.write( "PROOF:
\n" ); document.write( "5*8=2*24-8
\n" ); document.write( "40=48-8
\n" ); document.write( "40=40
\n" ); document.write( "
\n" );