What is a quadratic equation?

Quadratic equations (also called second degree equations) contain three numbers called parameters:

  • Parameter a a represents the position of the vertex of the parabola on the Y Y axis. A parabola can have a maximum vertex, or a minimum vertex (depending on if the parabola opens upwards or downwards).
  • Parameter b b represents the position of the vertex of the parabola on the X X axis.
  • Parameter c c represents the point of intersection of the parabola with the Y Y axis.

These three parameters are expressed in quadratic equations as follows:

aX2+bX+c=0 aX^2+bX+c=0

They are called the coefficients of the equation.

So, how do we find the value of X X ?

To find X X and be able to solve the quadratic equation, all we need to do is to input the parameters (the number values of a, b and c) from the equation into the quadratic formula, and solve for X X .

For example:

3X2+8X+4=0 3X^2+8X+4=0

Practice The Quadratic Formula

Examples with solutions for The Quadratic Formula

Exercise #1

Solve the following:

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

Video Solution

Step-by-Step Solution

Notice that the quadratic equation:

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

and this is because there is a quadratic term (meaning raised to the second power),

The first step in solving a quadratic equation is always arranging it in a form where all terms on one side are ordered from highest to lowest power (in descending order from left to right) and 0 on the other side,

Then we can choose whether to solve it using the quadratic formula or by factoring/completing the square.

The equation in the problem is already arranged, so let's proceed with the solving technique:

We'll choose to solve it using the quadratic formula,

Let's recall it first:

The rule states that the roots of an equation of the form:

ax2+bx+c=0 ax^2+bx+c=0

are:

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

(meaning its solutions, the two possible values of the unknown for which we get a true statement when substituted in the equation)

This formula is called: "The Quadratic Formula"

Let's return to the problem:

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

And solve it:

First, let's identify the coefficients of the terms:

{a=1b=5c=4 \begin{cases}a=1 \\ b=5 \\ c=4\end{cases}

where we noted that the coefficient of the quadratic term is 1,

And we'll get the solutions of the equation (its roots) by substituting the coefficients we just identified into the quadratic formula:

x1,2=b±b24ac2a=5±5241421 x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}=\frac{-5\pm\sqrt{5^2-4\cdot1\cdot4}}{2\cdot1}

Let's continue and calculate the expression inside the square root and simplify the expression:

x1,2=5±92=5±32 x_{1,2}=\frac{-5\pm\sqrt{9}}{2}=\frac{-5\pm3}{2}

Therefore the solutions of the equation are:

