Solve Quadratic equations x^2+24x-756=0 Tiger Algebra Solver (2024)

Step by step solution :

Step 1 :

Trying to factor by splitting the middle term

1.1Factoring x2+24x-756

The first term is, x2 its coefficient is 1.
The middle term is, +24x its coefficient is 24.
The last term, "the constant", is -756

Step-1 : Multiply the coefficient of the first term by the constant 1-756=-756

Step-2 : Find two factors of -756 whose sum equals the coefficient of the middle term, which is 24.

-756+1=-755
-378+2=-376
-252+3=-249
-189+4=-185
-126+6=-120
-108+7=-101
-84+9=-75
-63+12=-51
-54+14=-40
-42+18=-24
-36+21=-15
-28+27=-1
-27+28=1
-21+36=15
-18+42=24That's it

Step-3 : Rewrite the polynomial splitting the middle term using the two factors found in step2above, -18 and 42
x2 - 18x+42x - 756

Step-4 : Add up the first 2 terms, pulling out like factors:
x•(x-18)
Add up the last 2 terms, pulling out common factors:
42•(x-18)
Step-5:Add up the four terms of step4:
(x+42)•(x-18)
Which is the desired factorization

Equation at the end of step 1 :

 (x + 42) • (x - 18) = 0 

Step 2 :

Theory - Roots of a product :

2.1 A product of several terms equals zero.When a product of two or more terms equals zero, then at least one of the terms must be zero.We shall now solve each term = 0 separatelyIn other words, we are going to solve as many equations as there are terms in the productAny solution of term = 0 solves product = 0 as well.

Solving a Single Variable Equation:

2.2Solve:x+42 = 0Subtract 42 from both sides of the equation:
x = -42

Solving a Single Variable Equation:

2.3Solve:x-18 = 0Add 18 to both sides of the equation:
x = 18

Supplement : Solving Quadratic Equation Directly

Solving x2+24x-756 = 0 directly 

Earlier we factored this polynomial by splitting the middle term. let us now solve the equation by Completing The Square and by using the Quadratic Formula

Parabola, Finding the Vertex:

3.1Find the Vertex ofy = x2+24x-756Parabolas have a highest or a lowest point called the Vertex.Our parabola opens up and accordingly has a lowest point (AKA absolute minimum).We know this even before plotting "y" because the coefficient of the first term,1, is positive (greater than zero).Each parabola has a vertical line of symmetry that passes through its vertex. Because of this symmetry, the line of symmetry would, for example, pass through the midpoint of the two x-intercepts (roots or solutions) of the parabola. That is, if the parabola has indeed two real solutions.Parabolas can model many real life situations, such as the height above ground, of an object thrown upward, after some period of time. The vertex of the parabola can provide us with information, such as the maximum height that object, thrown upwards, can reach. For this reason we want to be able to find the coordinates of the vertex.For any parabola,Ax2+Bx+C,the x-coordinate of the vertex is given by -B/(2A). In our case the x coordinate is -12.0000Plugging into the parabola formula -12.0000 for x we can calculate the y-coordinate:
y = 1.0 * -12.00 * -12.00 + 24.0 * -12.00 - 756.0
or y = -900.000

Parabola, Graphing Vertex and X-Intercepts :

Root plot for : y = x2+24x-756
Axis of Symmetry (dashed) {x}={-12.00}
Vertex at {x,y} = {-12.00,-900.00}
x-Intercepts (Roots) :
Root 1 at {x,y} = {-42.00, 0.00}
Root 2 at {x,y} = {18.00, 0.00}

Solve Quadratic Equation by Completing The Square

3.2Solvingx2+24x-756 = 0 by Completing The Square.Add 756 to both side of the equation :
x2+24x = 756

Now the clever bit: Take the coefficient of x, which is 24, divide by two, giving 12, and finally square it giving 144

