Equation Lab #16 – Quadratic Equations: Factoring (1)

Yesterday’s lesson introduced you to quadratic equations. But you would only know how to solve quadratic equations without the linear term. Now what if there is a linear term? Then you can’t use the square roots method. Instead, you’ll have to use a more advanced method.

For the next three days, I will be covering on how to solve quadratic equations by factoring. Since we haven’t covered how to multiply or factor polynomials, I will go over that as well for each lesson. The first one will be on how to factor x2+bx+cx^{2}+bx+c, the second one will be on how to factor ax2+bx+cax^{2}+bx+c, and the third one will be on how to factor special cases. Once all three lessons are covered, we will move onto the next method.

Solving by Factoring – Basic Functions:

Before I even go over how to factor quadratic trinomials, I would like to cover an important property of solving equations. This is otherwise known as the zero-product property. As previously mentioned, the solutions to a quadratic equation are the x-intercepts, where y=0y=0. That means, the entire trinomial is equal to 00 when we evaluate the variable of xx.

Given that any number times 00 always equal 00, the quadratic trinomial in factored form will have a product of 00. That means either linear binomial equals 00.

So let’s say that (ax+b)(cx+d)=0(ax+b)(cx+d)=0. Either ax+b=0ax+b=0, or cx+d=0cx+d=0. In each case, you will have to solve for xx. This is when you will get two different solutions.

So the algebraic property of the lesson is:

  • Zero-Product Property:
    • (a+b)(c+d)=0(a+b)(c+d)=0
    • a+b=0a+b=0 or c+d=0c+d=0

So let’s go over how to factor trinomials. When a=1a=1, what you need to do is to find two factors of cc that add up to bb. A formula for solving by factoring is:

  • x2+bx+c=(x+c1)(x+c2)x^{2}+bx+c=(x+c_{1})(x+c_{2})
  • b=c1+c2;c=c1c2b=c_{1}+c_{2}; c=c_{1}\cdot c_{2}

In the case where both bb and cc are positive, both c1c_{1} and c2c_{2} are positive. In the case where cc is positive, but bb is negative, both c1c_{1} and c2c_{2} are negative. In any case where cc is negative, one of the factors is positive, while the other is negative. bb will only be the difference between c1c_{1} and c2c_{2}.

With that out of the way, let’s start with our first example. The equation is w214w+40=0w^{2}-14w+40=0. What two factors of 4040 add up to 1414? For a recall, here are the factors of 4040:

  • 1,2,4,5,8,10,20,401, 2, 4, 5, 8, 10, 20, 40

As you know, 140=401\cdot40=40, 220=402\cdot20=40, 410=404\cdot10=40, and 85=408\cdot5=40. But if we changed the operations to addition, but kept the numbers, the sums will not be the same. The sum that matches bb, which in this case 1414, is what we’re looking for.

  • 1+40=411+40=41
  • 2+20=222+20=22
  • 4+10=144+10=14
  • 5+8=135+8=13

Since 4+10=144+10=14, the factors of 4040 to use are 44 and 1010. But 1414 is negative. Therefore, w214w+40w^{2}-14w+40 is the same as (w4)(w10)(w-4)(w-10).

We now have the equation (w4)(w10)=0(w-4)(w-10)=0. This is when we can start using the zero-product property. If (w4)(w10)=0(w-4)(w-10)=0, then either w4=0w-4=0, or w10=0w-10=0. You’ll have to solve both equations independently. For w4=0w-4=0, you’ll have to add 44 to both sides to solve the equation. Your result is w=4w=4. For w10=0w-10=0, you’ll have to add 1010 to both sides to solve the equation. The result is w=10w=10. Therefore, w=4w=4 or w=10w=10.

Factoring Process
w214w+40w^{2}-14w+40
b=14,c=40b=-14, c=40

Factors of 4040:
- 1,2,4,5,8,10,20,401, 2, 4, 5, 8, 10, 20, 40

- 140=40;1+40=411\cdot 40=40; 1+40=41 X
- 220=40;2+20=222\cdot20=40; 2+20=22 X
- 410=40;4+10=144\cdot10=40; 4+10=14
- 58=40;5+8=135\cdot 8=40; 5+8=13 X

