SOLUTION: What is a quick and easy way of solving algebraic equations?

Algebra ->  Equations -> SOLUTION: What is a quick and easy way of solving algebraic equations?      Log On


   



Question 800872: What is a quick and easy way of solving algebraic equations?
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
It depends on the type of equation.
That's the quick and short answer.

I'll give you a long answer.
Algebra is a language.
To use algebra you need to know the meaning of symbols and you need to know the rules for order of operations. Those rules are needed so we can understand one another.
To be understood in any language, you need to form sentences arranging words in a certain order. If you scramble the order of the words in a sentence, your meaning is likely to be misunderstood.

The simplest equations are equations like
5%2B3x=23, which is the same as 3x%2B5=23
According to the rules for order of operations,
the expressions 5%2B3x and 3x%2B5
both mean that the value for x is first multiplied times 3,
and then 5 is added.
The equations say that the result of doing that is 23.
To solve that equation (to get back to the value of x),
you need to undo the steps in reverse order.
That's how things are usually undone in life.
You take off your shoes before you take of your socks,
undoing the putting on of socks and shoes in the reverse order.

So you transform the equation 3x%2B5=23
into 3x=23-5 by undoing the adding of 5.
That simplifies into 3x=18.

The next step is undoing the multiplication times 3,
transforming 3x=18 into x=18÷3,
which simplifies into x=6.

At each step you can think of the equation as the two expressions on both sides of the equal sign being balanced on the pans of a two pan balance,
or on the two ends of a seesaw.
For the two sides to stay equal (balanced),
whatever you do to one side (the entire side),
you have to do to the other side.
From 3x%2B5=23 we get to 3x=18 by subtracting 5 from both sides.
I can write that in steps as
3x%2B5=23
3x%2B5-5=23-5
3x=23-5
3x=18,
or I can just write
3x%2B5=23
3x=18
You need to write as many steps as needed for your comfort and the teachers comfort.

NOTE:
It is a good idea to verify the solution you find.
To verify, you substitute your solution and see if it makes the original equation true.
To verify that x=6 is the solution to 3x%2B5=23,
I substitute 6 for x in the expression 3x%2B5.
It turns into
3%286%29%2B5 which is 18%2B5%2B23, so x=6 makes the equation 3x%2B5=23 true.
That means that my solution is correct.
I did not make a mistake this time.