Examples with solutions for Factoring Trinomials: How many solutions exist to a problem?

Exercise #1

Determine how many possible solutions there are for the following equation:

x32x2+x=0 x^3-2x^2+x=0

Video Solution

Step-by-Step Solution

Let's solve the given equation:

x32x2+x=0 x^3-2x^2+x=0

Note that we can factor the expression on the left side by factoring out the common factor:

x32x2+x=0x(x22x+1)=0 x^3-2x^2+x=0 \\ \downarrow\\ x(x^2-2x+1)=0

Proceed to factor the expression inside of the parentheses. It can be factored by using the perfect square trinomial formula:

(a±b)2=a2±2ab+b2 (a\pm b)^2=a^2\pm2ab+b^2

As shown below:

x(x22x+1)=0x(x22x+12)=0x(x22x1+12)=0x(x1)2=0 x(x^2-2x+1)=0 \\ x(x^2 \textcolor{blue}{-2x}+1^2)=0 \\ x(x^2\textcolor{blue}{-2\cdot x \cdot 1}+1^2)=0 \\ \downarrow\\ x(x-1)^2=0

We should emphasize that the process of factoring by using the mentioned formula was only possible due to the middle term in the expression. (The first power in this case is highlighted in blue indeed matched the middle term in the perfect square trinomial formula)

Having obtained two simpler equations let's proceed to solve them:

x(x1)2=0x=0(x1)2=0/x1=0x=1x=0,1 x(x-1)^2=0 \\ \boxed{x=0}\\ (x-1)^2=0\hspace{6pt}\text{/}\sqrt{\hspace{4pt}}\rightarrow x-1=0\rightarrow \boxed{x=1}\\ \downarrow\\ \boxed{x=0,1}

Shown below is a summary of the various steps to solve the given equation:

x32x2+x=0x(x22x+1)=0x(x1)2=0x=0(x1)2=0x=1x=0,1 x^3-2x^2+x=0 \\ \downarrow\\ x(x^2-2x+1)=0 \\ \downarrow\\ x(x-1)^2=0 \\ \downarrow\\ \boxed{x=0}\\ (x-1)^2=0\rightarrow \boxed{x=1}\\ \downarrow\\ \boxed{x=0,1}

Therefore, the given equation has two different solutions,

Which means - the correct answer is answer B.

Answer

Two solutions

Exercise #2

How many solutions does the equation have?

x2+10x+9=0 x^2+10x+9=0

Video Solution

Step-by-Step Solution

Let's observe that the given equation:

x2+10x+9=0 x^2+10x+9=0 is a quadratic equation that can be solved using quick factoring:

