14+ х = 3х2 What is the answer?

Mathematics · High School · Mon Jan 18 2021

Answered on

Given the quadratic equation:

14 + x = 3x^2

Determine the answer or the roots.

Solution:

Transpose first 14 + x to the other side of the equation, hence we must take note that in transposing a number, the sign changes.

=3x^2 -x -14

a = 3

b = -1

c = -14
In order to solve for the roots of an equation, we simply must look at the 2nd and 3rd value. First we must think of two numbers that when added, the answer is -1, and when multiplied, the answer is -14. Hence, if we are unable to find the number, we will use the quadratic formula.

The Quadratic formula:

x = −b ± √(b^2 − 4ac)/2a

is used to solve quadratic equations where a ≠ 0, in the form
ax^2+bx+c=0

When b^2−4ac=0 there is one real root.

When b^2−4ac>0 there are two real roots.

When b^2−4ac<0 there are no real roots, only a complex number.

Substitute the given values of a, b and c to the quadratic formula

x = −b ± √(b^2 − 4ac)/2a
x = −(-1) ± √((-1)^2 − 4(1)(-14))/2(1).
x = 1 ± √(1 +  56)/2
x = 1 ± √(57)/2
x = 1 ± 7.55/2

Solve for +- separately.

x = 1 + 7.55/2
x = 4.275

x = 1 - 7.55/2
x =  -2.775

Final answer:

x = 4.275
x =  -2.775