You can put this solution on YOUR website!
The easiest way I see to solve this problem is not especially easy. It requires a good understanding of exponents and quadratic equations. So we will start with a short review of a couple of important ideas:
The rule for exponents when multiplying is to add the exponents:
For example,
As with most things in math, this works in reverse, too. We can take an exponent that is a sum and rewrite it as a product. For example,
The general form for quadratic equations is:
The exponent in the first term is a 2 and the exponent of the middle term is 1. In other words the exponent of the first term is twice the exponent of the middle term. These are simple ideas you probably already know. What is less well known is that any equation where the exponent of the first term is twice the exponent of the middle term can be solved as a quadratic equation. These are called equations of "quadratic form". For example:
can be solved as a quadratic equation because 12 is twice 6. (You'll see how shortly as we solve your equation.)
So to solve your equation we will rewrite the first term, using in reverse, so that its exponent is twice the exponent of your middle term:
And since this becomes:
or
We now have the equation in quadratic form. The first few times yousolve one of these, it can be helpful to use a temporary variable. Set it equal to the base and exponent of the middle term:
Let
Then
Substituting these into our equation we get:
This is clearly a quadratic equation. To solve it we factor it of use the Quadratic Formula. This factors fairly easily:
(8q-1)(q-1) = 0
From the Zero Product Property we know that one of these factors must be zero. So:
8q-1 = 0 or q-1 = 0
Solving these we get:
q = 1/8 or q = 1
Of course we are not interested in solutions for q. We are interested in solutions for x. So now we substitute back in for q. (Remember, q was just a temporary variable). or
Solving these for x we get:
x = -3 or x = 0
These are two solutions to your equation. Check them if you like.
Note: Once you have done a few of these quadratic form equations you will no longer need a temporary variable. You will see how to go directly from
to
to or
etc.