Quadratic Equations

Table of Contents

A quadratic equation is an equation of the form:

ax2+bx+c=0

Where:

  • a,b,c are constants, and a0.
  • x is the variable we are solving for.

Quadratic equations are fundamental in algebra and appear frequently in various mathematical problems, including geometry, physics, engineering, and economics. The solutions to quadratic equations are called the “roots” of the equation.

Forms of Quadratic Equations

  1. Standard Form:
    The most commonly used form of a quadratic equation is the standard form:
    ax2+bx+c=0.
  2. Factored Form:
    A quadratic equation can sometimes be factored as:
    a(xr1)(xr2)=0
    where r1 and r2 are the roots of the equation.
  3. Vertex Form:
    Another form is the vertex form:
    a(xh)2+k=0
    where (h,k) is the vertex of the parabola.

Methods to Solve Quadratic Equations

There are four main methods for solving quadratic equations:

  1. Factoring
  2. Completing the Square
  3. Quadratic Formula
  4. Graphing

1. Solving Quadratic Equations by Factoring

This method is useful when the quadratic equation can be factored easily. To solve by factoring, we write the quadratic equation in its factored form and then set each factor equal to zero.

Example 1: Solve x2+5x+6=0 by factoring.

x2+5x+6=0

First, factor the quadratic:
(x+2)(x+3)=0

Set each factor equal to zero:
x+2=0 or x+3=0

Solve for x:
x=2 or x=3.

Thus, the roots are x=2 and x=3.


Example 2: Solve 2x24x6=0 by factoring.

2x24x6=0

First, factor out the GCF:
2(x22x3)=0

Then factor the quadratic:
2(x3)(x+1)=0

Set each factor equal to zero:
x3=0 or x+1=0

Solve for x:
x=3 or x=1.

Thus, the roots are x=3 and x=1.


2. Solving Quadratic Equations by Completing the Square

Completing the square involves manipulating the equation so that one side becomes a perfect square trinomial. This method works for any quadratic equation, but is especially useful when factoring is not possible.

Example 3: Solve x2+6x7=0 by completing the square.

Step 1: Move the constant term to the other side:
x2+6x=7

Step 2: Take half of the coefficient of x, square it, and add it to both sides:
Half of 6 is 3, and 32=9.

x2+6x+9=7+9

Step 3: Write the left side as a square and simplify the right side:
(x+3)2=16

Step 4: Take the square root of both sides:
x+3=±4

Step 5: Solve for x:
x=3±4

Thus, x=1 or x=7.


Example 4: Solve 2x2+8x10=0 by completing the square.

Step 1: Divide through by 2 to make the coefficient of x2 equal to 1:
x2+4x=5

Step 2: Take half of the coefficient of x, square it, and add it to both sides:
Half of 4 is 2, and 22=4.

x2+4x+4=5+4

Step 3: Write the left side as a square and simplify the right side:
(x+2)2=9

Step 4: Take the square root of both sides:
x+2=±3

Step 5: Solve for x:
x=2±3

Thus, x=1 or x=5.


3. Solving Quadratic Equations Using the Quadratic Formula

The quadratic formula can solve any quadratic equation and is derived from completing the square. The quadratic formula is:

x=b±b24ac2a

Where a,b, and c are the coefficients from the quadratic equation ax2+bx+c=0.

Example 5: Solve x2+6x+8=0 using the quadratic formula.

Step 1: Identify a=1, b=6, and c=8.

Step 2: Use the quadratic formula:
x=6±624(1)(8)2(1)

x=6±36322

x=6±42

x=6±22

Step 3: Solve for x:
x=6+22=2
x=622=4

Thus, the roots are x=2 and x=4.


Example 6: Solve 2x23x+1=0 using the quadratic formula.

Step 1: Identify a=2, b=3, and c=1.

Step 2: Use the quadratic formula:
x=(3)±(3)24(2)(1)2(2)

x=3±984

x=3±14

x=3±14

Step 3: Solve for x:
x=3+14=1
x=314=12

Thus, the roots are x=1 and x=12.


4. Solving Quadratic Equations by Graphing

Quadratic equations can also be solved by graphing the corresponding quadratic function y=ax2+bx+c. The solutions are the points where the graph intersects the x-axis.

