Solving Quadratic Equations by Factoring

Slides:



Advertisements
Similar presentations
An Introduction to Problem Solving
Advertisements

Factoring Polynomials
7.1 The Greatest Common Factor and Factoring by Grouping
1.5 Quadratic Equations Start p 145 graph and model for #131 & discuss.
1. Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Factoring CHAPTER 6.1Greatest Common Factor and Factoring by Grouping.
( ) EXAMPLE 3 Solve ax2 + bx + c = 0 when a = 1
Solving Quadratic Equations by Factoring Algebra I.
Solving Equations by Factoring
4.7 Quadratic Equations and Problem Solving BobsMathClass.Com Copyright © 2010 All Rights Reserved. 1 General Strategy for Problem Solving Understand the.
Any questions on the Section 5.7 homework?
Forms of a Quadratic Equation
5.1 Factoring – the Greatest Common Factor
Factoring Polynomials
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Chapter 11 Factoring Polynomials.
Chapter 8 Review Quadratic Functions.
Bell Work: Find the values of all the unknowns: R T = R T T + T = 60 R = 3 R =
Benchmark 40 I can find the missing side of a right triangle using the Pythagorean Theorem.
Copyright © Cengage Learning. All rights reserved. Quadratic Equations, Quadratic Functions, and Complex Numbers 9.
Section 7.1 – Solving Quadratic Equations. We already know how to solve quadratic equations. What if we can’t factor? Maybe we can use the Square Root.
Please close your laptops and turn off and put away your cell phones, and get out your note-taking materials.
Copyright © 2015, 2011, 2007 Pearson Education, Inc. 1 1 Chapter 6 Factoring.
5.8 Applications: Beginning Algebra. 6.7 Applications: 1. To apply the Strategy for Problem Solving to applications whose solutions depend on solving.
Solving Equations by Factoring Definition of Quadratic Equations Zero-Factor Property Strategy for Solving Quadratics.
§ 3.6 Solving Quadratic Equations by Factoring. Martin-Gay, Developmental Mathematics 2 Zero Factor Theorem Quadratic Equations Can be written in the.
Please close your laptops and turn off and put away your cell phones, and get out your note-taking materials.
Solving Quadratic Equations Quadratic Equations: Think of other examples?
Copyright 2013, 2009, 2005, 2002 Pearson, Education, Inc.
Lesson 1 Contents Example 1Graph a Quadratic Function Example 2Axis of Symmetry, y-Intercept, and Vertex Example 3Maximum or Minimum Value Example 4Find.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Quadratic Equations and Problem Solving.
Solving Quadratic Equations by Factoring Use the zero-factor theorem to solve equations containing expressions in factored form. 2.Solve quadratic.
Solving Quadratic Equations by Factoring. Martin-Gay, Developmental Mathematics 2 Zero Factor Theorem Quadratic Equations Can be written in the form ax.
2.1 – Linear and Quadratic Equations Linear Equations.
§ 6.6 Solving Quadratic Equations by Factoring. Martin-Gay, Beginning and Intermediate Algebra, 4ed 22 Zero Factor Theorem Quadratic Equations Can be.
§ 5.7 Polynomial Equations and Their Applications.
Quadratic Equations and Problem Solving. Martin-Gay, Developmental Mathematics 2 Strategy for Problem Solving General Strategy for Problem Solving 1)Understand.
Prerequisite for chapter 10 Section Solving equations for a given variable Box in the letter you are solving for Leave that letter in its place.
Solving Equations With Variables on Both Sides Section 2-4.
Copyright © Cengage Learning. All rights reserved. 1 Equations, Inequalities, and Mathematical Modeling.
Copyright © 2013, 2009, 2006 Pearson Education, Inc. 1 Section 5.7 Polynomial Equations and Their Applications Copyright © 2013, 2009, 2006 Pearson Education,
§ 5.7 Polynomial Equations and Their Applications.
Copyright © 2011 Pearson Education, Inc. Factoring CHAPTER 6.1Greatest Common Factor and Factoring by Grouping 6.2Factoring Trinomials of the Form x 2.
Copyright © Cengage Learning. All rights reserved.
Copyright 2013, 2010, 2007, 2005, Pearson, Education, Inc.
5.1 Factoring – the Greatest Common Factor
Section 2.1 Simplifying Algebraic Expressions
Systems of Equations.
Graphing Quadratic Functions Solving by: Factoring
Forms of a Quadratic Equation
Copyright 2013, 2010, 2007, 2005, Pearson, Education, Inc.
Solving Equations by Factoring
Objective The student will be able to:
Simplifying Algebraic Expressions
Copyright 2013, 2010, 2007, 2005, Pearson, Education, Inc.
a*(variable)2 + b*(variable) + c
Bellringer.
SECTION 9-3 : SOLVING QUADRATIC EQUATIONS
4.3 Solving Quadratic Equations by Factoring
Solve
The Square Root Property and Completing the Square
Using Factoring To Solve
Copyright © 2011 Pearson Education, Inc.
The Greatest Common Factor
Today we will Finish chapter 5
Standard Form Quadratic Equation
Solving Quadratic Equations by Factoring
Warmup Does the function f(x) = 3x2 + 6x have a maximum or a minimum value?
2 Chapter Chapter 2 Equations, Inequalities and Problem Solving.
Quadratic Functions Chapter 5.
Solving equations by factoring
Presentation transcript:

Solving Quadratic Equations by Factoring

