SOLUTION: how do you get the x and y varibles in this problem 6x - 5y = 27 3x + 10y = -24

Algebra ->  Algebra  -> Linear-equations -> SOLUTION: how do you get the x and y varibles in this problem 6x - 5y = 27 3x + 10y = -24      Log On

Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!
Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!

   


Question 5255: how do you get the x and y varibles in this problem
6x - 5y = 27
3x + 10y = -24

Answer by ichudov(499) About Me  (Show Source):
You can put this solution on YOUR website!
Solved by pluggable solver: Linear System solver (using determinant)
Solve:
+system%28+%0D%0A++++6%5Cx+%2B+-5%5Cy+=+27%2C%0D%0A++++3%5Cx+%2B+10%5Cy+=+-24+%29%0D%0A++

Any system of equations:
+system%28+%0D%0A++++a%5B11%5D%2Ax+%2B+a%5B12%5D%2Ay+=+b%5B1%5D%2C%0D%0A++++a%5B21%5D%2Ax+%2B+a%5B22%5D%2Ay+=+b%5B2%5D%29%0D%0A++

has solution
+system%28+%0D%0A++++x+=+%28b%5B1%5D%2Aa%5B22%5D+-+b%5B2%5D%2Aa%5B12%5D%29%2F%28a%5B11%5D%2Aa%5B22%5D-a%5B21%5D%2Aa%5B12%5D%29%2C%0D%0A++++y+=+%28a%5B11%5D%2Ab%5B2%5D+-+a%5B21%5D%2Ab%5B1%5D%29%2F%28a%5B11%5D%2Aa%5B22%5D-a%5B21%5D%2Aa%5B12%5D%29%0D%0A++++%29%0D%0A++
or

+system%28+%0D%0A++++++x+=+%2827%2A10+-+-24%2A-5%29%2F%286%2A10-3%2A-5%29+=+2%2C%0D%0A++++++y+=+%286%2A-24+-+3%2A27%29%2F%286%2A10-3%2A-5%29+=+-3%0D%0A++++%29%0D%0A++

(x=2, y=-3}