Example 7: Solve x24x5=0 by graphing.

Step 1: Rewrite the equation as y=x24x5.

Step 2: Graph the quadratic function.
The graph is a parabola that opens upward, with the vertex at (2,9).

Step 3: Identify the points where the graph intersects the x-axis.
The graph intersects the x-axis at x=1 and x=5.

Thus, the roots are x=1 and x=5.


Examples 8 to 100


Example 8: Solve x2+3x10=0 using the quadratic formula.

Step 1: Identify a=1, b=3, and c=10.

Step 2: Use the quadratic formula:
x=3±324(1)(10)2(1)

x=3±9+402

x=3±492

x=3±72

Step 3: Solve for x:
x=3+72=2
x=372=5

Thus, the roots are x=2 and x=5.


Example 9: Solve 3x27x+2=0 using the quadratic formula.

Step 1: Identify a=3, b=7, and c=2.

Step 2: Use the quadratic formula:
x=(7)±(7)24(3)(2)2(3)

x=7±49246

x=7±256

x=7±56

Step 3: Solve for x:
x=7+56=2
x=756=13

Thus, the roots are x=2 and x=13.


Example 10: Solve x210x+25=0 by factoring.

Solution:
Recognize that this is a perfect square trinomial:
x210x+25=(x5)2

Thus, the root is x=5 (with multiplicity 2).


Example 11: Solve 2x25x+3=0 using the quadratic formula.

Step 1: Identify a=2, b=5, and c=3.

Step 2: Use the quadratic formula:
x=(5)±(5)24(2)(3)2(2)

x=5±25244

x=5±14

x=5±14

Step 3: Solve for x:
x=5+14=64=1.5
x=514=44=1

Thus, the roots are x=1.5 and x=1.


Example 12: Solve x2+7x+12=0 by factoring.

Solution:
Find two numbers that multiply to 12 and add to 7. These numbers are 3 and 4.

x2+7x+12=(x+3)(x+4)

Thus, the roots are x=3 and x=4.


Example 13: Solve 5x26x+1=0 using the quadratic formula.

Step 1: Identify a=5, b=6, and c=1.

Step 2: Use the quadratic formula:
x=(6)±(6)24(5)(1)2(5)

x=6±362010

x=6±1610

x=6±410

Step 3: Solve for x:
x=6+410=1
x=6410=0.2

Thus, the roots are x=1 and x=0.2.


Example 14: Solve x29x+18=0 by factoring.

Solution:
Find two numbers that multiply to 18 and add to -9. These numbers are -6 and -3.

x29x+18=(x6)(x3)

Thus, the roots are x=6 and x=3.


Example 15: Solve x2+4x5=0 by factoring.

Solution:
Find two numbers that multiply to -5 and add to 4. These numbers are 5 and -1.

x2+4x5=(x+5)(x1)

Thus, the roots are x=5 and x=1.


Example 16: Solve 4x2+12x+9=0 by factoring.

Solution:
This is a perfect square trinomial:

4x2+12x+9=(2x+3)2

Thus, the root is x=1.5 (with multiplicity 2).


Example 17: Solve 3x22x8=0 using the quadratic formula.

Step 1: Identify a=3, b=2, and c=8.

Step 2: Use the quadratic formula:
x=(2)±(2)24(3)(8)2(3)

x=2±4+966

x=2±1006

x=2±106

Step 3: Solve for x:
x=2+106=2
x=2106=43

Thus, the roots are x=2 and x=43.


Example 18: Solve x216x+64=0 by factoring.

Solution:
This is a perfect square trinomial:

x216x+64=(x8)2

Thus, the root is x=8 (with multiplicity 2).


Example 19: Solve 2x24x6=0 by factoring.

Solution:
Factor out the GCF:

2(x22x3)=0

Now factor the trinomial:

2(x3)(x+1)=0

Thus, the roots are x=3 and x=1.


Example 20: Solve x2+5x+6=0 by factoring.

Solution:
Find two numbers that multiply to 6 and add to 5. These numbers are 3 and 2.

x2+5x+6=(x+3)(x+2)

Thus, the roots are x=3 and x=2.


Example 21: Solve x27x+12=0 by factoring.

Solution:
Find two numbers that multiply to 12 and add to -7. These numbers are -3 and -4.