Add 144 to both sides of the equation :
On the right hand side we have:
756+144or, (756/1)+(144/1)
The common denominator of the two fractions is 1Adding (756/1)+(144/1) gives 900/1
So adding to both sides we finally get:
x2+24x+144 = 900

Adding 144 has completed the left hand side into a perfect square :
x2+24x+144=
(x+12)(x+12)=
(x+12)2
Things which are equal to the same thing are also equal to one another. Since
x2+24x+144 = 900 and
x2+24x+144 = (x+12)2
then, according to the law of transitivity,
(x+12)2 = 900

We'll refer to this Equation as Eq. #3.2.1

The Square Root Principle says that When two things are equal, their square roots are equal.

Note that the square root of
(x+12)2 is
(x+12)2/2=
(x+12)1=
x+12

Now, applying the Square Root Principle to Eq.#3.2.1 we get:
x+12= 900

Subtract 12 from both sides to obtain:
x = -12 + √ 900

Since a square root has two values, one positive and the other negative
x2 + 24x - 756 = 0
has two solutions:
x = -12 + √ 900
or
x = -12 - √ 900

Solve Quadratic Equation using the Quadratic Formula

3.3Solvingx2+24x-756 = 0 by the Quadratic Formula.According to the Quadratic Formula,x, the solution forAx2+Bx+C= 0 , where A, B and C are numbers, often called coefficients, is given by :

-B± √B2-4AC
x = ————————
2A
In our case,A= 1
B= 24
C=-756
Accordingly,B2-4AC=
576 - (-3024) =
3600
Applying the quadratic formula :

-24 ± √ 3600
x=———————
2
Can 3600 be simplified ?

Yes!The prime factorization of 3600is
2•2•2•2•3•3•5•5
To be able to remove something from under the radical, there have to be 2 instances of it (because we are taking a square i.e. second root).

3600 =√2•2•2•2•3•3•5•5 =2•2•3•5•√ 1 =
±60 •√ 1 =
±60

So now we are looking at:
x=(-24±60)/2

Two real solutions:

x =(-24+√3600)/2=-12+30= 18.000

or:

x =(-24-√3600)/2=-12-30= -42.000

Two solutions were found :

  1. x = 18
  2. x = -42
Solve Quadratic equations x^2+24x-756=0 Tiger Algebra Solver (2024)

FAQs

How do I solve this quadratic equation? ›

Solve a quadratic equation using the quadratic formula.
  1. Write the quadratic equation in standard form, ax2 + bx + c = 0. Identify the values of a, b, and c.
  2. Write the Quadratic Formula. Then substitute in the values of a, b, and c.
  3. Simplify.
  4. Check the solutions.

How to factor a quadratic equation? ›

Factorization of Quadratic Equations
  1. Learn: Factorisation. ...
  2. Step 1: Consider the quadratic equation ax2 + bx + c = 0.
  3. Step 2: Now, find two numbers such that their product is equal to ac and sum equals to b. ...
  4. Step 3: Now, split the middle term using these two numbers, ...
  5. Step 4: Take the common factors out and simplify.

What is the formation of the quadratic equation? ›

A quadratic has the standard form y = ax² + bx + c, where a, b, and c are all numbers and a cannot be zero.

What is the quadratic formula explained? ›

In math, we define a quadratic equation as an equation of degree 2, meaning that the highest exponent of this function is 2. The standard form of a quadratic is y = ax^2 + bx + c, where a, b, and c are numbers and a cannot be 0. Examples of quadratic equations include all of these: y = x^2 + 3x + 1.

What are the 4 steps to solve a quadratic equation? ›

Solving Quadratic Equations
  • Put all terms on one side of the equal sign, leaving zero on the other side.
  • Factor.
  • Set each factor equal to zero.
  • Solve each of these equations.
  • Check by inserting your answer in the original equation.

How to solve a quadratic equation trick? ›

Top 3 Tips to solve Quadratic Equations in Bank Exams

Once it has no remaining terms we can write zero. The second step is to factor the equation so that there is a set each through the middle term break method. The last part is to separate each factor set to zero. and solve putting the equations in this.

