document.write( "Question 178662: The sum of three numbers is 26. Twice the first minus the second is two less than the third. the third is the equivalent to the difference between the second and three times the first. find the three numbers.
\n" );
document.write( "
\n" );
document.write( "thanks for the help!!! \n" );
document.write( "
Algebra.Com's Answer #133622 by stanbon(75887) ![]() You can put this solution on YOUR website! The sum of three numbers is 26. Twice the first minus the second is two less than the third. the third is the equivalent to the difference between the second and three times the first. find the three numbers. \n" ); document.write( "------------------------------------------------------- \n" ); document.write( "Equations: \n" ); document.write( "x + y + z = 26 \n" ); document.write( "2x- y = z - 2 \n" ); document.write( "z = y -3x \n" ); document.write( "-------------------------------------- \n" ); document.write( "Rearrange: \n" ); document.write( "x + y + z = 26 \n" ); document.write( "2x - y - z = -2 \n" ); document.write( "3x - y + z = 0 \n" ); document.write( "--------------------------- \n" ); document.write( "Use any method you know to get: \n" ); document.write( "x = 8 \n" ); document.write( "y = 21 \n" ); document.write( "z = -3 \n" ); document.write( "--------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |