document.write( "Question 121390: The sum of three numbers is 26. Twice the first minus the second is two less than the third. The third is the second minus three times the first. Find the numbers.
\n" ); document.write( "X+Y+Z=26
\n" ); document.write( "

Algebra.Com's Answer #89082 by stanbon(75887)\"\" \"About 
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 second minus three times the first. Find the numbers.
\n" ); document.write( "X+Y+Z=26
\n" ); document.write( "2X-Y+2 = Z
\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( "I used the Matrix function of a TI caluculator 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( "
\n" );