Equation Lab #17 – Quadratic Equations: Factoring (2)

As the solving by factoring lessons continue, we are onto the next level, which is solving quadratic equations with a leading coefficient other than 11. We previously learned how to solve quadratic equations by factoring when the leading coefficient is 11, but now we’re going to the next level.

Solving by Factoring – Advanced Functions:

So we’re now going into how to solve equations of ax2+bx+c=0ax^{2}+bx+c=0. If ax2+bx+cax^{2}+bx+c is factorable, then we should get the following formulas:

  • ax2+bx+c=(a1x+c1)(a2x+c2)ax^{2}+bx+c=(a_{1}x+c_{1})(a_{2}x+c_{2})
  • a=a1a2;b=a1c2+a2c1;c=c1c2a=a_{1}\cdot a_{2}; b=a_{1}\cdot c_{2}+a_{2}\cdot c_{1}; c=c_{1}\cdot c_{2}

If aa, bb, and cc have the same sign, then a1a_{1}, a2a_{2}, c1c_{1}, and c2c_{2} are all positive. If aa and cc have the same sign, but bb has the opposite sign, then a1a_{1} and a2a_{2} are positive while c1c_{1} and c2c_{2} are negative. In both cases, if aa is negative, you can factor out the negative sign from the whole trinomial.

If aa and cc do not have the same sign, then there’s going to be a mix in positive and negative numbers. If aa is negative and cc is positive, then both c1c_{1} and c2c_{2} are positive while a1a_{1} and a2a_{2} have different signs. If aa is positive and cc is negative, then both a1a_{1} and a2a_{2} are positive while c1c_{1} and c2c_{2} have different signs.

In today’s lesson, we’ll use the cases where aa is a positive integer.

Let’s start with the first equation. 3q2+18q+24=03q^{2}+18q+24=0. This one seems easier because all three terms have a common factor, which is 33. If you divide all terms by 33, you will get q2+6q+8=0q^{2}+6q+8=0. We can solve this equation like how we solved previous equations. Since 88 is a four-factored number, our only sums generated by the factors are 99 (1+81+8) and 66 (2+42+4). The linear term’s coefficient is 66, so q2+6q+8q^{2}+6q+8 breaks down into (q+4)(q+2)(q+4)(q+2), which in return, 3q2+18q+243q^{2}+18q+24 breaks down into 3(q+4)(q+2)3(q+4)(q+2).

Now let’s use the zero-product property in action. If (q+4)(q+2)=0(q+4)(q+2)=0, then either q+4=0q+4=0 or q+2=0q+2=0. Solving both equations, we get q=4q=-4 and q=2q=-2.

Factoring Process
3q2+18q+243q^{2}+18q+24
a=3;b=18;c=24a=3; b=18; c=24

3(q2+6q+8)3(q^{2}+6q+8)

Factors of 88:
- 1,2,4,81,2,4,8

- 18=8;1+8=91\cdot8=8; 1+8=9 X
- 24=8;2+4=62\cdot 4=8; 2+4=6

3(q+4)(q+2)3(q+4)(q+2)
Step-by-Step Process
1. 3q2+18q+24=03q^{2}+18q+24=0
2. 3(q+4)(q+2)=03(q+4)(q+2)=0
3. q+4=0,q+2=0q+4=0,q+2=0
4. q=4,q=2q=-4, q=-2

Time for the next problem, 6n223n+20=06n^{2}-23n+20=0. This time, there are no common factors among all three terms. This is where the real strategy has to be used. We need to find the factors of both 66 and 2020 that multiply into the two numbers that add into 2323. For a reminder, here are the factors:

  • 66: 1,2,3,61,2,3,6
  • 2020: 1,2,4,5,10,201,2,4,5,10,20

