document.write( "Question 694515: the sum of three numbers is 20. if we multiply the first number by 2, add the second number to the result and subtract the third number, we get 23. by adding second and third numbers to 3 times the first number we get 46. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #427984 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! X+Y+Z=20 \n" ); document.write( "2X+Y-Z=23 \n" ); document.write( "3X+Y+Z=46 ADD THE SECOND & THIRD EQUATIONS. \n" ); document.write( "------------------ \n" ); document.write( "5X+2Y=69 \n" ); document.write( "ADD THE FIRST & SECOND EQUATIONS. \n" ); document.write( "X+Y+Z=20 \n" ); document.write( "2X+Y-Z=23 \n" ); document.write( "----------------- \n" ); document.write( "3X+2Y=43 NOW ADD THIS EQUATION TO THE PREVIOUS SUM TIMES -1. \n" ); document.write( "-5X-2Y=-69 \n" ); document.write( "------------------ \n" ); document.write( "-2X=-26 \n" ); document.write( "X=-26/-2 \n" ); document.write( "X=13 ANS. \n" ); document.write( "5*13+2Y=69 \n" ); document.write( "65+2Y=69 \n" ); document.write( "2Y=69-65 \n" ); document.write( "2Y=4 \n" ); document.write( "Y=4/2 \n" ); document.write( "Y=2 ANS. \n" ); document.write( "13+2+Z=20 \n" ); document.write( "15+Z=20 \n" ); document.write( "Z=20-15 \n" ); document.write( "Z=5 ANS. \n" ); document.write( "PROOF: \n" ); document.write( "2*13+2-5=23 \n" ); document.write( "26-3=23 \n" ); document.write( "23=23 \n" ); document.write( " |