document.write( "Question 73125: can you help me write this system as a matrix equation and solve using an inverse matrix please?...
\n" );
document.write( "s + p + c = 40
\n" );
document.write( "c = 4p
\n" );
document.write( "s = p - 2 \n" );
document.write( "
Algebra.Com's Answer #52389 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! solve using an inverse matrix please?... \n" ); document.write( "s + p + c = 40 \n" ); document.write( "c = 4p \n" ); document.write( "s = p - 2 \n" ); document.write( "---------- \n" ); document.write( "Rearange equations #2 and #3 to get the variables in the same column: \n" ); document.write( "s + p + c = 40 \n" ); document.write( "0 +4p - c = 0 \n" ); document.write( "1 - p + 0 =-2 \n" ); document.write( "---------------- \n" ); document.write( "Enter the coefficient matrix into your calculator as matrix A: \n" ); document.write( "1st Row: 1 ; 1; 1 \n" ); document.write( "2nd Row: 0 ; 4; -1 \n" ); document.write( "3rd Row: 1 ;-1; 0\r \n" ); document.write( "\n" ); document.write( "------------- \n" ); document.write( "Enter the constants in as a 3x1 matrix called B: \n" ); document.write( "1st Row: 40 \n" ); document.write( "2nd Row: 0 \n" ); document.write( "3rd Row: -2 \n" ); document.write( "-------------- \n" ); document.write( "Bring A to you home screen \n" ); document.write( "Hit the \"inverse\" button \n" ); document.write( "Hit the \"multiply\" button \n" ); document.write( "Bring B to your home screen to the right of A^-1 \n" ); document.write( "Hit \"enter\" \n" ); document.write( "You should see a 3x1 array with: \n" ); document.write( "1st Row : 5 (this is s) \n" ); document.write( "2nd Row : 7 (this is p) \n" ); document.write( "3rd Row : 28 (this is c) \n" ); document.write( "===============\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |