How do you find the solution of the system of equations 8x2+5y=100 and 6x2x3y=5?

1 Answer
May 10, 2015

The most straight forward (but not always the best) way to solve any system of equations is the method of substitution. In short, the way to do it is to find a simplest equation, from which you can represent a value of one of the variables in terms of all others, and substitute this into all other equations, thus reducing the number of equations and the number of variables. Then do it again and again until you are left with only one equation with one variable.

Let's apply this to our system. It looks like we can easily represent y in terms of x using the first equation 8x2+5y=100:
y=1008x25

Now substitute it into the second equation getting
6x2x31008x25=5

The latter is a simple quadratic equation with one variable x that we, presumably, know how to solve. First, we simplify it as follows:
545x2x65=0

Solutions to this equations are
x1,2=1±1+4655452545=(1±53)5108
or
x1=52
x2=6527

Now we can return to our representation of y in terms of x to find y as follows:
y1=1008x215=1008(52)25=10
y2=1008x225=1008(6527)25=7820729

So, we have two solutions to our system of equations:
(x1,y1)=(52,10)
(x2,y2)=(6527,7820729)

Always check the solutions.

Check 1. Substituting (x1,y1) into both equations and checking the identities.
8x21+5y1=8(52)2+510=
=8254+510=50+50=100

6x21x13y1=6(52)252310=
=75252310=3530=5
Both equations check.

Check 2. Substituting (x2,y2) into both equations and checking the identities.
8x22+5y2=
=8(6527)2+57820729=
=8652+57820729=
=33800+39100729=
=72900729=100

6x22x23y2=
=6(6527)2(6527)37820729=
=25350729+652723460729=
=25350+652723460729=
=25350+175523460729=
=3645729=5
Both equations check.