How do solve the following linear system?: x7y=14,3x2y=2?

1 Answer

Isolate one of the variables in the one of the equations and use that to solve the other variable. Once one of the variable is defined, use it to define the other variable.

Explanation:

Solving linear equations implies finding the intersections of the two equations.

There are many ways to solve a linear system given two equations. In my opinion, the easiest is to isolate one of the variables in one equation, and sub it into the other.

We'll isolate the first equation since it's almost done.

x7y=14

x=14+7y

x=147y

Now we sub in x=147y into the other equation.

3x2y=2

3(147y)2y=2

Now we expand the bracket.

(4221y)2y=2

4221y2y=2

And we add like terms.

21y2y=2+42

23y=44

Isolate y.

y=4423

Now we use this value to solve for x. We can use any equation, as long as it's the original two.

x7y=14

x7(4423)=14

x+30823=14

x=1430823

x=3082314

x=1423

Thus, the linear system intersects at (1423,4423).

We can double check our work by graphing both equations and finding their intersection.

graph{(-x-7y-14)(3x-2y-2)=0}

Hope this helps :)