x27x+12=(x3)(x4)

Thus, the roots are x=3 and x=4.


Example 22: Solve 2x2+3x5=0 using the quadratic formula.

Step 1: Identify a=2, b=3, and c=5.

Step 2: Use the quadratic formula:
x=3±324(2)(5)2(2)

x=3±9+404

x=3±494

x=3±74

Step 3: Solve for x:
x=3+74=1
x=374=52

Thus, the roots are x=1 and x=52.


Example 23: Solve x29x+20=0 by factoring.

Solution:
Find two numbers that multiply to 20 and add to -9. These numbers are -5 and -4.

x29x+20=(x5)(x4)

Thus, the roots are x=5 and x=4.


Example 24: Solve x2+12x+36=0 by factoring.

Solution:
Recognize this as a perfect square trinomial:

x2+12x+36=(x+6)2

Thus, the root is x=6 (with multiplicity 2).


Example 25: Solve 3x25x2=0 using the quadratic formula.

Step 1: Identify a=3, b=5, and c=2.

Step 2: Use the quadratic formula:
x=(5)±(5)24(3)(2)2(3)

x=5±25+246

x=5±496

x=5±76

Step 3: Solve for x:
x=5+76=2
x=576=13

Thus, the roots are x=2 and x=13.


Example 26: Solve x210x+24=0 by factoring.

Solution:
Find two numbers that multiply to 24 and add to -10. These numbers are -6 and -4.

x210x+24=(x6)(x4)

Thus, the roots are x=6 and x=4.


Example 27: Solve x249=0 by factoring.

Solution:
Recognize this as a difference of squares:

x249=(x+7)(x7)

Thus, the roots are x=7 and x=7.


Example 28: Solve 4x225=0 by factoring.

Solution:
Recognize this as a difference of squares:

4x225=(2x+5)(2x5)

Thus, the roots are x=52 and x=52.


Example 29: Solve x216=0 by factoring.

Solution:
Recognize this as a difference of squares:

x216=(x+4)(x4)

Thus, the roots are x=4 and x=4.


Example 30: Solve 5x230x+45=0 by factoring.

Solution:
Factor out the GCF:
5(x26x+9)=0

Now factor the trinomial:
5(x3)2=0

Thus, the root is x=3 (with multiplicity 2).


Example 31: Solve 2x2+5x3=0 using the quadratic formula.

Step 1: Identify a=2, b=5, and c=3.

Step 2: Use the quadratic formula:
x=5±524(2)(3)2(2)

x=5±25+244

x=5±494

x=5±74

Step 3: Solve for x:
x=5+74=24=12
x=574=124=3

Thus, the roots are x=12 and x=3.


Example 32: Solve x28x+15=0 by factoring.

Solution:
Find two numbers that multiply to 15 and add to -8. These numbers are -5 and -3.

x28x+15=(x5)(x3)

Thus, the roots are x=5 and x=3.


Example 33: Solve x2+2x15=0 by factoring.

Solution:
Find two numbers that multiply to -15 and add to 2. These numbers are 5 and -3.

x2+2x15=(x+5)(x3)

Thus, the roots are x=5 and x=3.


Example 34: Solve 3x212x+9=0 by factoring.

Solution:
Factor out the GCF:
3(x24x+3)=0

Now factor the trinomial:
3(x3)(x1)=0

Thus, the roots are x=3 and x=1.


Example 35: Solve x2+6x16=0 by factoring.

Solution:
Find two numbers that multiply to -16 and add to 6. These numbers are 8 and -2.

x2+6x16=(x+8)(x2)

Thus, the roots are x=8 and x=2.


Example 36: Solve 4x29=0 by factoring.

Solution:
Recognize this as a difference of squares:

4x29=(2x+3)(2x3)

Thus, the roots are x=32 and x=32.


Example 37: Solve x2+10x+21=0 by factoring.

Solution:
Find two numbers that multiply to 21 and add to 10. These numbers are 7 and 3.

x2+10x+21=(x+7)(x+3)

Thus, the roots are x=7 and x=3.


Example 38: Solve x210x+24=0 by factoring.

Solution:
Find two numbers that multiply to 24 and add to -10. These numbers are -6 and -4.

