How do you solve the system 3x-5y=7 and 2x+5y=13?

1 Answer
Feb 21, 2016

Point of intersection as at#" "(x,y)" "->" "(4,1)#

Explanation:

Tony B

Always look for the easiest way, if you can spot it that is! Sometimes you have no choice but to just jump in and do it the hard way. Not so in this case!

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#color(blue)("Observation 1")#

Notice that both equations are in the same order

#color(blue)("Observation 2 ")#

Notice that the coefficients of #y# are of the same magnitude but of opposite sign. This makes life so much easier!

#color(blue)("Objective")#
To end up with only one variable and a pile of numeric values. This enables the determination of the variables value.

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Solving for "x)#

Write as:
#3x-5y=7" "#.....................................(1)
#2x+5y=13" "#..................................(2)

Add equation (1) to equation (2) to 'get rid of' #y#

#5x+0=20#

Divide both sides by 5 so that you end up with #x# on its own.

#5/5xx x = 20/5#

But #5/5=1# giving:

#color(magenta)(x=4)#

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Solving for "y)#

Substitute #x=4# into either equation (1) or (2)

Selecting equation (2) as #y# is positive, thus less work!

#2(color(magenta)(4))+5y=13" ".................................(2_a)#

Subtract 8 from both sides

#5y=5#

Divide both sides by 5

#color(magenta)(y=1)#

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Point of intersection as at#" "(x,y)" "->" "(4,1)#