SOLUTION: Solve equations by factoring Solve the equation. (3r + 9)(r - 1) = -(21r - 21)

Algebra ->  Equations -> SOLUTION: Solve equations by factoring Solve the equation. (3r + 9)(r - 1) = -(21r - 21)       Log On


   



Question 378846: Solve equations by factoring
Solve the equation.
(3r + 9)(r - 1) = -(21r - 21)

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
The straightforward way to solve this equation is
  1. Simplify each side of the equation.
  2. With the simplified equation, use appropriate techniques to solve it. (Since this particular equation will have an r%5E2 term on the left side, this is a quadratic equation. So we would use techniques for solving quadratic equations:
    1. Get one side of the equation equal to zero.
    2. Factor the other side (or use the Quadratic Formula).
    3. If you factored in step 2, then use the Zero Product Property to finish the solution.

But there is a faster way with this equation which I will show you first.
(3r + 9)(r - 1) = -(21r - 21)
First we will get one side equal to zero by adding (21r-21) to each side:
(3r + 9)(r - 1) + (21r - 21) = 0
Next I will factor out 21 from (21r - 21):
(3r + 9)(r - 1) + 21(r - 1) = 0
Note how there is a factor of (r-1) in each of the two parts of the left side of the equation. (It is because I noticed this common factor that I saw this shortcut.) We can factor out (r-1):
(r - 1)*((3r + 9) + 21) = 0
The second factor simplifies to:
(r - 1)*(3r + 30) = 0
We can now use the Zero Product Property which tells us that this (or any) product can be zero only if one (or more) of the factors is zero. So:
r-1 = 0 or 3r+30 = 0
Solving these we get:
r = 1 or r = -10

If (r-1) had not been a common factor (or if we did not notice that it was) then we would have to solve the equation using the procedure I outlined above:
(3r + 9)(r - 1) = -(21r - 21)
1) Simplify
3r%5E2+%2B+6r+-+9+=+-21r+%2B+21
2) Since this is a quadratic equation we want one side to be zero. Adding 21r and subtracting 21 we get:
3r%5E2+%2B+27r+-+30+=+0
This will factor. First the Greatest Common Factor (GCF), which is 3:
3%28r%5E2+%2B+9r+-+10%29+=+0
Then the trinomial factors:
3(r-1)(r+10) = 0
Using the Zero Product Property:
3 = 0 or r-1 = 0 or r+10 = 0
There is no solution to the first equation. But we do get solutions from the other two:
r = 1 or r = -10
(Note that these are the same as the answers we got from the faster method.)