x210x+24=(x6)(x4)

Thus, the roots are x=6 and x=4.


Example 39: Solve 6x25x4=0 using the quadratic formula.

Step 1: Identify a=6, b=5, and c=4.

Step 2: Use the quadratic formula:
x=(5)±(5)24(6)(4)2(6)

x=5±25+9612

x=5±12112

x=5±1112

Step 3: Solve for x:
x=5+1112=1612=43
x=51112=612=12

Thus, the roots are x=43 and x=12.


Example 40: Solve x25x+6=0 by factoring.

Solution:
Find two numbers that multiply to 6 and add to -5. These numbers are -2 and -3.

x25x+6=(x2)(x3)

Thus, the roots are x=2 and x=3.


Example 41: Solve x2+8x+15=0 by factoring.

Solution:
Find two numbers that multiply to 15 and add to 8. These numbers are 5 and 3.

x2+8x+15=(x+5)(x+3)

Thus, the roots are x=5 and x=3.


Example 42: Solve 2x24x6=0 by factoring.

Solution:
Factor out the GCF:
2(x22x3)=0

Now factor the quadratic:
2(x3)(x+1)=0

Thus, the roots are x=3 and x=1.


Example 43: Solve x24x+4=0 by factoring.

Solution:
Recognize this as a perfect square trinomial:
x24x+4=(x2)2

Thus, the root is x=2 (with multiplicity 2).


Example 44: Solve x2+6x+8=0 by factoring.

Solution:
Find two numbers that multiply to 8 and add to 6. These numbers are 4 and 2.

x2+6x+8=(x+4)(x+2)

Thus, the roots are x=4 and x=2.


Example 45: Solve 3x212x+9=0 by factoring.

Solution:
Factor out the GCF:
3(x24x+3)=0

Now factor the quadratic:
3(x3)(x1)=0

Thus, the roots are x=3 and x=1.


Example 46: Solve 5x2+14x3=0 using the quadratic formula.

Step 1: Identify a=5, b=14, and c=3.

Step 2: Use the quadratic formula:
x=14±1424(5)(3)2(5)

x=14±196+6010

x=14±25610

x=14±1610

Step 3: Solve for x:
x=14+1610=210=15
x=141610=3010=3

Thus, the roots are x=15 and x=3.


Example 47: Solve x210x+21=0 by factoring.

Solution:
Find two numbers that multiply to 21 and add to -10. These numbers are -7 and -3.

x210x+21=(x7)(x3)

Thus, the roots are x=7 and x=3.


Example 48: Solve x2+3x18=0 by factoring.

Solution:
Find two numbers that multiply to -18 and add to 3. These numbers are 6 and -3.

x2+3x18=(x+6)(x3)

Thus, the roots are x=6 and x=3.


Example 49: Solve 2x2+9x+4=0 using the quadratic formula.

Step 1: Identify a=2, b=9, and c=4.

Step 2: Use the quadratic formula:
x=9±924(2)(4)2(2)

x=9±81324

x=9±494

x=9±74

Step 3: Solve for x:
x=9+74=24=12
x=974=164=4

Thus, the roots are x=12 and x=4.


Example 50: Solve x22x15=0 by factoring.

Solution:
Find two numbers that multiply to -15 and add to -2. These numbers are -5 and 3.

x22x15=(x5)(x+3)

Thus, the roots are x=5 and x=3.


Example 51: Solve x2+10x+24=0 by factoring.

Solution:
Find two numbers that multiply to 24 and add to 10. These numbers are 6 and 4.

x2+10x+24=(x+6)(x+4)

Thus, the roots are x=6 and x=4.


Example 52: Solve 2x27x+3=0 using the quadratic formula.

Step 1: Identify a=2, b=7, and c=3.

Step 2: Use the quadratic formula:
x=(7)±(7)24(2)(3)2(2)

x=7±49244

x=7±254

x=7±54

Step 3: Solve for x:
x=7+54=3
x=754=12

Thus, the roots are x=3 and x=12.


Example 53: Solve x2+9x+20=0 by factoring.

Solution:
Find two numbers that multiply to 20 and add to 9. These numbers are 4 and 5.

x2+9x+20=(x+4)(x+5)

Thus, the roots are x=4 and x=5.


Example 54: Solve 4x28x+4=0 by factoring.

Solution:
Recognize this as a perfect square trinomial:
4x28x+4=(2x2)2

Thus, the root is x=1 (with multiplicity 2).


Example 55: Solve x25x+6=0 by factoring.

Solution:
Find two numbers that multiply to 6 and add to -5. These numbers are -3 and -2.

x25x+6=(x3)(x2)

Thus, the roots are x=3 and x=2.


Example 57: Solve x26x+8=0 by factoring.

Solution:
Find two numbers that multiply to 8 and add to -6. These numbers are -4 and -2.

x26x+8=(x4)(x2)

Thus, the roots are x=4 and x=2.


Example 58: Solve 2x2+3x2=0 using the quadratic formula.

Step 1: Identify a=2, b=3, and c=2.

Step 2: Use the quadratic formula:
x=3±324(2)(2)2(2)

x=3±9+164

x=3±254

x=3±54

Step 3: Solve for x:
x=3+54=24=12
x=354=84=2

Thus, the roots are x=12 and x=2.


Example 59: Solve x2+7x+12=0 by factoring.

Solution:
Find two numbers that multiply to 12 and add to 7. These numbers are 4 and 3.

x2+7x+12=(x+4)(x+3)

Thus, the roots are x=4 and x=3.


Example 60: Solve x28x+16=0 by factoring.

Solution:
Recognize this as a perfect square trinomial:
x28x+16=(x4)2

Thus, the root is x=4 (with multiplicity 2).


Example 61: Solve x23x10=0 by factoring.

Solution:
Find two numbers that multiply to -10 and add to -3. These numbers are -5 and 2.

x23x10=(x5)(x+2)

Thus, the roots are x=5 and x=2.


Example 62: Solve 5x24x1=0 using the quadratic formula.

Step 1: Identify a=5, b=4, and c=1.

Step 2: Use the quadratic formula:
x=(4)±(4)24(5)(1)2(5)

x=4±16+2010

x=4±3610

x=4±610

Step 3: Solve for x:
x=4+610=1
x=4610=15

Thus, the roots are x=1 and x=15.


Example 63: Solve x24x5=0 by factoring.

Solution:
Find two numbers that multiply to -5 and add to -4. These numbers are -5 and 1.

x24x5=(x5)(x+1)

Thus, the roots are x=5 and x=1.


Example 64: Solve 6x25x+1=0 using the quadratic formula.

Step 1: Identify a=6, b=5, and c=1.

Step 2: Use the quadratic formula:
x=(5)±(5)24(6)(1)2(6)

x=5±252412

x=5±112

x=5±112

Step 3: Solve for x:
x=5+112=612=12
x=5112=412=13

Thus, the roots are x=12 and x=13.


Example 65: Solve x2+10x+16=0 by factoring.

Solution:
Find two numbers that multiply to 16 and add to 10. These numbers are 8 and 2.

x2+10x+16=(x+8)(x+2)

Thus, the roots are x=8 and x=2.


Example 66: Solve 2x211x+12=0 using the quadratic formula.

Step 1: Identify a=2, b=11, and c=12.

Step 2: Use the quadratic formula:
x=(11)±(11)24(2)(12)2(2)

x=11±121964

x=11±254

x=11±54

Step 3: Solve for x:
x=11+54=4
x=1154=64=32

Thus, the roots are x=4 and x=32.


Example 67: Solve x26x+9=0 by factoring.

Solution:
Recognize this as a perfect square trinomial:
x26x+9=(x3)2

Thus, the root is x=3 (with multiplicity 2).


Example 68: Solve x29x+14=0 by factoring.

Solution:
Find two numbers that multiply to 14 and add to -9. These numbers are -7 and -2.

x29x+14=(x7)(x2)

Thus, the roots are x=7 and x=2.


Example 69: Solve 4x216x+15=0 using the quadratic formula.

Step 1: Identify a=4, b=16, and c=15.

Step 2: Use the quadratic formula:
x=(16)±(16)24(4)(15)2(4)

x=16±2562408

x=16±168

x=16±48

Step 3: Solve for x:
x=16+48=208=2.5
x=1648=128=1.5

Thus, the roots are x=2.5 and x=1.5.