How to solve a quadratic equation without a formula? ›

Set the equation equal to zero. If the quadratic side is factorable, factor, then set each factor equal to zero. If the quadratic equation involves a SQUARE and a CONSTANT (no first degree term), position the square on one side and the constant on the other side. Then take the square root of both sides.

How to solve quadratic equations by factoring fast? ›

To solve an quadratic equation using factoring :
  1. Transform the equation using standard form in which one side is zero.
  2. Factor the non-zero side.
  3. Set each factor to zero (Remember: a product of factors is zero if and only if one or more of the factors is zero).
  4. Solve each resulting equation.

How to simplify a quadratic equation? ›

Step 1: Using inverse operations, move all terms to one side of your equal sign. Step 2: Simplify your equation, and move terms around so that your equation is in the standard form of a quadratic function. Step 3: Now that your equation is in standard form, you can determine the values for a, b, and c.

How do you form a quadratic equation? ›

The quadratic equation in its standard form is ax2 + bx + c = 0, where a and b are the coefficients, x is the variable, and c is the constant term. The important condition for an equation to be a quadratic equation is the coefficient of x2 is a non-zero term (a ≠ 0).

Who invented algebra? ›

Muhammad ibn Musa Al-Khwarizmi: The Father of Algebra | Lowell Milken Center.

What are the five examples of a quadratic equation? ›

Examples of quadratic equations
  • x 2 + x − 30 = 0.
  • 5 t 2 + 4 t + 1 = 0.
  • 16 x 2 − 4 = 0.
  • 3 x 2 + x = 0.
  • 5 x 2 = 25.

How to solve a quadratic formula step by step? ›

HowTo: Solve a Quadratic Equation Using the Quadratic Formula
  1. Write the quadratic equation in standard form, ax2+bx+c=0. Identify the values of a,b, and c.
  2. Write the Quadratic Formula. Then substitute in the values of a,b, and c.
  3. Simplify.
  4. Check the solutions.
Aug 23, 2020

How to convert standard form to vertex form? ›

How Do You Convert Standard Form to Vertex Form? To convert standard form to vertex form, Convert y = ax2 + bx + c into the form y = a (x - h)2 + k by completing the square. Then y = a (x - h)2 + k is the vertex form.

What is a quadratic equation for dummies? ›

A quadratic equation is any second degree polynomial equation — that's when the highest power of x, or whatever other variable is used, is 2. You can solve quadratic equations by factoring. Bring all terms to one side of the equation, leaving a zero on the other side.

What are the 4 methods of solving quadratic equations? ›

Answer: There are various methods by which you can solve a quadratic equation such as: factorization, completing the square, quadratic formula, and graphing. These are the four general methods by which we can solve a quadratic equation.

How to find the equation of a quadratic function? ›

A quadratic function, of the form f(x) = ax2 + bx + c, is determined by three points. Given three points on the graph of a quadratic function, we can work out the function by finding a, b and c algebraically. This will require solving a system of three equations in three unknowns.

How to find a quadratic equation from points? ›

If You are given three points Just use the equation y=a(x-h)^2+k. Now you need to put your points in the above equation (in place of x,y) and solve equations for the values of a,h,k. Finally, You get a Quadratic Function.

References

Top Articles
Latest Posts
Article information

Author: Virgilio Hermann JD

Last Updated:

Views: 5587

Rating: 4 / 5 (61 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Virgilio Hermann JD

Birthday: 1997-12-21

Address: 6946 Schoen Cove, Sipesshire, MO 55944

Phone: +3763365785260

Job: Accounting Engineer

Hobby: Web surfing, Rafting, Dowsing, Stand-up comedy, Ghost hunting, Swimming, Amateur radio

Introduction: My name is Virgilio Hermann JD, I am a fine, gifted, beautiful, encouraging, kind, talented, zealous person who loves writing and wants to share my knowledge and understanding with you.