document.write( "Question 1102116: twice the first number plus a second number is 42, and the first number minus the second number is -6. Find the number. \n" ); document.write( "
Algebra.Com's Answer #716746 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "2x + y = 42,\r\n" );
document.write( " x - y = -6.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Add the two equations. You will get\r\n" );
document.write( "\r\n" );
document.write( "3x = 42 - 6 = 36  ====>  x = \"36%2F2\" = 12.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then from the second equation  y = x + 6 = 12 + 6 = 18.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  x= 12,  y= 18.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );