227k views
0 votes
Solve the following system of equations algebraically and check:

4x + 3y = 25
5x + 2y = 33

1 Answer

3 votes

Final answer:

The solution to the system of linear equations 4x + 3y = 25 and 5x + 2y = 33 is found using the elimination method. The solution is (x, y) = (7, -1), which was checked by substituting back into the original equations.

Step-by-step explanation:

To solve the system of equations algebraically, we will use the method of substitution or elimination. Let's solve the given system:

  1. 4x + 3y = 25
  2. 5x + 2y = 33

We could start with either of these methods, but elimination looks convenient here. We'll multiply the first equation by 2 and the second by 3 to align the y terms:

  1. 8x + 6y = 50
  2. 15x + 6y = 99

Now subtract the first new equation from the second one:

  1. 15x - 8x + 6y - 6y = 99 - 50
  2. 7x = 49
  3. x = 7

Substitute x = 7 back into one of the original equations to find y:

  1. 4x + 3y = 25
  2. 4(7) + 3y = 25
  3. 3y = 25 - 28
  4. 3y = -3
  5. y = -1

We find that x = 7 and y = -1. To check, we substitute these values back into both original equations:

  1. 4(7) + 3(-1) should equal 25
  2. 28 - 3 = 25 ✓
  3. 5(7) + 2(-1) should equal 33
  4. 35 - 2 = 33 ✓

Both checks are correct, so the solution to the system is (x, y) = (7, -1).

User Yashunda
by
7.5k points