(w4)(w10)(w-4)(w-10)
Step-by-Step Process
1. w214w+40=0w^{2}-14w+40=0
2. (w4)(w10)=0(w-4)(w-10)=0
3. w4=0,w10=0w-4=0, w-10=0
4. w=4,w=10w=4, w=10

Now let’s check our work to see if either w=4w=4 or w=10w=10 is correct. When w=4w=4, w2=16w^{2}=16 and 14w=56-14w=-56. 40+16=5640+16=56, but 5656=056-56=0. So when w=4w=4, w214w+40=0w^{2}-14w+40=0. What about w=10w=10 In this case, w2=100w^{2}=100 and 14w=140-14w=-140. 100+40=140100+40=140, but 140140=0140-140=0. So when w=10w=10, w214w+40=0w^{2}-14w+40=0. This means that both w=4w=4 and w=10w=10 are correct.

Let’s do another example. We want to solve l2+3l28=0l^{2}+3l-28=0. What two factors of 2828 have a difference of 33? For a recall, here are the factors of 2828:

  • 1,2,4,7,14,281, 2, 4, 7, 14, 28

We get that 1281\cdot 28, 2142\cdot 14, and 474\cdot 7 all equal 2828. Since 2828 is negative, we are looking for differences, not sums.

  • 281=2728-1=27
  • 142=1214-2=12
  • 74=37-4=3

Since 74=37-4=3, the factors of 2828 to use are 44 and 77. And since 33 is positive, that should make 77 positive and 44 negative. Therefore, l2+3l28l^{2}+3l-28 is the same as (l+7)(l4)(l+7)(l-4).

Our equation to solve is (l+7)(l4)=0(l+7)(l-4)=0. Using the zero-product property, either l+7=0l+7=0 or l4=0l-4=0. For l+7=0l+7=0, you can solve it by subtracting 77 from both sides. The result is l=7l=-7. For l4=0l-4=0, you can solve it by adding 44 to both sides. The result is l=4l=4. Therefore, l=7l=-7 or l=4l=4.

Factoring Process
l2+3l28l^{2}+3l-28
b=3;c=28b=3; c=-28

Factors of 2828:
- 1,2,4,7,14,281, 2, 4, 7, 14, 28

- 128=28;281=271\cdot28=28; 28-1=27 X
- 214=28;142=122\cdot 14=28; 14-2=12 X
- 47=28;74=34\cdot 7=28; 7-4=3

(l+7)(l4)(l+7)(l-4)
Step-by-Step Process
1. l2+3l28=0l^{2}+3l-28=0
2. (l+7)(l4)=0(l+7)(l-4)=0
3. l+7=0,l4=0l+7=0,l-4=0
4. l=7,l=4l=-7,l=4

Now let’s check our work to see if either l=7l=-7 or l=4l=4 is correct. When l=7l=-7, l2=49l^{2}=49 and 3l=213l=-21. 2821=49-28-21=-49, but 49=49=049=49=0. So when l=7l=-7, l2+3l28=0l^{2}+3l-28=0. When l=4l=4, l2=16l^{2}=16 and 3l=123l=12. 16+12=2816+12=28, but 2828=028-28=0. So when l=4l=4, l2+3l28=0l^{2}+3l-28=0. This means that both l=7l=-7 and l=4l=4 are correct.

Word Problem #14:

A new room in a house has an area of 216 square feet. Compared to the previous room built, which was a perfect square, the length is 4 feet longer than the other room’s length, and the width is 2 feet shorter than the other room’s length. What are the dimensions of the new room? How much bigger is the new room?

This one will take multiple steps to solve. So we are given that the area of the new room is 216216 square feet. The area of the old room is unknown, but since it’s a perfect square, we’ll use s2s^{2} for the area of the old room. As for the new room, the width is 22 feet shorter than the length of each wall in the old room, but the length is 44 feet longer than the length of every room. We use s2s-2 to denote the width since it’s two feet shorter, and s+4s+4 to denote the length since it’s four feet longer. The equation to solve is (s2)(s+4)=216(s-2)(s+4)=216.

