Question

Solve the system y = x + 8 and 5x + 3y = 16

Original question: 4. y = x + 8 5x + 3y = 16

(-1, 7) y = x + 8 y = 7

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: Because yy is already isolated, the cleanest approach is substitution. This turns the system into one equation in one variable.

We solve

y=x+8y=x+8

5x+3y=16.5x+3y=16.

Substitute y=x+8y=x+8 into the second equation:

5x+3(x+8)=16.5x+3(x+8)=16.

Distribute:

5x+3x+24=16.5x+3x+24=16.

Combine like terms:

8x+24=16.8x+24=16.

Subtract 24:

8x=8.8x=-8.

So

x=1.x=-1.

Now find yy:

y=x+8=1+8=7.y=x+8=-1+8=7.

Therefore the solution is

(1,7).\boxed{(-1,7)}.


Pitfalls the pros know 👇 If you substitute correctly but forget to simplify the final yy value, you may lose the ordered pair. Always finish by finding both coordinates, not just one.

What if the problem changes? If the first equation were instead y=x8y=x-8, the same substitution method would still work, but the final ordered pair would change. The method is unchanged; only the arithmetic changes.

Tags: linear system, substitution, ordered pair

FAQ

What is the solution to y = x + 8 and 5x + 3y = 16?

Substitute y = x + 8 into 5x + 3y = 16, solve to get x = -1, then y = 7. The solution is (-1, 7).

Why use substitution here?

Because y is already isolated, substitution is the fastest method.

chat