document.write( "Question 737507: The larger of two numbers is five more than twice the smaller. Their difference is thirteen. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #450415 by checkley79(3341)\"\" \"About 
You can put this solution on YOUR website!
X-Y=13
\n" ); document.write( "X=2Y+5
\n" ); document.write( "(2Y+5)-Y=13
\n" ); document.write( "Y+5=13
\n" ); document.write( "Y=13-5
\n" ); document.write( "Y=8
\n" ); document.write( "X=2*8+5
\n" ); document.write( "X=16+5
\n" ); document.write( "X=21
\n" ); document.write( "PROOF:
\n" ); document.write( "21-8=13
\n" ); document.write( "13=13
\n" ); document.write( "
\n" );