{x1=5+32=1x2=532=4 \begin{cases}x_1=\frac{-5+3}{2}=-1 \\ x_2=\frac{-5-3}{2}=-4\end{cases}

Therefore the correct answer is answer C.

Answer

x1=1,x2=4 x_1=-1,x_2=-4

Exercise #2

Solve the following equation:

2x210x12=0 2x^2-10x-12=0

Video Solution

Step-by-Step Solution

Let's recall the quadratic formula:

Quadratic formula | The formula

We'll substitute the given data into the formula:

x=(10)±10242(12)22 x={{-(-10)\pm\sqrt{-10^2-4\cdot2\cdot(-12)}\over 2\cdot2}}

Let's simplify and solve the part under the square root:

x=10±100+964 x={{10\pm\sqrt{100+96}\over 4}}

x=10±1964 x={{10\pm\sqrt{196}\over 4}}

x=10±144 x={{10\pm14\over 4}}

Now we'll solve using both methods, once with the addition sign and once with the subtraction sign:

x=10+144=244=6 x={{10+14\over 4}} = {24\over4}=6

x=10144=44=1 x={{10-14\over 4}} = {-4\over4}=-1

We've arrived at the solution: X=6,-1

Answer

x1=6 x_1=6 x2=1 x_2=-1

Exercise #3

Solve the following equation:

x2+3x18=0 x^2+3x-18=0

Video Solution

Step-by-Step Solution

Notice that the quadratic equation:

x2+3x18=0 x^2+3x-18=0

and this is because there is a quadratic term (meaning raised to the second power),

The first step in solving a quadratic equation is always arranging it in a form where all terms on one side are ordered from highest to lowest power (in descending order from left to right) and 0 on the other side,

Then we can choose whether to solve it using the quadratic formula or by factoring/completing the square.

The equation in the problem is already arranged, so let's proceed with the solving technique:

We'll choose to solve it using the quadratic formula,

Let's recall it first:

The rule states that the roots of the equation of the form:

ax2+bx+c=0 ax^2+bx+c=0

are:

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

(meaning its solutions, the two possible values of the unknown for which we get a true statement when substituted in the equation)

This formula is called: "The Quadratic Formula"

Let's return to the problem:

x2+3x18=0 x^2+3x-18=0

And solve it:

First, let's identify the coefficients of the terms:

{a=1b=3c=18 \begin{cases}a=1\\b=3\\c=-18\end{cases}

where we noted that the coefficient of the quadratic term is 1,

And we'll get the solutions of the equation (its roots) by substituting the coefficients we just noted in the quadratic formula:

x1,2=b±b24ac2a=3±3241(18)21 x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}=\frac{-3\pm\sqrt{3^2-4\cdot1\cdot(-18)}}{2\cdot1}

Let's continue and calculate the expression inside the square root and simplify the expression:

x1,2=3±812=3±92 x_{1,2}=\frac{-3\pm\sqrt{81}}{2}=\frac{-3\pm9}{2}

Therefore the solutions of the equation are:

{x1=3+92=3x2=392=6 \begin{cases}x_1=\frac{-3+9}{2}=3 \\ x_2=\frac{-3-9}{2}=-6\end{cases}

Therefore the correct answer is answer C.

Answer

x1=3,x2=6 x_1=3,x_2=-6

Exercise #4

Solve the following equation:

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

Video Solution

Step-by-Step Solution

The parameters are expressed in the quadratic equation as follows:

aX2+bX+c=0

 

We substitute into the formula:

 

-5±√(5²-4*1*4) 
          2

 

-5±√(25-16)
         2

 

-5±√9
    2

 

-5±3
   2

 

The symbol ± means that we have to solve this part twice, once with a plus and a second time with a minus,

This is how we later get two results.

 

-5-3 = -8
-8/2 = -4

 

-5+3 = -2
-2/2 = -1

 

And thus we find out that X = -1, -4

Answer

x1=1 x_1=-1 x2=4 x_2=-4

Exercise #5

Solve the following equation:

x2+5x+6=0 x^2+5x+6=0

Video Solution

Step-by-Step Solution

Notice that the quadratic equation:

x2+5x+6=0 x^2+5x+6=0

and this is because there is a quadratic term (meaning raised to the second power),

The first step in solving a quadratic equation is always arranging it in a form where all terms on one side are ordered from highest to lowest power (in descending order from left to right) and 0 on the other side,

Then we can choose whether to solve it using the quadratic formula or by factoring/completing the square.

The equation in the problem is already arranged, so let's proceed with the solving technique:

We'll choose to solve it using the quadratic formula,

Let's recall it first:

The rule states that the roots of an equation of the form:

ax2+bx+c=0 ax^2+bx+c=0

are:

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

(meaning its solutions, the two possible values of the unknown for which we get a true statement when substituted in the equation)

This formula is called: "The Quadratic Formula"

Let's return to the problem:

x2+5x+6=0 x^2+5x+6=0 and solve it:

First, let's identify the coefficients of the terms:

{a=1b=5c=6 \begin{cases}a=1 \\ b=5 \\ c=6\end{cases}

where we noted that the coefficient of the quadratic term is 1,

And we'll get the equation's solutions (roots) by substituting the coefficients we just noted into the quadratic formula:

x1,2=b±b24ac2a=5±5241621 x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}=\frac{-5\pm\sqrt{5^2-4\cdot1\cdot6}}{2\cdot1}

Let's continue and calculate the expression inside the square root and simplify the expression:

x1,2=5±12=5±12 x_{1,2}=\frac{-5\pm\sqrt{1}}{2}=\frac{-5\pm1}{2}

Therefore the solutions to the equation are:

{x1=5+12=2x2=512=3 \begin{cases}x_1=\frac{-5+1}{2}=-2 \\ x_2=\frac{-5-1}{2}=-3\end{cases}

Therefore the correct answer is answer D.

Answer

x1=3,x2=2 x_1=-3,x_2=-2

Exercise #6

a = coefficient of x²

b = coefficient of x

c = coefficient of the constant term


What is the value of c c in the function y=x2+25x y=-x^2+25x ?

Video Solution

Step-by-Step Solution

Let's recall the general form of the quadratic function:

y=ax2+bx+c y=ax^2+bx+c The function given in the problem is:

y=x2+25x y=-x^2+25x c c is the free term (meaning the coefficient of the term with power 0),

In the function in the problem there is no free term,

Therefore, we can identify that:

c=0 c=0 Therefore, the correct answer is answer A.

Answer

c=0 c=0

Exercise #7

What is the value of X in the following equation?

X2+10X+9=0 X^2+10X+9=0

Video Solution

Step-by-Step Solution

To answer the question, we'll need to recall the quadratic formula:

x=b±b24ac2a x = {-b \pm \sqrt{b^2-4ac} \over 2a}

 

Let's remember that:

a is the coefficient of X²

b is the coefficient of X

c is the free term

 

And if we look again at the formula given to us:

a=1

b=10

c=9

 

Let's substitute into the formula:

x=10±10241921 x = {-10 \pm \sqrt{10^2-4\cdot 1 \cdot 9} \over 2\cdot 1}

Let's start by solving what's under the square root:

x=10±100362 x = {-10 \pm \sqrt{100-36} \over 2}

x=10±642 x = {-10 \pm \sqrt{64} \over 2}

x=10±82 x = {-10 \pm 8 \over 2}

Now we'll solve twice, once with plus and once with minus

 

x=10+82=22=1 x = {-10 +8 \over 2}= {-2 \over 2} = -1

x=1082=182=9 x = {-10 -8 \over 2} = {-18 \over 2} =-9

And we can see that we got two solutions, X=-1 and X=-9

And that's the solution!

Answer

x1=1,x2=9 x_1=-1,x_2=-9

Exercise #8

Solve the following equation:

2x23x+5=0 2x^2-3x+5=0

Video Solution

Step-by-Step Solution

Let's identify that this is a quadratic equation:

2x23x+5=0 2x^2-3x+5=0

and this is because there is a quadratic term (meaning raised to the second power),

The first step in solving a quadratic equation is always arranging it in a form where all terms on one side are ordered from highest to lowest power (in descending order from left to right) and 0 on the other side,

Then we can choose whether to solve it using the quadratic formula or by factoring/completing the square.

The equation in the problem is already arranged, so let's proceed with the solving technique:

We'll choose to solve it using the quadratic formula,

Let's recall it first:

The rule states that the roots of an equation in the form:

ax2+bx+c=0 ax^2+bx+c=0

are:

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

(meaning its solutions, the two possible values of the unknown for which we get a true statement when substituted in the equation)

This formula is called: "The Quadratic Formula"

Let's return to the problem:

2x23x+5=0 2x^2-3x+5=0 and solve it:

First, let's identify the coefficients of the terms:

{a=2b=3c=5 \begin{cases}a=2 \\ b=-3 \\ c=5\end{cases}

where we noted that the coefficient includes the minus sign, and this is because in the general form of the equation we mentioned earlier:

ax2+bx+c=0 ax^2+bx+c=0

the coefficients are defined such that they have a plus sign in front of them, and therefore the minus sign must be included in the coefficient value.

Let's continue and get the equation's solutions (roots) by substituting the coefficients we noted earlier in the quadratic formula:

x1,2=b±b24ac2a=(3)±(3)242522 x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}=\frac{-(-3)\pm\sqrt{(-3)^2-4\cdot2\cdot5}}{2\cdot2}

Let's continue and calculate the expression under the root and simplify the expression:

x1,2=3±312 x_{1,2}=\frac{3\pm\sqrt{-31}}{2}\frac{}{}

We got that the expression under the root is negative, and since we cannot extract a real root from a negative number, this equation has no real solutions,

Meaning - there is no real value of x x that when substituted in the equation will give a true statement.

Therefore, the correct answer is answer D.

Answer

No solution

Exercise #9

Solve the following equation:

x2+6x10=0 -x^2+6x-10=0

Video Solution

Step-by-Step Solution

First, we'll identify that this is a quadratic equation:

x2+6x10=0 -x^2+6x-10=0

and this is because there is a quadratic term (meaning raised to the second power),

The first step in solving a quadratic equation is always arranging it in a form where all terms on one side are ordered from highest to lowest power (in descending order from left to right) and 0 on the other side,

Then we can choose whether to solve it using the quadratic formula or by factoring/completing the square.

The equation in the problem is already arranged, so let's proceed with the solving technique:

For ease of solving and minimizing errors, it is always recommended to ensure that the coefficient of the quadratic term in the equation is positive,

We'll achieve this by multiplying (both sides of) the equation by:1 -1 :

x2+6x10=0/(1)x26x+10=0 -x^2+6x-10=0 \hspace{8pt}\text{/}\cdot(-1)\\ x^2-6x+10=0

Let's continue solving the equation:

We'll choose to solve it using the quadratic formula,

Let's recall it first:

The rule states that the roots of an equation of the form:

ax2+bx+c=0 ax^2+bx+c=0

are:

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

(meaning its solutions, the two possible values of the unknown for which we get a true statement when substituted in the equation)

This formula is called: "The Quadratic Formula"

Let's return to the problem:

x26x+10=0 x^2-6x+10=0

and solve it:

First, let's identify the coefficients of the terms:

{a=1b=6c=10 \begin{cases}a=1 \\ b=-6 \\ c=10\end{cases}

where we noted that the coefficient of the quadratic term is 1,

And we'll get the equation's solutions (roots) by substituting these coefficients that we mentioned earlier in the quadratic formula:

x1,2=b±b24ac2a=(6)±(6)2411021 x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}=\frac{-(-6)\pm\sqrt{(-6)^2-4\cdot1\cdot10}}{2\cdot1}

Let's continue and calculate the expression under the root and simplify the expression:

x1,2=6±42 x_{1,2}=\frac{6\pm\sqrt{-4}}{2}

We got that the expression under the root is negative, and since we cannot extract a real root from a negative number, this equation has no real solutions,

Meaning - there is no real value of x x that when substituted in the equation will give a true statement.

Therefore, the correct answer is answer D.

Answer

No solution

Exercise #10

16a2+20a+20=520a 16a^2+20a+20=-5-20a

Video Solution

Step-by-Step Solution

Let's solve the given equation:

16a2+20a+20=520a 16a^2+20a+20=-5-20a

First, let's organize the equation by moving terms and combining like terms:

16a2+20a+20=520a16a2+20a+20+5+20a=016a2+40a+25=0 16a^2+20a+20=-5-20a \\ 16a^2+20a+20+5+20a =0\\ 16a^2+40a+25=0

Now let's note that we can factor the expression on the left side using the perfect square trinomial formula for a binomial squared:

(x+y)2=x2+2xy+y2 (\textcolor{red}{x}+\textcolor{blue}{y})^2=\textcolor{red}{x}^2+2\textcolor{red}{x}\textcolor{blue}{y}+\textcolor{blue}{y}^2

We'll do this using the fact that:

16=4225=52 16=4^2\\ 25=5^2

And using the law of exponents for powers applied to products in parentheses (in reverse):

xnyn=(xy)n x^ny^n=(xy)^n

Therefore, first we'll express the outer terms as a product of squared terms:

16a2+40a+25=042a2+40a+52=0(4a)2+40a+52=0 16a^2+40a+25=0 \\ 4^2a^2+40a+5^2=0 \\ \downarrow\\ (\textcolor{red}{4a})^2+40a+\textcolor{blue}{5}^2=0

Now let's examine again the perfect square trinomial formula mentioned earlier:

(x+y)2=x2+2xy+y2 (\textcolor{red}{x}+\textcolor{blue}{y})^2=\textcolor{red}{x}^2+\underline{2\textcolor{red}{x}\textcolor{blue}{y}}+\textcolor{blue}{y}^2

And the expression on the left side of the equation that we got in the last step:

(4a)2+40a+52=0 (\textcolor{red}{4a})^2+\underline{40a}+\textcolor{blue}{5}^2=0

Note that the terms (4a)2,52 (\textcolor{red}{4a})^2,\hspace{6pt}\textcolor{blue}{5}^2 indeed match the form of the first and third terms in the perfect square trinomial formula (which are highlighted in red and blue),

However, in order to factor this expression (which is on the left side of the equation) using the perfect square trinomial formula mentioned, the remaining term must also match the formula, meaning the middle term in the expression (underlined with a single line):

(x+y)2=x2+2xy+y2 (\textcolor{red}{x}+\textcolor{blue}{y})^2=\textcolor{red}{x}^2+\underline{2\textcolor{red}{x}\textcolor{blue}{y}}+\textcolor{blue}{y}^2

In other words - we ask if we can express the expression on the left side of the equation as:

(4a)2+40a+52=0?(4a)2+24a5+52=0 (\textcolor{red}{4a})^2+\underline{40a}+\textcolor{blue}{5}^2=0 \\ \updownarrow\text{?}\\ (\textcolor{red}{4a})^2+\underline{2\cdot\textcolor{red}{4a}\cdot\textcolor{blue}{5}}+\textcolor{blue}{5}^2=0

And indeed it holds that:

24a5=40a 2\cdot4a\cdot5=40a

Therefore, we can express the expression on the left side of the equation as a perfect square binomial:

(4a)2+24a5+52=0(4a+5)2=0 (\textcolor{red}{4a})^2+2\cdot\textcolor{red}{4a}\cdot\textcolor{blue}{5}+\textcolor{blue}{5}^2=0\\ \downarrow\\ (\textcolor{red}{4a}+\textcolor{blue}{5})^2=0

From here we can take the square root of both sides of the equation (and don't forget that there are two possibilities - positive and negative when taking an even root of both sides of an equation), then we'll easily solve by isolating the variable and dividing both sides of the equation by the variable's coefficient:

(4a+5)2=0/4a+5=±04a+5=04a=5/:4a=54 (4a+5)^2=0\hspace{8pt}\text{/}\sqrt{\hspace{6pt}}\\ 4a+5=\pm0\\ 4a+5=0\\ 4a=-5\hspace{8pt}\text{/}:4\\ \boxed{a=-\frac{5}{4}}

Let's summarize the solution of the equation:

16a2+20a+20=520a16a2+40a+25=0(4a)2+24a5+52=0(4a+5)2=04a+5=0a=54 16a^2+20a+20=-5-20a \\ 16a^2+40a+25=0 \\ \downarrow\\ (\textcolor{red}{4a})^2+2\cdot\textcolor{red}{4a}\cdot\textcolor{blue}{5}+\textcolor{blue}{5}^2=0\\ \downarrow\\ (\textcolor{red}{4a}+\textcolor{blue}{5})^2=0 \\ \downarrow\\ 4a+5=0\\ \downarrow\\ \boxed{a=-\frac{5}{4}}

Therefore the correct answer is answer D.

Answer

x=54 x=-\frac{5}{4}

Exercise #11

x2+10x=25 x^2+10x=-25

Video Solution

Step-by-Step Solution

Let's solve the given equation:

x2+10x=25 x^2+10x=-25

First, let's arrange the equation by moving terms:

x2+10x=25x2+10x+25=0 x^2+10x=-25 \\ x^2+10x+25=0 \\ Now we notice that the expression on the left side can be factored using the perfect square trinomial formula for a binomial squared:

(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

We can do this using the fact that:

25=52 25=5^2

Therefore, we'll represent the rightmost term as a squared term:

x2+10x+25=0x2+10x+52=0 x^2+10x+25=0 \\ \downarrow\\ \textcolor{red}{x}^2+10x+\textcolor{blue}{5}^2=0

Now let's examine again the perfect square trinomial formula mentioned earlier:

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+\underline{2\textcolor{red}{a}\textcolor{blue}{b}}+\textcolor{blue}{b}^2

And the expression on the left side in the equation we got in the last step:

x2+10x+52=0 \textcolor{red}{x}^2+\underline{10x}+\textcolor{blue}{5}^2=0

Notice that the terms x2,52 \textcolor{red}{x}^2,\hspace{6pt}\textcolor{blue}{5}^2 indeed match the form of the first and third terms in the perfect square trinomial formula (which are highlighted in red and blue),

However, in order to factor this expression (on the left side of the equation) using the perfect square trinomial formula mentioned, the remaining term must also match the formula, meaning the middle term in the expression (underlined with a line):

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+\underline{2\textcolor{red}{a}\textcolor{blue}{b}}+\textcolor{blue}{b}^2

In other words - we'll ask if we can represent the expression on the left side as:

x2+10x+52=0?x2+2x5+52=0 \textcolor{red}{x}^2+\underline{10x}+\textcolor{blue}{5}^2=0 \\ \updownarrow\text{?}\\ \textcolor{red}{x}^2+\underline{2\cdot\textcolor{red}{x}\cdot\textcolor{blue}{5}}+\textcolor{blue}{5}^2=0

And indeed it is true that:

2x5=10x 2\cdot x\cdot5=10x

Therefore we can represent the expression on the left side of the equation as a perfect square binomial:

x2+2x5+52=0(x+5)2=0 \textcolor{red}{x}^2+2\cdot\textcolor{red}{x}\cdot\textcolor{blue}{5}+\textcolor{blue}{5}^2=0 \\ \downarrow\\ (\textcolor{red}{x}+\textcolor{blue}{5})^2=0

From here we can take the square root of both sides of the equation (and don't forget there are two possibilities - positive and negative when taking the square root of an even power), then we'll easily solve by isolating the variable:

(x+5)2=0/x+5=±0x+5=0x=5 (x+5)^2=0\hspace{8pt}\text{/}\sqrt{\hspace{6pt}}\\ x+5=\pm0\\ x+5=0\\ \boxed{x=-5}

Let's summarize the solution of the equation:

x2+10x=25x2+10x+25=0x2+2x5+52=0(x+5)2=0x+5=0x=5 x^2+10x=-25 \\ x^2+10x+25=0 \\ \downarrow\\ \textcolor{red}{x}^2+2\cdot\textcolor{red}{x}\cdot\textcolor{blue}{5}+\textcolor{blue}{5}^2=0 \\ \downarrow\\ (\textcolor{red}{x}+\textcolor{blue}{5})^2=0 \\ \downarrow\\ x+5=0\\ \downarrow\\ \boxed{x=-5}

Therefore the correct answer is answer C.

Answer

x=5 x=-5

Exercise #12

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

Solve the equation

Video Solution

Step-by-Step Solution

The parameters are expressed in the quadratic equation as follows:

aX2+bX+c=0

 

We identify that we have:
a=1
b=0
c=9

 

We recall the root formula:

Roots formula | The version

We replace according to the formula:

-0 ± √(0²-4*1*9)

           2

 

We will focus on the part inside the square root (also called delta)

√(0-4*1*9)

√(0-36)

√-36

 

It is not possible to take the square root of a negative number.

And so the question has no solution.

Answer

No solution

Exercise #13

x210x=16 x^2-10x=-16

Video Solution

Step-by-Step Solution

Let's solve the given equation:

x210x=16 x^2-10x=-16

First, let's arrange the equation by moving terms:

x210x=16x210x+16=0 x^2-10x=-16 \\ x^2-10x+16 =0

Now we notice that the coefficient of the squared term is 1, therefore, we can (try to) factor the expression on the left side using quick trinomial factoring:

Let's look for a pair of numbers whose product equals the free term in the expression, and whose sum equals the coefficient of the first-degree term, meaning two numbers m,n m,\hspace{2pt}n that satisfy:

mn=16m+n=10 m\cdot n=16\\ m+n=-10\\ From the first requirement, namely - the multiplication, we notice that the product of the numbers we're looking for must yield a positive result, therefore we can conclude that both numbers must have the same sign, according to multiplication rules, and now we'll remember that the possible factors of 16 are the number pairs 4 and 4, 2 and 8, or 16 and 1. Meeting the second requirement, along with the fact that the signs of the numbers we're looking for are identical will lead to the conclusion that the only possibility for the two numbers we're looking for is:

{m=8n=2 \begin{cases} m=-8\\ n=-2 \end{cases}

Therefore we'll factor the expression on the left side of the equation to:

x210x+16=0(x8)(x2)=0 x^2-10x+16 =0 \\ \downarrow\\ (x-8)(x-2)=0

From here we'll remember that the product of expressions will yield 0 only if at least one of the multiplied expressions equals zero,

Therefore we'll get two simple equations and solve them by isolating the unknown in each:

x8=0x=8 x-8=0\\ \boxed{x=8}

or:

x2=0x=2 x-2=0\\ \boxed{x=2}

Let's summarize the solution of the equation:

x210x=16x210x+16=0(x8)(x2)=0x8=0x=8x2=0x=2x=8,2 x^2-10x=-16 \\ x^2-10x+16 =0 \\ \downarrow\\ (x-8)(x-2)=0 \\ \downarrow\\ x-8=0\rightarrow\boxed{x=8}\\ x-2=0\rightarrow\boxed{x=2}\\ \downarrow\\ \boxed{x=8,2}

Therefore the correct answer is answer B.

Answer

x=2,8 x=2,8

Exercise #14

Solve for y:

y2+4y+2=2 y^2+4y+2=-2

Video Solution

Step-by-Step Solution

Let's solve the given equation:

y2+4y+2=2 y^2+4y+2=-2

First, let's arrange the equation by moving terms:

y2+4y+2=2y2+4y+2+2=0y2+4y+4=0 y^2+4y+2=-2 \\ y^2+4y+2+2=0 \\ y^2+4y+4=0

Now we notice that the expression on the left side can be factored using the perfect square trinomial formula:

(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

We can do this using the fact that:

4=22 4=2^2

Therefore, we'll represent the rightmost term as a squared term:

y2+4y+4=0y2+4y+22=0 y^2+4y+4=0 \\ \downarrow\\ \textcolor{red}{y}^2+4y+\textcolor{blue}{2}^2=0

Now let's examine again the perfect square trinomial formula mentioned earlier:

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+\underline{2\textcolor{red}{a}\textcolor{blue}{b}}+\textcolor{blue}{b}^2

And the expression on the left side in the equation we got in the last step:

y2+4y+22=0 \textcolor{red}{y}^2+\underline{4y}+\textcolor{blue}{2}^2=0

Notice that the terms y2,22 \textcolor{red}{y}^2,\hspace{6pt}\textcolor{blue}{2}^2 indeed match the form of the first and third terms in the perfect square trinomial formula (which are highlighted in red and blue),

However, in order to factor the expression in question (which is on the left side of the equation) using the perfect square trinomial formula mentioned, the remaining term must also match the formula, meaning the middle term in the expression (underlined):

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+\underline{2\textcolor{red}{a}\textcolor{blue}{b}}+\textcolor{blue}{b}^2

In other words - we'll ask if we can represent the expression on the left side of the equation as:

y2+4y+22=0?y2+2y2+22=0 \textcolor{red}{y}^2+\underline{4y}+\textcolor{blue}{2}^2 =0 \\ \updownarrow\text{?}\\ \textcolor{red}{y}^2+\underline{2\cdot\textcolor{red}{y}\cdot\textcolor{blue}{2}}+\textcolor{blue}{2}^2 =0

And indeed it is true that:

2y2=4y 2\cdot y\cdot2=4y

Therefore we can represent the expression on the left side of the equation as a perfect square trinomial:

y2+2y2+22=0(y+2)2=0 \textcolor{red}{y}^2+2\cdot\textcolor{red}{y}\cdot\textcolor{blue}{2}+\textcolor{blue}{2}^2=0 \\ \downarrow\\ (\textcolor{red}{y}+\textcolor{blue}{2})^2=0

From here we can take the square root of both sides of the equation (and don't forget that there are two possibilities - positive and negative when taking an even root of both sides of an equation), then we'll easily solve by isolating the variable:

(y+2)2=0/y+2=±0y+2=0y=2 (y+2)^2=0\hspace{8pt}\text{/}\sqrt{\hspace{6pt}}\\ y+2=\pm0\\ y+2=0\\ \boxed{y=-2}

Let's summarize the solution of the equation:

y2+4y+2=2y2+4y+4=0y2+2y2+22=0(y+2)2=0y+2=0y=2 y^2+4y+2=-2 \\ y^2+4y+4=0 \\ \downarrow\\ \textcolor{red}{y}^2+2\cdot\textcolor{red}{y}\cdot\textcolor{blue}{2}+\textcolor{blue}{2}^2=0 \\ \downarrow\\ (\textcolor{red}{y}+\textcolor{blue}{2})^2=0 \\ \downarrow\\ y+2=0\\ \downarrow\\ \boxed{y=-2}

Therefore the correct answer is answer D.

Answer

y=2 y=-2

Exercise #15

The perimeter of a rectangle is 14 cm.

The area of the rectangle is 12 cm².

What are the lengths of its sides?

Video Solution

Step-by-Step Solution

Since in a rectangle each pair of opposite sides are equal to each other, let's call each pair of sides X and Y

Now let's set up a formula to calculate the perimeter of the rectangle:

2x+2y=14 2x+2y=14

Let's divide both sides by 2:

x+y=7 x+y=7

From this formula, we'll calculate X:

x=7y x=7-y

We know that the area of the rectangle equals length times width:

x×y=12 x\times y=12

We know that X equals 7 minus Y, let's substitute this in the formula:

(7y)×y=12 (7-y)\times y=12

7yy2=12 7y-y^2=12

y27y+12=0 y^2-7y+12=0

(y3)×(y4)=0 (y-3)\times(y-4)=0

From this we can claim that:

y=3,y=4 y=3,y=4

Let's go back to the formula we found earlier:

x=7y x=7-y

Let's substitute y equals 3 and we get:

x=73=4 x=7-3=4

Now let's substitute y equals 4 and we get:

x=74=3 x=7-4=3

Therefore, the lengths of the rectangle's sides are 4 and 3

Answer

3, 4