document.write( "Question 60374: 8x+9y=1
\n" );
document.write( "-2x+6y=5 solve this matrix. I am the older sister, who hasnt done matrix stuff since high school. I am trying to remember how to solve this equation. can you please help. sorry i didnt try, i doont have a book or anything. \n" );
document.write( "
Algebra.Com's Answer #41550 by kayeith(17)![]() ![]() ![]() You can put this solution on YOUR website! 8x + 9y = 1 \n" ); document.write( "- 2x + 6y = 5\r \n" ); document.write( "\n" ); document.write( "a = 8 b = 9 c = 1 \n" ); document.write( "d = - 2 e = 6 f = 5\r \n" ); document.write( "\n" ); document.write( "D = ae - db = (8)(6) - (-2)(9) = 48 + 18 = 66 \n" ); document.write( "Dx = ce - fb = (1)(6) - (5)(9) = 6 - 45 = - 39 \n" ); document.write( "Dy = af - dc = (8)(5) - (-2)(1) = 40 + 2 = 42 \n" ); document.write( "x = Dx / D = -39 / 66 = -13 / 22 \n" ); document.write( "y = Dy / D = 42 / 66 = 11 / 33 \n" ); document.write( " |