document.write( "Question 228351: The sum of 2 numbers is 20. Twice one number is 4 more than 4 times the other. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #169532 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
X+Y=20
\n" ); document.write( "X=20-Y
\n" ); document.write( "2X=4+4Y
\n" ); document.write( "2(20-Y)=4+4Y
\n" ); document.write( "40-2Y=4+4Y
\n" ); document.write( "-2Y-4Y=4-40
\n" ); document.write( "-6Y=-36
\n" ); document.write( "Y=-36/-6
\n" ); document.write( "Y=6 ANS.
\n" ); document.write( "X+6=20
\n" ); document.write( "X=20-6
\n" ); document.write( "X=14 ANS.
\n" ); document.write( "PROOF:
\n" ); document.write( "2*14=4+4*6
\n" ); document.write( "28=4+24
\n" ); document.write( "28=28
\n" ); document.write( "
\n" );