document.write( "Question 1199298: A first number plus twice a second number is 13. Twice the first number plus the second totals 32. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #833107 by ikleyn(52786)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A first number plus twice a second number is 13.
\n" ); document.write( "Twice the first number plus the second totals 32.
\n" ); document.write( "Find the numbers
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "    x + 2y = 13     (1)\r\n" );
document.write( "\r\n" );
document.write( "   2x +  y = 32     (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From equation (1),  express x = 13-2y  and substitute it into equation (2).  You will get\r\n" );
document.write( "\r\n" );
document.write( "    2*(13-2y) + y = 32.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and find y\r\n" );
document.write( "\r\n" );
document.write( "    26 - 4y + y = 32\r\n" );
document.write( "\r\n" );
document.write( "    26 - 32 = 4y- y\r\n" );
document.write( "\r\n" );
document.write( "       -6   =   3y\r\n" );
document.write( "\r\n" );
document.write( "        y   =   -6/3 = -2.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then x = 13 - 2y = 13 - 2*(-2) = 13 + 4= 17.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  1st number is 17.  2nd number is -2.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );