How do you solve y = 5x - 10y=5x10 and y = 3x + 8y=3x+8 using substitution?

1 Answer
Feb 5, 2017

(x,y)=(9,35)(x,y)=(9,35)
(see below for methodology)

Explanation:

Given
[1]color(white)("XXX")y=5x-10XXXy=5x10
[2]color(white)("XXX")y=3x+8XXXy=3x+8

Using [1] we can substitute 5x-105x10 for yy in [2]
[3]color(white)("XXX")5x-10=3x+8XXX5x10=3x+8

Simplifying:
[4]color(white)("XXX")2x=18XXX2x=18

[5]color(white)("XXX")x=9XXXx=9

We can now use [5] to substitute 99 for xx in [1]
[6]color(white)("XXX")y=5 * (9)-10XXXy=5(9)10

Simplifying
[7]color(white)("XXX")y=35XXXy=35

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

We could (and should) verify this result by substituting
x=9x=9 and y=35y=35 in [2]
color(white)("XXX")35 = 3 * (9) + 8XXX35=3(9)+8 (correct)