Chapter 1: Problem 17
Factor the polynomial. $$36 x^{2}-60 x+25$$
Short Answer
Expert verified
The polynomial factors as \((6x - 5)^2\).
Step by step solution
01
Identify the form of the polynomial
Observe the polynomial given: \(36x^2 - 60x + 25\). It is a quadratic polynomial of the form \(ax^2 + bx + c\) where \(a = 36\), \(b = -60\), and \(c = 25\).
02
Determine conditions for a perfect square trinomial
A quadratic polynomial \(ax^2 + bx + c\) is a perfect square trinomial if \(a = m^2\), \(c = n^2\), and \(b = -2mn\). Check if these conditions are met for the given polynomial with trials for \(m\) and \(n\).
03
Finding square roots m and n
Recognize that 36 is \(6^2\) and 25 is \(5^2\). Thus, let \(m = 6\) and \(n = 5\). Now, check \(-2mn = -2 \times 6 \times 5 = -60\), which matches \(b\).
04
Write the perfect square form
Since the conditions are satisfied for a perfect square trinomial, express the polynomial as a perfect square: \((6x - 5)^2 = 36x^2 - 60x + 25\).
05
Solution check
Expand \((6x - 5)^2\) to verify: \((6x - 5)^2 = (6x)^2 - 2 \times 6x \times 5 + 5^2 = 36x^2 - 60x + 25\). This matches the original polynomial.
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.
Perfect Square Trinomial
A perfect square trinomial is a specific type of quadratic polynomial, or trinomial, that can be factored into the square of a binomial. In simpler terms, it is a polynomial that takes the form \((m)^2 + 2mn + (n)^2\) or \((m)^2 - 2mn + (n)^2\), leading to the factorized form \((m+n)^2\) or \((m-n)^2\), respectively. These expressions occur when:
- The first term is a perfect square, \(a = m^2\).
- The last term is also a perfect square, \(c = n^2\).
- The middle term should be twice the product of the roots of the perfect squares, either \(2mn\) or \(-2mn\) depending on the sign.
- The first term \(36x^2\) is \((6x)^2\).
- The last term \(25\) is \(5^2\).
- The middle term \(-60x\) equals \(-2 \times 6 \times 5x\).
Quadratic Polynomial
Quadratic polynomials are algebraic expressions of degree two, typically presented as \(ax^2 + bx + c\). The degree of the polynomial refers to the highest power of the variable present, making quadratics distinct due to their second-degree nature. They are ubiquitous in mathematics and serve as the foundation of many algebraic concepts. In the case of our example, \(36x^2 - 60x + 25\),
- \(a = 36\)
- \(b = -60\)
- \(c = 25\)
Binomial Expansion
Binomial expansion refers to the process of expanding expressions that are raised to powers, specifically binomials—expressions containing two terms. A well-known example involves using the formula for squaring a binomial:
- \[(a + b)^2 = a^2 + 2ab + b^2\]
- \[(a - b)^2 = a^2 - 2ab + b^2\]
- \((6x)^2 = 36x^2\)
- \(-2 \times 6x \times 5 = -60x\)
- \((5)^2 = 25\)