document.write( "Question 1115173: Find three numbers whose sum is 32;, if the first number is three times the difference between the second and the third, and the second number is two more than twice the third. Solve the problem using matrices. \n" ); document.write( "
Algebra.Com's Answer #730095 by josgarithmetic(39625)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "first number      3(2n+2-n)=3(n+2)\r\n" );
document.write( "second number     2n+2\r\n" );
document.write( "third number       n\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "One single equation in variable n.
\n" ); document.write( "\"3%28n%2B2%29%2B%282n%2B2%29%2Bn=32\"\r
\n" ); document.write( "\n" ); document.write( "Solve and evaluate firstnumber and secondnumber.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The problem seems not to really benefit from using matrices.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-
\n" ); document.write( "If really matrix is wanted, then first second third numbers can be x, y, z.
\n" ); document.write( "Description could be system of equations:
\n" ); document.write( "\"system%28x%2By%2Bz=32%2Cx-3y%2B3z=0%2Cy-2z=2%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Corresponding starting matrix would be
\n" ); document.write( "\"matrix%283%2C4%2C%0D%0A1%2C1%2C1%2C32%2C%0D%0A1%2C-3%2C3%2C0%2C%0D%0A0%2C1%2C-2%2C2%29\"
\n" ); document.write( "
\n" );