document.write( "Question 579928: The sum of three numbers is 2. If twice the second number is added to the sum of first and third, we get 1. On adding the sum of second and third number to five times the first, we get 6. Find the three number by using matrices. \n" ); document.write( "
Algebra.Com's Answer #371108 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of three numbers is 2. If twice the second number is added to the sum of first and third, we get 1. On adding the sum of second and third number to five times the first, we get 6. Find the three number by using matrices. \n" ); document.write( "------ \n" ); document.write( "Equation: \n" ); document.write( "x + y + z = 2 \n" ); document.write( "2y + x+z = 1 \n" ); document.write( "y+z + 5x = 6 \n" ); document.write( "---- \n" ); document.write( "Rearrange: \n" ); document.write( "x + y + z = 2 \n" ); document.write( "x +2y + z = 1 \n" ); document.write( "5x+ y + z = 6 \n" ); document.write( "---------------- \n" ); document.write( "I used the matrix function on my TI-84 to get: \n" ); document.write( "x = 1 \n" ); document.write( "y = -1 \n" ); document.write( "z = 2 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |