Solve the Quadratic Equation: x² + 5x + 4 = 0

Question

Solve the following:

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

Video Solution

Solution Steps

00:00 Solve
00:04 Let's use the root formula
00:31 Let's identify the coefficients
00:41 We'll substitute appropriate values according to the given data to find the solutions
01:17 Let's calculate the square and products
01:32 Let's calculate the square root of 9
01:43 We'll find the 2 possible solutions (addition, subtraction)
01:58 This is one solution, let's continue to solve the second one
02:11 And this is the solution to the question

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