How do you evaluate expressions when you have more than one variables?

1 Answer
Oct 27, 2014

There are many methods that you can use for solving equations with two variables. Here are two simple methods that I find easy for solving linear equations with two variables.

Remember, you always need at least two equations to solve equations with two variables

1. Substitution
Here, you basically write one equation in terms of one of its variables, and then substitute that value in the second equation.

Example:
Solving two equations:
#3x+y=5#
#2x+3y=4#

Now, I'll write the first equation in terms of #y#. (I can also do it in terms of #x#.)
#y=5-3x#

Now, I can substitute this value of #y# in the second equation as follows:
#2x+3(5-3x)=4#

#2x +15-9x=4#

#-7x=-11#

#x=(-11)/-7#

#x=11/7#

Thus,

#y=5-3(11/7)=5-33/7=2/7#

2. Elimination
Here, you:
a. First, multiply one or both equations so that either variable have the same coefficients.
b. Then, add or subtract one equation to/from another so that one of the variable term is completely eliminated.
c. Substitute the value you find out in any other equation to find the value of the other variable.

Example:
Solving two equations:
#3x+y=5#
#2x+3y=4#

Looking at the two equations, I can make out that by multiplying the first equation by #3#, both equations will have the term #3y.#

The first equation becomes:
#(3x+y=5)*3#
#9x+3y=15#

When I subtract the second equation from the above equation, the terms with #y# will be eliminated.
#9x+3y=15#
#2x+3y=4#
#-----#
#7x+0y=11#

That is,

#7x=11#
#x=11/7#

Substituting the value of #x# in the first equation,

#3(11/7)+y=5#
#y=5-33/7#
#y=2/7#

SIMILARLY, YOU CAN EVALUATE EXPRESSIONS WITH MORE VARIABLES WITH MORE NUMBER OF EQUATIONS.