The very first step is to multiply s2s-2 to s+4s+4. Using the FOIL method, the products are s2s^{2}, 4s4s, 2s-2s, and 8-8. The trinomial is s2+2s8s^{2}+2s-8. We now have the equation s2+2s8=216s^{2}+2s-8=216. Since you can’t use the zero-product property here, you’ll have to subtract 216216 from both sides. You will get s2+2s224=0s^{2}+2s-224=0. Now we’ll have to factor the new trinomial, which is s2+2s224s^{2}+2s-224. Considering the factors of 224224, they are:

  • 1,2,4,7,8,14,16,28,32,56,112,2241, 2, 4, 7, 8, 14, 16, 28, 32, 56, 112, 224

Which of these two factors have a difference of 22? Let’s take a look.

  • 2241=223224-1=223
  • 1122=110112-2=110
  • 564=5256-4=52
  • 327=2532-7=25
  • 288=2028-8=20
  • 1614=216-14=2

It seems that 1414 and 1616 have a difference of 22, and 22 is positive. For these two reasons, s2+2s224s^{2}+2s-224 is the same as (s+16)(s14)(s+16)(s-14).

Now let’s solve, using the zero-product property. If s2+2s224=0s^{2}+2s-224=0, then (s+16)(s14)=0(s+16)(s-14)=0. This means that either s+16=0s+16=0 or s14=0s-14=0. Solving each equation, you should get s=16s=-16 and s=14s=14. But since we are solving a word problem about measurements, we must disregard s=16s=-16 and take s=14s=14.

While the equation has been solved, neither question have been answered. The first one is to calculate the dimensions of the new room. If s=14s=14, then s2=12s-2=12 and s+4=18s+4=18. So the room is 18 feet long and 12 feet wide. As for the second question, since the comparisons are based on the old room, it seems that the old room is 14 feet long and 14 feet wide. The area should be 196196. Now we must subtract both areas. 216196=20216-196=20. Therefore, the new room is 20 square feet larger than the old room.

Factoring Process
s2+2s224s^{2}+2s-224
b=2;c=224b=2; c=-224

Factors of 224224:
- 1,2,4,7,8,14,16,28,32,56,112,2241, 2, 4, 7, 8, 14, 16, 28, 32, 56, 112, 224

- 1224=224;2241=2231\cdot 224=224; 224-1=223 X
- 2112=224;1122=1102\cdot112=224; 112-2=110 X
- 456=224;564=524\cdot 56=224; 56-4=52 X
- 732=224;327=257\cdot 32=224; 32-7=25 X
- 828=224;288=208\cdot28=224; 28-8=20 X
- 1416=224;1614=214\cdot16=224; 16-14=2

(s+16)(s14)(s+16)(s-14)
Step-by-Step Process
 1. New room is 216 square feet.
2. Dimensions of new room is 4 feet
longer and 2 feet shorter than
older room's dimensions.
3. (s2)(s+4)=216(s-2)(s+4)=216
4. s2+2s8=216s^{2}+2s-8=216
5. s2+2s224=0s^{2}+2s-224=0
6. (s+16)(s14)=0(s+16)(s-14)=0
7. s+16=0,s14=0s+16=0, s-14=0
8. s=16,s=14s=-16, s=14
9. s=14;s2=12,s+4=18s=14; s-2=12, s+4=18, s2=196s^{2}=196
10. 216196=20216-196=20
11. Dimensions are 12 feet and 18 feet.
New room is 20 square feet larger.

Quiz #16:

Now that the lesson is over, let’s see if you can complete this quiz. Like always, the correct solutions and the correct variables must be used. But for this quiz, I will take any answer for as long as it fits the solution. So if the answer is a=3,3, you can use “3“, “3“, “3,3, “3,3“, “a=3“, “a=3“, “a=3,3“, or “a=3,3“.

Leave a Reply

About the author

I am a 32-year-old man who is interested into video games, collection, and travel. I also hope to be a video game developer.

Discover more from Palm City Life 2026

Subscribe now to keep reading and get access to the full archive.

Continue reading