Zero Factor Theorem Quadratic Equations Zero Factor Theorem Can be written in the form ax2 + bx + c = 0. a, b and c are real numbers and a  0. This is referred to as standard form. Zero Factor Theorem If a and b are real numbers and ab = 0, then a = 0 or b = 0. This theorem is very useful in solving quadratic equations.

Solving Quadratic Equations Steps for Solving a Quadratic Equation by Factoring Write the equation in standard form. Factor the quadratic completely. Set each factor containing a variable equal to 0. Solve the resulting equations. Check each solution in the original equation.

Solving Quadratic Equations Example Solve x2 – 5x = 24. First write the quadratic equation in standard form. x2 – 5x – 24 = 0 Now we factor the quadratic using techniques from the previous sections. x2 – 5x – 24 = (x – 8)(x + 3) = 0 We set each factor equal to 0. x – 8 = 0 or x + 3 = 0, which will simplify to x = 8 or x = – 3 Continued.

Solving Quadratic Equations Example Continued Check both possible answers in the original equation. 82 – 5(8) = 64 – 40 = 24 true (–3)2 – 5(–3) = 9 – (–15) = 24 true So our solutions for x are 8 or –3.

Solving Quadratic Equations Example Solve 4x(8x + 9) = 5 First write the quadratic equation in standard form. 32x2 + 36x = 5 32x2 + 36x – 5 = 0 Now we factor the quadratic. 32x2 + 36x – 5 = (8x – 1)(4x + 5) = 0 We set each factor equal to 0. 8x – 1 = 0 or 4x + 5 = 0 8x = 1 or 4x = – 5, which simplifies to x = or Continued.

Solving Quadratic Equations Example Continued Check both possible answers in the original equation. true true So our solutions for x are or .

Finding x-intercepts Recall earlier we found the x-intercept(s) of linear equations by letting y = 0 and solving for x. The same method works for x-intercepts in quadratic equations. Note: When the quadratic equation is written in standard form, the graph is a parabola opening up (when a > 0) or down (when a < 0), where a is the coefficient of the x2 term. The intercepts will be where the parabola crosses the x-axis.

Finding x-intercepts Example Find the x-intercepts of the graph of f(x)= 4x2 + 11x + 6. The equation is already written in standard form, so we let f(x) = 0, then factor the quadratic in x. 0 = 4x2 + 11x + 6 = (4x + 3)(x + 2) We set each factor equal to 0 and solve for x. 4x + 3 = 0 or x + 2 = 0 4x = –3 or x = –2 x = –¾ or x = –2 So the x-intercepts are the points (–¾, 0) and (–2, 0).

Quadratic Equations and Problem Solving

Strategy for Problem Solving General Strategy for Problem Solving Understand the problem Read and reread the problem Choose a variable to represent the unknown Construct a drawing, whenever possible Propose a solution and check Translate the problem into an equation Solve the equation Interpret the result Check proposed solution in problem State your conclusion

Finding an Unknown Number Example The product of two consecutive positive integers is 132. Find the two integers. 1.) Understand Read and reread the problem. If we let x = one of the unknown positive integers, then x + 1 = the next consecutive positive integer. Continued

Finding an Unknown Number Example continued 2.) Translate • The product of is = 132 two consecutive positive integers x (x + 1) Continued

Finding an Unknown Number Example continued 3.) Solve x(x + 1) = 132 x2 + x = 132 (Distributive property) x2 + x – 132 = 0 (Write quadratic in standard form) (x + 12)(x – 11) = 0 (Factor quadratic polynomial) x + 12 = 0 or x – 11 = 0 (Set factors equal to 0) x = –12 or x = 11 (Solve each factor for x) Continued

Finding an Unknown Number Example continued 4.) Interpret Check: Remember that x is suppose to represent a positive integer. So, although x = -12 satisfies our equation, it cannot be a solution for the problem we were presented. If we let x = 11, then x + 1 = 12. The product of the two numbers is 11 · 12 = 132, our desired result. State: The two positive integers are 11 and 12.

The Pythagorean Theorem In a right triangle, the sum of the squares of the lengths of the two legs is equal to the square of the length of the hypotenuse. (leg a)2 + (leg b)2 = (hypotenuse)2

The Pythagorean Theorem Example Find the length of the shorter leg of a right triangle if the longer leg is 10 miles more than the shorter leg and the hypotenuse is 10 miles less than twice the shorter leg. 1.) Understand Read and reread the problem. If we let x = the length of the shorter leg, then x + 10 = the length of the longer leg and 2x – 10 = the length of the hypotenuse. Continued

The Pythagorean Theorem Example continued 2.) Translate By the Pythagorean Theorem, (leg a)2 + (leg b)2 = (hypotenuse)2 x2 + (x + 10)2 = (2x – 10)2 3.) Solve x2 + (x + 10)2 = (2x – 10)2 x2 + x2 + 20x + 100 = 4x2 – 40x + 100 (multiply the binomials) 2x2 + 20x + 100 = 4x2 – 40x + 100 (simplify left side) 0 = 2x2 – 60x (subtract 2x2 + 20x + 100 from both sides) 0 = 2x(x – 30) (factor right side) x = 0 or x = 30 (set each factor = 0 and solve) Continued

The Pythagorean Theorem Example continued 4.) Interpret Check: Remember that x is suppose to represent the length of the shorter side. So, although x = 0 satisfies our equation, it cannot be a solution for the problem we were presented. If we let x = 30, then x + 10 = 40 and 2x – 10 = 50. Since 302 + 402 = 900 + 1600 = 2500 = 502, the Pythagorean Theorem checks out. State: The length of the shorter leg is 30 miles. (Remember that is all we were asked for in this problem.)