Chapter 7: Problem 16
$$\text { Solve the given quadratic equations by factoring.}$$ $$x^{2}+30=11 x$$
Short Answer
Expert verified
The solutions are \( x = 5 \) and \( x = 6 \).
Step by step solution
01
Bring the Equation to Standard Form
Start with the given equation, which is not in standard quadratic form: \[ x^2 + 30 = 11x \]Subtract \( 11x \) from both sides to have all terms on one side:\[ x^2 - 11x + 30 = 0 \] Now the equation is in the standard form \( ax^2 + bx + c = 0 \) where \( a = 1 \), \( b = -11 \), and \( c = 30 \).
02
Identify Factors of the Constant Term
Look for two numbers that multiply to \( c = 30 \) and add up to \( b = -11 \). These numbers should satisfy:- Product: \( m \times n = 30 \)- Sum: \( m + n = -11 \)The numbers \(-5\) and \(-6\) fit this requirement since:\[ -5 \times -6 = 30 \]\[ -5 + (-6) = -11 \]
03
Write the Factored Form of the Quadratic
Using the factors found, write the quadratic as a product of binomials:\[ (x - 5)(x - 6) = 0 \]
04
Solve for the Variable
Set each factor equal to zero and solve for \( x \):1. \( x - 5 = 0 \) leads to \( x = 5 \)2. \( x - 6 = 0 \) leads to \( x = 6 \)
05
Verify the Solution
Verify the solutions by plugging them back into the original equation. First with \( x = 5 \):\[ 5^2 + 30 = 25 + 30 = 11 \times 5 = 55 \]Since both sides are equal, \( x = 5 \) is a solution.Next with \( x = 6 \):\[ 6^2 + 30 = 36 + 30 = 11 \times 6 = 66 \]Since both sides are equal, \( x = 6 \) is also a valid solution.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Standard Form of Quadratic Equation
Quadratic equations are a staple in algebra and take the form of a polynomial equation. The most recognized format is the **standard form**, which is expressed as \( ax^2 + bx + c = 0 \). In this structure:
- \( a \) is the coefficient in front of \( x^2 \) and it cannot be zero in a quadratic equation.
- \( b \) is the coefficient of \( x \), dictating the linear part of the equation.
- \( c \) is the constant term which is the standalone number.
Factored Form of Quadratic Equation
Once a quadratic equation is in its standard form, it can be transformed into its **factored form**. The factored form appears as a product of two binomials set to zero, for example, \((x - p)(x - q) = 0\). The idea here is to find two numbers, \( p \) and \( q \), that:
- Multiply to give \( a \times c \) (in most direct cases where \( a = 1 \), simply \( c \))
- Add to give \( b \)
Solving Quadratic Equations
Solving quadratic equations often involves converting to factored form and then using the **Zero Product Property**. This property states that if a product of multiple factors equals zero, then at least one of the factors must be zero. When a quadratic is in factored form like \( (x - 5)(x - 6) = 0 \), it means either:
- \( x - 5 = 0 \)
- \( x - 6 = 0 \)
- \( x = 5 \)
- \( x = 6 \)