x2+10x+9=0{??=9?+?=10(x+1)(x+9)=0 x^2+10x+9=0 \longleftrightarrow\begin{cases}\underline{?}\cdot\underline{?}=9\\ \underline{?}+\underline{?}=10\end{cases}\\ \downarrow\\ (x+1)(x+9)=0 and therefore we get two simpler equations from which we can extract the solution:

(x+1)(x+9)=0x+1=0x=1x+9=0x=9x=1,9 (x+1)(x+9)=0\\ \downarrow\\ x+1=0\rightarrow\boxed{x=-1}\\ x+9=0\rightarrow\boxed{x=-9}\\ \boxed{x=-1,-9} and therefore the given equation has two solutions,

Thus, the correct answer is answer B.

Answer

Two solutions

Exercise #3

Determine how many solutions the equation has:

x45x2+4=0 x^4-5x^2+4=0

Video Solution

Step-by-Step Solution

Let's solve the given equation:

x45x2+4=0 x^4-5x^2+4=0

We identify that this is a bi-quadratic equation that can be easily solved using substitution of a new variable,

That is, let's notice that:

(x2)2=x4 (x^2)^2=x^4

Therefore, we can write the given equation in the following form:x45x2+4=0(x2)25x2+4=0 \textcolor{blue}{ x^4}-5x^2+4=0 \\ \downarrow\\ \textcolor{blue}{ (x^2)^2}-5x^2+4=0

Now let's define a new variable, t t , such that:

t=x2 t=x^2

If we substitute this new variable, t t , in the given equation instead of x2 x^2 we'll obtain an equation that depends only on t t :

(x2)25x2+4=0(x2=t)t25t+4=0 (\textcolor{red}{x^2})^2-5\textcolor{red}{x^2}+4=0 \\ \downarrow\downarrow \boxed{\textcolor{red}{(x^2=t)}}\\ t^2-5t+4=0

Proceed to solve the new equation that we obtained for the variable t t . After we determine the values of variable t for which the equation holds, we'll go back and substitute each of them into the definition of t that we mentioned before in order to determine the value of x,

We identify that the equation that we obtained in the last step for t is a quadratic equation that can be solved using quick trinomial factoring:

t25t+4=0{??=4?+?=5(t4)(t1)=0 t^2-5t+4=0 \longleftrightarrow\begin{cases}\underline{?}\cdot\underline{?}=4\\ \underline{?}+\underline{?}=-5\end{cases}\\ \downarrow\\ (t-4)(t-1)=0

Therefore we'll obtain two simpler equations from which we'll extract the solution for t:

(t4)(t1)=0t4=0t=4t1=0t=1t=1,4 (t-4)(t-1)=0 \\ \downarrow\\ t-4=0\rightarrow\boxed{t=4}\\ t-1=0\rightarrow\boxed{t=1}\\ \boxed{t=1,4}

Now let's go back to the definition of t that was mentioned before, let's recall it:

t=x2 t=x^2 Notice that given the power of x is even, the variable t can get only non-negative values (meaning positive or zero),

Therefore the two values that we obtained for t from solving the quadratic equation are indeed valid,

We'll continue to substitute each of the two values we that we obtained for t in the definition of t mentioned before to solve the equation and then proceed to extract the corresponding value of x by solving the resulting equation using square root on both sides:

x2=tt=1x2=1/x=±1t=4x2=4/x=±2x=±1,±2 \boxed{x^2=t}\\ \downarrow\\ t=1\textcolor{blue}{\rightarrow} x^2=1\hspace{6pt}\text{/}\sqrt{\hspace{4pt}}\textcolor{blue}{\rightarrow} \boxed{x=\pm1}\\ t=4\textcolor{blue}{\rightarrow} x^2=4\hspace{6pt}\text{/}\sqrt{\hspace{4pt}}\textcolor{blue}{\rightarrow} \boxed{x=\pm2}\\ \downarrow\\ \boxed{x=\pm1,\pm2}

Let's summarize the steps of solving the equation:

x45x2+4=0(x2)25x2+4=0(x2=t)t25t+4=0(t4)(t1)=0t4=0t=4t1=0t=1t=1,4x2=tt=1x2=1/x=±1t=4x2=4/x=±2x=±1,±2 x^4-5x^2+4=0 \\ \downarrow\\ (\textcolor{red}{x^2})^2-5\textcolor{red}{x^2}+4=0 \\ \downarrow\downarrow \boxed{\textcolor{red}{(x^2=t)}}\\ t^2-5t+4=0 \\ \downarrow\\ (t-4)(t-1)=0 \\ \downarrow\\ t-4=0\rightarrow\boxed{t=4}\\ t-1=0\rightarrow\boxed{t=1}\\ \boxed{t=1,4}\\ \updownarrow\updownarrow\\ \boxed{x^2=t}\\ \downarrow\\ t=1\textcolor{blue}{\rightarrow} x^2=1\hspace{6pt}\text{/}\sqrt{\hspace{4pt}}\textcolor{blue}{\rightarrow} \boxed{x=\pm1}\\ t=4\textcolor{blue}{\rightarrow} x^2=4\hspace{6pt}\text{/}\sqrt{\hspace{4pt}}\textcolor{blue}{\rightarrow} \boxed{x=\pm2}\\ \downarrow\\ \boxed{x=\pm1,\pm2}

Therefore the given equation has 4 different solutions,

Which means the correct answer is answer D.

Answer

Four solutions

Exercise #4

How many solutions does the equation have?

x3+1=0 x^3+1=0

Video Solution

Step-by-Step Solution

In the given equation:

x3+1=0 x^3+1=0 The simplest and fastest way to find the number of its solutions,

will be simply to solve it, we will do this by moving terms to isolate the unknown, then we will take the cube root of both sides of the equation, while remembering that an odd root preserves the sign of the expression inside the root (meaning - the minus sign can be taken out of an odd root):

x3+1=0x3=1/3x33=13x=13x=1 x^3+1=0 \\ x^3=-1\hspace{6pt}\text{/}\sqrt[3]{\hspace{4pt}}\\ \downarrow\\ \sqrt[3]{x^3}=\sqrt[3]{-1}\\ x=-\sqrt[3]{1}\\ \boxed{x=-1} meaning the given equation has a single solution,

therefore the correct answer is answer A.

Answer

A solution

Exercise #5

How many solutions does the equation have?

x4+12x3+36x2=0 x^4+12x^3+36x^2=0

Video Solution

Step-by-Step Solution

Let's solve the given equation:

x4+12x3+36x2=0 x^4+12x^3+36x^2=0 We note that it is possible to factor the expression which is in the left side of the given equation, this is done by taking out the common factor x2 x^2 which is the greatest common factor of the numbers and letters in the expression:

x4+12x3+36x2=0x2(x2+12x+36)=0 x^4+12x^3+36x^2=0 \\ \downarrow\\ x^2(x^2+12x+36) =0 We will focus on the left side of the equation and then on the right side (the number 0).

Since the only way to get the result 0 from a product is to multiply by 0, at least one of the expressions in the product on the left side, must be equal to zero,

Meaning:

x2=0/x=0 x^2=0\hspace{6pt}\text{/}\sqrt{\hspace{4pt}}\\ \boxed{x=0}

Or:

x2+12x+36=0 x^2+12x+36=0 In order to find the additional solutions to the equation we must solve the equation:

Note that the first coefficient is 1, so we can try to solve it using the trinomial formula.

However, we can factor, in this case, also using the short multiplication formula for a binomial:

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2 = \textcolor{red}{a}^2+2\textcolor{red}{a}\textcolor{blue}{b}+\textcolor{blue}{b}^2 The reason for trying factoring in this approach is that we can identify in the left side of the equation we got in the last step, that the two terms which are in the far sides (meaning the term in the first position - it is the squared term and the term in the zero position - it is the free number in the expression) can be presented (simply) as a squared term:

x2+12x+36=0x2+12x+62=0 x^2+12x+36=0 \\ \downarrow\\ x^2+12x+6^2=0

Equating the expression on the left side in the equation:

x2+12x+62 \downarrow\\ x^2+12x+6^2

To the expression on the right side in the short formula above:

a2+2ab+b2 \textcolor{red}{a}^2+2\textcolor{red}{a}\textcolor{blue}{b}+\textcolor{blue}{b}^2

The conclusion from this is that what remains to check is whether the middle term in the equation matches the middle term in the short multiplication formula above, meaning - after identifying a a b b which are both in the first position in the short multiplication formula above in which a a and b b we check if the middle term in the expression in the left side of the equation can be presented as 2ab 2\cdot a \cdot b So, we start by presenting the equation of the short formula to the given expression:

a2+2ab+b2x2+12x+62 \textcolor{red}{a}^2+\underline{2\textcolor{red}{a}\textcolor{blue}{b}}+\textcolor{blue}{b}^2 \Leftrightarrow \textcolor{red}{x}^2+\underline{12x}+\textcolor{blue}{6}^2 And indeed it holds that:

2x6=12x 2\cdot\textcolor{red}{x}\cdot\textcolor{blue}{6}=12x Meaning the middle term in the expression in the equation indeed matches the form of the middle term in the short multiplication formula (highlighted with a line below), mathematically:

x2+12x+62=0x2+2x6+62=0(x+6)2=0 x^2+\underline{12x}+6^2=0 \\ \textcolor{red}{x}^2+\underline{2\cdot\textcolor{red}{x}\cdot\textcolor{blue}{6}}+\textcolor{blue}{6}^2=0\\ \downarrow\\ (\textcolor{red}{x}+\textcolor{blue}{6})^2=0 We can now remember that a real root can be calculated only for a positive number or for the number zero (since it is not possible to get a negative number from squaring a real number itself), and therefore for an equation there are two real solutions (or one solution) only if:

Next we note that if: (x+6)2=0/x+6=0x=6 (x+6)^2=0\hspace{6pt}\text{/}\sqrt{\hspace{4pt}}\\ x+6=0\\ \boxed{x=-6} then the only solution to the equation is:

x4+12x3+36x2=0x2(x2+12x+36)=0x2=0x=0x2+12x+36=0x2+226+62=0(x+6)2=0x=6x=0,6 x^4+12x^3+36x^2=0 \\ \downarrow\\ x^2(x^2+12x+36) =0 \\ \downarrow\\ x^2=0\rightarrow\boxed{x=0} \\ x^2+12x+36=0\\ x^2+2\cdot2\cdot6+6^2=0\\ \rightarrow(x+6)^2=0\rightarrow\boxed{x=-6}\\ \downarrow\\ \boxed{x=0,-6} Therefore, we can summarize what was explained using the following:

In the quadratic equation:

ax2+bx+c=0 ax^2+bx+c =0 in which the coefficients are substituted and the discriminant is calculated:

a,b a,b If it holds:

a.x1,2=b±b24ac2a x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a} :

There is no (real) solution to the equation.

b.Δ \Delta :

There exists a single (real) solution to the equation.

c.x1,2=b±Δ2aΔ=b24ac x_{1,2}=\frac{-b\pm\sqrt{\textcolor{orange}{\Delta}}}{2a} \longleftrightarrow\textcolor{orange}{\Delta}=b^2-4ac :

There exist two (real) solutions to the equation.

Now let's return to the given equation and extract from it the coefficients:

Δ0 \Delta\geq0 We continue and calculate Δ=0 \Delta=0 :

x=b2a x=-\frac{b}{2a} Therefore for the quadratic equation that we solved, one (real) solution,

and in combination with the solution ax2+bx+c=0 ax^2+bx+c =0 (the additional solution we found for the given equation which is indicated in the first step after factoring using the common factor),

Therefore we get that for the given equation:

Δ=b24ac \Delta=b^2-4ac

two real solutions.

Answer

Two solutions

Exercise #6

How many solutions does the equation have?

x3x24x+4=0 x^3-x^2-4x+4=0

Video Solution

Answer

Three solutions

Exercise #7

How many solutions does the equation have?

x2+4x+3=0 x^2+4x+3=0

Video Solution

Answer

Two solutions