Example 70: Solve x28x+15=0 by factoring.

Solution:
Find two numbers that multiply to 15 and add to -8. These numbers are -5 and -3.

x28x+15=(x5)(x3)

Thus, the roots are x=5 and x=3.


Example 71: Solve x2+2x8=0 by factoring.

Solution:
Find two numbers that multiply to -8 and add to 2. These numbers are 4 and -2.

x2+2x8=(x+4)(x2)

Thus, the roots are x=4 and x=2.


Example 72: Solve 2x23x2=0 using the quadratic formula.

Step 1: Identify a=2, b=3, and c=2.

Step 2: Use the quadratic formula:
x=(3)±(3)24(2)(2)2(2)

x=3±9+164

x=3±254

x=3±54

Step 3: Solve for x:
x=3+54=2
x=354=12

Thus, the roots are x=2 and x=12.


Example 73: Solve x27x+12=0 by factoring.

Solution:
Find two numbers that multiply to 12 and add to -7. These numbers are -3 and -4.

x27x+12=(x3)(x4)

Thus, the roots are x=3 and x=4.


Example 74: Solve x2+5x+6=0 by factoring.

Solution:
Find two numbers that multiply to 6 and add to 5. These numbers are 3 and 2.

x2+5x+6=(x+3)(x+2)

Thus, the roots are x=3 and x=2.


Example 75: Solve 3x2+8x16=0 using the quadratic formula.

Step 1: Identify a=3, b=8, and c=16.

Step 2: Use the quadratic formula:
x=8±824(3)(16)2(3)

x=8±64+1926

x=8±2566

x=8±166

Step 3: Solve for x:
x=8+166=86=43
x=8166=246=4

Thus, the roots are x=43 and x=4.


Example 76: Solve x24x21=0 by factoring.

Solution:
Find two numbers that multiply to -21 and add to -4. These numbers are -7 and 3.

x24x21=(x7)(x+3)

Thus, the roots are x=7 and x=3.


Example 77: Solve x2+4x12=0 by factoring.

Solution:
Find two numbers that multiply to -12 and add to 4. These numbers are 6 and -2.

x2+4x12=(x+6)(x2)

Thus, the roots are x=6 and x=2.


Example 78: Solve 4x29=0 by factoring.

Solution:
Recognize this as a difference of squares:

4x29=(2x+3)(2x3)

Thus, the roots are x=32 and x=32.


Example 79: Solve x28x+16=0 by factoring.

Solution:
Recognize this as a perfect square trinomial:
x28x+16=(x4)2

Thus, the root is x=4 (with multiplicity 2).


Example 80: Solve x211x+28=0 by factoring.

Solution:
Find two numbers that multiply to 28 and add to -11. These numbers are -7 and -4.

x211x+28=(x7)(x4)

Thus, the roots are x=7 and x=4.


Example 81: Solve 2x2+3x2=0 using the quadratic formula.

Step 1: Identify a=2, b=3, and c=2.

Step 2: Use the quadratic formula:
x=3±324(2)(2)2(2)

x=3±9+164

x=3±254

x=3±54

Step 3: Solve for x:
x=3+54=24=12
x=354=84=2

Thus, the roots are x=12 and x=2.


Example 82: Solve x2+5x14=0 by factoring.

Solution:
Find two numbers that multiply to -14 and add to 5. These numbers are 7 and -2.

x2+5x14=(x+7)(x2)

Thus, the roots are x=7 and x=2.


Example 83: Solve 3x22x1=0 using the quadratic formula.

Step 1: Identify a=3, b=2, and c=1.

Step 2: Use the quadratic formula:
x=(2)±(2)24(3)(1)2(3)

x=2±4+126

x=2±166

x=2±46

Step 3: Solve for x:
x=2+46=1
x=246=13

Thus, the roots are x=1 and x=13.


Example 84: Solve x2+4x21=0 by factoring.

Solution:
Find two numbers that multiply to -21 and add to 4. These numbers are 7 and -3.

x2+4x21=(x+7)(x3)

Thus, the roots are x=7 and x=3.


Example 85: Solve 2x25x3=0 using the quadratic formula.

Step 1: Identify a=2, b=5, and c=3.

Step 2: Use the quadratic formula:
x=(5)±(5)24(2)(3)2(2)

