134k views
0 votes
Can somebody find the solution to this question

Can somebody find the solution to this question-example-1
User Chubock
by
8.5k points

1 Answer

5 votes

Answer: (x,y) = (-2, 5)

======================================================

Step-by-step explanation:

4x-3y = -23 is the same as 12x-9y = -69 when we multiply both sides by 3

-3x-2y = -4 is the same as -12x-8y = -16 when we multiply both sides by 4

Our updated system looks like this


\begin{cases}12x-9y = -69\\ -12x-8y = -16\end{cases}

Notice how we have 12x and -12x. They combine to 0x allowing the x terms to go away.

The y terms combine to -9y+(-8y) = -17y and the right hand sides combine to -69+(-16) = -85

After doing those three sets of additions, we get the new equation -17y = -101 which solves to y = -85/(-17) = 5

The last step is to use this y value to find x

4x-3y = -23

4x-3(5) = -23

4x-15 = -23

4x = -23+15

4x = -8

x = -8/4

x = -2

So the solution is (x,y) = (-2, 5)

-------------------------------------------

Check:

Let's plug the solution into the first equation

4x-3y = -23

4(-2)-3(5) = -23

-8-15 = -23

-23 = -23

We get a true result. Let's do the same for the second equation

-3x-2y = -4

-3(-2) - 2(5) = -4

6 - 10 = -4

-4 = -4

This result is true as well. So we've confirmed both equations to fully confirm the solution of this system.

User Adam Michael Wood
by
8.3k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.