document.write( "Question 207947This question is from textbook
\n" );
document.write( ": Twice one number minus a second number is five. Twice the second number plus the first number is eight. Find the numbers. \n" );
document.write( "
Algebra.Com's Answer #157382 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let your first number = x \n" ); document.write( "let your second number = y \n" ); document.write( "----- \n" ); document.write( "Twice the first number minus a second number is five. \n" ); document.write( "equation for this is: \n" ); document.write( "2x - y = 5 \n" ); document.write( "----- \n" ); document.write( "Twice the second number plus the first number is eight. \n" ); document.write( "equation for this is: \n" ); document.write( "2y + x = 8 \n" ); document.write( "----- \n" ); document.write( "from the first equation you can solve for y to get y = 2x-5 \n" ); document.write( "----- \n" ); document.write( "you can substitute for y in the second equation to get: \n" ); document.write( "2 * (2x - 5) + x = 8 \n" ); document.write( "this becomes: \n" ); document.write( "4x - 10 + x = 8 \n" ); document.write( "which becomes: \n" ); document.write( "5x - 10 = 8 \n" ); document.write( "which becomes: \n" ); document.write( "5x = 18 \n" ); document.write( "which becomes: \n" ); document.write( "x = 3.6 \n" ); document.write( "----- \n" ); document.write( "you can substitute for x in the first equation to get: \n" ); document.write( "2 * 3.6 - y = 5 \n" ); document.write( "this becomes: \n" ); document.write( "7.2 - y = 5 \n" ); document.write( "add y to both sides of this equation and subtract 5 from both sides of this equation to get: \n" ); document.write( "y = 7.2 - 5 \n" ); document.write( "which becomes: \n" ); document.write( "y = 2.2 \n" ); document.write( "----- \n" ); document.write( "you have x = 3.6 \n" ); document.write( "and y = 2.2 \n" ); document.write( "----- \n" ); document.write( "substitute in first equation to get: \n" ); document.write( "2 * 3.6 - 2.2 = 5 which becomes 7.2 - 2.2 = 5 which becomes 5 = 5 \n" ); document.write( "substitute in second equation to get: \n" ); document.write( "2 * 2.2 + 3.6 = 8 which becomes 4.5 + 3.6 = 8 which becomes 8 = 8 \n" ); document.write( "----- \n" ); document.write( "answers prove out correct and are: \n" ); document.write( "x = 3.6 \n" ); document.write( "y = 2.2 \n" ); document.write( "----- \n" ); document.write( " |