x=5±25+244

x=5±494

x=5±74

Step 3: Solve for x:
x=5+74=3
x=574=12

Thus, the roots are x=3 and x=12.


Example 86: Solve x2+7x+10=0 by factoring.

Solution:
Find two numbers that multiply to 10 and add to 7. These numbers are 5 and 2.

x2+7x+10=(x+5)(x+2)

Thus, the roots are x=5 and x=2.


Example 87: Solve x2+7x+10=0 by factoring.

Solution:
Find two numbers that multiply to 10 and add to 7. These numbers are 5 and 2.

x2+7x+10=(x+5)(x+2)

Thus, the roots are x=5 and x=2.


Example 88: Solve x212x+36=0 by factoring.

Solution:
Recognize this as a perfect square trinomial:

x212x+36=(x6)2

Thus, the root is x=6 (with multiplicity 2).


Example 89: Solve 4x225=0 by factoring.

Solution:
Recognize this as a difference of squares:

4x225=(2x+5)(2x5)

Thus, the roots are x=52 and x=52.


Example 90: Solve x29x+20=0 by factoring.

Solution:
Find two numbers that multiply to 20 and add to -9. These numbers are -5 and -4.

x29x+20=(x5)(x4)

Thus, the roots are x=5 and x=4.


Example 91: Solve 2x2x6=0 using the quadratic formula.

Step 1: Identify a=2, b=1, and c=6.

Step 2: Use the quadratic formula:
x=(1)±(1)24(2)(6)2(2)

x=1±1+484

x=1±494

x=1±74

Step 3: Solve for x:
x=1+74=84=2
x=174=64=32

Thus, the roots are x=2 and x=32.


Example 92: Solve x2+2x15=0 by factoring.

Solution:
Find two numbers that multiply to -15 and add to 2. These numbers are 5 and -3.

x2+2x15=(x+5)(x3)

Thus, the roots are x=5 and x=3.


Example 93: Solve 3x2+4x4=0 using the quadratic formula.

Step 1: Identify a=3, b=4, and c=4.

Step 2: Use the quadratic formula:
x=4±424(3)(4)2(3)

x=4±16+486

x=4±646

x=4±86

Step 3: Solve for x:
x=4+86=46=23
x=486=126=2

Thus, the roots are x=23 and x=2.


Example 94: Solve x25x+6=0 by factoring.

Solution:
Find two numbers that multiply to 6 and add to -5. These numbers are -3 and -2.

x25x+6=(x3)(x2)

Thus, the roots are x=3 and x=2.


Example 95: Solve 5x29x+4=0 by factoring.

Solution:
Factor the quadratic expression:
5x29x+4=(5x4)(x1)

Thus, the roots are x=45 and x=1.


Example 96: Solve 4x212x+9=0 by factoring.

Solution:
Recognize this as a perfect square trinomial:
4x212x+9=(2x3)2

Thus, the root is x=32 (with multiplicity 2).


Example 97: Solve x2+4x+4=0 by factoring.

Solution:
Recognize this as a perfect square trinomial:
x2+4x+4=(x+2)2

Thus, the root is x=2 (with multiplicity 2).


Example 98: Solve 2x27x+3=0 using the quadratic formula.

Step 1: Identify a=2, b=7, and c=3.

Step 2: Use the quadratic formula:
x=(7)±(7)24(2)(3)2(2)

x=7±49244

x=7±254

x=7±54

Step 3: Solve for x:
x=7+54=3
x=754=12

Thus, the roots are x=3 and x=12.


Example 99: Solve x22x3=0 by factoring.

Solution:
Find two numbers that multiply to -3 and add to -2. These numbers are -3 and 1.

x22x3=(x3)(x+1)

Thus, the roots are x=3 and x=1.


Example 100: Solve 6x25x4=0 using the quadratic formula.

Step 1: Identify a=6, b=5, and c=4.

Step 2: Use the quadratic formula:
x=(5)±(5)24(6)(4)2(6)

x=5±25+9612

x=5±12112

x=5±1112

Step 3: Solve for x:
x=5+1112=1612=43
x=51112=612=12

Thus, the roots are x=43 and x=12.

adbhutah
adbhutah

adbhutah.com

Articles: 1282