What you’ll have to do is to cross the factors of 66 and 2020 over. We know that 11 and 66 multiply into 66. Let’s try that.

  • 11+620=1211\cdot 1+6\cdot 20=121
  • 12+610=621\cdot 2+6\cdot 10=62
  • 14+65=341\cdot 4+6\cdot 5=34
  • 15+64=291\cdot 5+6\cdot 4=29
  • 110+62=221\cdot10+6\cdot 2=22
  • 120+61=261\cdot 20+6\cdot 1=26

Oh dear! None of the sums generated are 2323. This means that 11 and 66 are not the factors of aa in the factored form. Let’s try 22 and 33 instead.

  • 21+320=622\cdot1+3\cdot 20=62
  • 22+310=342\cdot 2+3\cdot 10=34
  • 24+35=232\cdot 4+3\cdot 5=23
  • 25+34=222\cdot 5+3\cdot 4=22
  • 210+32=262\cdot 10+3\cdot2=26
  • 220+31=432\cdot 20+3\cdot 1=43

It looks like when the factors of 2020 are 44 and 55, we get a sum of 2323. Now what two binomials are correct? Is it 2n42n-4 and 3n53n-5, or 2n52n-5 and 3n43n-4? If you remember, the FOIL method does not multiply two numbers within the same binomial. So if we got 2n42n-4 and 3n53n-5, the FOIL method would calculate 25+342\cdot-5+3\cdot-4. But if we got 2n52n-5 and 3n43n-4, we would calculate 24+352\cdot-4+3\cdot -5, which is 23-23. So, 6n223n+206n^{2}-23n+20 is the same as (2n5)(3n4)(2n-5)(3n-4).

Now we can use the zero-product property. If 6n223n+20=06n^{2}-23n+20=0, then (2n5)(3n4)=0(2n-5)(3n-4)=0. That means that either 2n5=02n-5=0 or 3n4=03n-4=0. For 2n5=02n-5=0, if we add 55 to both sides, we get 2n=52n=5. Divide both sides by 22, we get n=52n=\frac{5}{2}. For 3n4=03n-4=0, if we add 44 to both sides, we get 3n=43n=4. Divide both sides by 33, we get n=43n=\frac{4}{3}. Our solutions are n=52n=\frac{5}{2} and n=43n=\frac{4}{3}.

Factoring Process
6n223n+206n^{2}-23n+20
a=6;b=23;c=20a=6; b=-23; c=20

Factors of 66:
- 1,2,3,61, 2, 3, 6

Factors of 2020:
- 1,2,4,5,10,201, 2, 4, 5, 10, 20

- 11+620=1211\cdot 1+6\cdot 20=121 X
- 21+320=622\cdot 1+3\cdot 20=62 X
- 12+610=621\cdot 2+6\cdot 10=62 X
- 22+310=342\cdot 2+3\cdot 10=34 X
- 14+65=341\cdot 4+6\cdot 5=34 X
- 24+35=232\cdot 4+3\cdot 5=23
- 15+64=291\cdot 5+6\cdot 4=29 X
- 25+34=222\cdot 5+3\cdot4=22 X
- 110+62=221\cdot 10+6\cdot 2=22 X
- 210+32=262\cdot 10+3\cdot 2=26 X
- 120+61=261\cdot 20+6\cdot 1=26 X
- 220+31=432\cdot 20+3\cdot 1=43 X

(2n5)(3n4)(2n-5)(3n-4)
Step-by-Step Process
1. 6n223n+20=06n^{2}-23n+20=0
2. (2n5)(3n4)=0(2n-5)(3n-4)=0
3. 2n5=0,3n4=02n-5=0, 3n-4=0
4. 2n=5,3n=42n=5, 3n=4
5. n=52,n=43n=\frac{5}{2}, n=\frac{4}{3}

Word Problem #15:

The city limit is 8,000 meters away from home. A car, moving at 11 meters per second, began accelerating at 4 meters per squared second. How long does it take for it to be 8,105 meters away from home?

