Chapter 6: Problem 24
Factor the given expressions completely. $$5-12 y+7 y^{2}$$
Short Answer
Expert verified
The expression factors to
\[ (7y - 5)(y - 1). \]
Step by step solution
01
Identify the Quadratic Formula
The expression is a quadratic in the form of \[ ax^2 + bx + c \]In this case, replace the variables to match:\[ y^2 ext{ with } 7y^2, \ xy ext{ with } -12y,\]\[ c ext{ with } 5.\]The given quadratic expression is \[ 7y^2 - 12y + 5.\]
02
Use the Factoring Method for Quadratics
To factor the expression \[ 7y^2 - 12y + 5, \]we need two numbers that multiply to the product of the coefficient of \[ y^2 (7) \]and the constant term\[ (5)\]and add to the coefficient of \[ y (-12).\]Calculate the product:\[ 7 imes 5 = 35. \]We need two numbers that multiply to 35 and add to -12.
03
Find the Pair of Numbers
The pair of numbers that meet these conditions is \[ -7 ext{ and } -5. \]Both \[ -7 imes -5 = 35 \]and \[ -7 + -5 = -12 \]are true. This means we've found the correct pair to use in splitting the middle term.
04
Rewrite the Expression Using the Middle Term Split
Rewrite the middle term \[ -12y \]using the determined numbers:\[ 7y^2 - 7y - 5y + 5. \]
05
Factor by Grouping
Group the terms as follows:\[ (7y^2 - 7y) - (5y - 5). \]Factor each group:\[ 7y(y - 1) - 5(y - 1). \]Notice that \[ (y - 1) \]is a common factor.
06
Factor Out the Common Binomial Factor
Factor out \[ (y - 1) \]in both terms:\[ (7y - 5)(y - 1). \]This completes the factorization of the original expression.
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 Expressions
Quadratic expressions are equations that involve the square of a variable. These usually come in the form of \( ax^2 + bx + c \). Here, \( a \), \( b \), and \( c \) are constants, and \( x \) represents a variable. Such expressions create a parabola when graphed on a coordinate plane. In our example, \( 7y^2 - 12y + 5 \), it is clear that:
- \( a = 7 \)
- \( b = -12 \)
- \( c = 5 \)
Factoring by Grouping
Factoring by grouping is a handy technique often used to factor quadratic expressions, especially when the leading coefficient (\( a \)) is not 1. In our given expression, \( 7y^2 - 12y + 5 \), it wasn't straightforward at first. We began by determining the product of \( a \) and \( c \) to be 35.To factor using grouping:
- We looked for two numbers whose product is 35 and whose sum is \(-12\). These numbers, \(-7\) and \(-5\), allowed us to rewrite the middle term.
- \( (7y^2 - 7y) - (5y + 5) \)
Polynomial Expressions
Polynomial expressions include terms composed of constants and variables that are combined using addition, subtraction, multiplication, and non-negative integer exponents. Quadratic expressions are a specific type of polynomial. In its simplest form, a polynomial like \( 7y^2 - 12y + 5 \) consists of three terms:
- One constant term, \( c = 5 \)
- Two variable terms: \( 7y^2 \) and \(-12y\)