Chapter 5: Problem 10
Factor each polynomial. $$ x^{2}-3 x-18 $$
Short Answer
Expert verified
The factors are \((x - 6)(x + 3)\).
Step by step solution
01
Identify the Polynomial Coefficients
For the quadratic polynomial \(x^{2} - 3x - 18\), identify the coefficients: a = 1, b = -3, and c = -18.
02
Set Up Product and Sum
Find two numbers that multiply to \(a \cdot c = 1 \cdot (-18) = -18\) and add up to b = -3.
03
Find the Numbers
The numbers that satisfy these conditions are -6 and 3, because \(-6 \cdot 3 = -18\) and \(-6 + 3 = -3\).
04
Write the Factors
Rewrite the original polynomial \(x^{2} - 3x - 18\) using the numbers found: \(x^{2} - 6x + 3x - 18\).
05
Factor by Grouping
Group the terms: \((x^{2} - 6x) + (3x - 18)\). Factor out common terms in each group: \(x(x - 6) + 3(x - 6)\).
06
Factor Out the Common Binomial
Factor out the common binomial \(x - 6\): \[x(x - 6) + 3(x - 6) = (x - 6)(x + 3)\].
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.
quadratic equations
A quadratic equation is any equation that can be written in the form ewlineewlineax^2 + bx + c = 0,ewlineewlinewhere a, b, and c are constants and x represents an unknown. The highest exponent of x is always 2 in a quadratic equation, making it a second-degree polynomial.ewlineewlineIn the given problem, we have the quadratic equationewlineewlinex^2 - 3x - 18 = 0.ewline The coefficients here are a = 1, b = -3, and c = -18, which means:
- a is the coefficient of x^2
- b is the coefficient of x
- c is the constant term
polynomial coefficients
The coefficients of a polynomial are the numerical factors in each term of the polynomial. Let's take a closer look at the polynomial given:x^2 - 3x - 18.We break this down into three terms: x^2, -3x, and -18. Here:
- The coefficient of x^2 is 1 (or simply a = 1)
- The coefficient of x is -3 (so b = -3)
- The constant term is -18 (so c = -18)
- A key step involves finding two numbers that multiply to amca*c = -18.
- These two numbers also need to add up to the coefficient b (in this case, b = -3).
factoring by grouping
Factoring by grouping is an effective method used to factor polynomials, especially when dealing with quadratic equations. Follow these specific steps:**1. Split the Middle Term:**Rewrite the polynomial by splitting the middle term based on the numbers you identified previously. For x^2 - 3x - 18:x^2 - 3x - 18 becomes x^2 - 6x + 3x - 18.**2. Group the Terms:**Group the revised polynomial into pairs:(x^2 - 6x) + (3x - 18).**3. Factor Out the Greatest Common Factor (GCF):**Factor out the GCF from each grouped pair:x(x - 6) + 3(x - 6).**4. Factor the Common Binomial:**Notice the common binomial factor (x - 6). Factor this out:(x - 6)(x + 3).Multiplying these binomials back will give you the original polynomial. So, x^2 - 3x - 18 factors to (x - 6)(x + 3). Factoring by grouping helps to simplify polynomials into more manageable expressions, aiding in solving quadratic equations more efficiently.