First, let’s set up the equation. This looks like a Physics equation. In Physics, the horizontal position formula is x=x0+vxt+12axt2x=x_{0}+v_{x}t+\frac{1}{2}a_{x}t^{2}. We are given that the initial position (the distance from home) is 8,000 meters, while the final position is 8,105 meters. We are also given that it’s initially moving at 11 meters per second, as the acceleration during this time frame is 4 meters per squared second. This means that x=8105x=8105, x0=8000x_{0}=8000, vx=11v_{x}=11, and ax=4a_{x}=4. Plug in those values, we will have an equation of 2t2+11t+8000=81052t^{2}+11t+8000=8105. Now let’s solve.

First thing’s first. We must subtract 81058105 from both sides to use the zero-product property. By doing this, we should have the equation 2t2+11t105=02t^{2}+11t-105=0. When solving these kinds of equations, it’s ideal to use the quadratic formula, but we’re not doing that this time. Instead, we’re using factoring.

Now what two factors of 105105 can you multiply into 11 and 22 to generate a difference of 1111? To give out the factors for 105105, they are:

  • 1,3,5,7,15,21,35,1051, 3, 5, 7, 15, 21, 35, 105

Meanwhile, the only two factors of 22 are 11 and 22.

Now let’s find the combination of differences that yield 1111.

  • 210511=2092\cdot 105-1\cdot 1=209
  • 110521=1031\cdot 105-2\cdot 1=103
  • 23513=672\cdot 35-1\cdot 3=67
  • 13523=291\cdot 35-2\cdot 3=29
  • 22115=372\cdot 21-1\cdot 5=37
  • 12125=111\cdot 21-2\cdot 5=11
  • 21517=232\cdot 15-1\cdot 7=23
  • 11527=11\cdot15-2\cdot 7=1

It seems that 2121 and 55 are the factors we’re looking for. The polynomial becomes (2t+21)(t5)(2t+21)(t-5).

Now let’s solve the equation (2t+21)(t5)=0(2t+21)(t-5)=0. Using the zero-product property, either 2t+21=02t+21=0 or t5=0t-5=0. The first equation becomes t=212t=-\frac{21}{2}, but since time only moves forward, we’ll disregard that. But t5=0t-5=0 becomes t=5t=5. Our solution is t=5t=5.

Factoring Process
2t2+11t1052t^{2}+11t-105
a=6;b=23;c=20a=6; b=-23; c=20

Factors of 22:
- 1,21, 2

Factors of 105105:
- 1,3,5,7,15,21,35,1051, 3, 5, 7, 15, 21, 35, 105

- 210511=2092\cdot 105-1\cdot 1=209 X
- 110521=1031\cdot 105-2\cdot 1=103 X
- 23513=672\cdot 35-1\cdot 3=67 X
- 13523=291\cdot 35-2\cdot 3=29 X
- 22115=372\cdot 21-1\cdot 5=37 X
- 12125=111\cdot 21-2\cdot 5=11
- 21517=232\cdot 15-1\cdot 7=23 X
- 11527=11\cdot15-2\cdot 7=1 X

(2t+21)(t5)(2t+21)(t-5)
Step-by-Step Process
1. Use Position Formula, x=x0+vxt+12axt2x=x_{0}+v_{x}t+\frac{1}{2}a_{x}t^{2}
2. Initial position is 80008000, final position
is 81058105, initial velocity is 1111,
acceleration is 44.
3. 2t2+11t+8000=81052t^{2}+11t+8000=8105
4. 2t2+11t105=02t^{2}+11t-105=0
5. (2t+21)(t5)=0(2t+21)(t-5)=0
6. 2t+11=0,t5=02t+11=0, t-5=0
7. t=212,t=5t=-\frac{21}{2}, t=5

It takes five seconds for the car to go from 8,000 meters to 8,105 meters.

Quiz #17:

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“. Please leave all answers in decimal notation to two digits. So if a=53a=\frac{5}{3}, you may use a=1.67a=1.67 or 1.671.67, but not 1.71.7, 1.6671.667, or 5/35/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