Chapter 3: Problem 48
Solve the equation by completing the square. $$ x^{2}-10 x=1 $$
Short Answer
Expert verified
The solutions are \( x = 5 + \sqrt{26} \) and \( x = 5 - \sqrt{26} \).
Step by step solution
01
Move Constant to the Right Side
The first step is to isolate the quadratic terms on the left side. Rewrite the equation as: \[ x^2 - 10x = 1 \]
02
Find the Number to Complete the Square
To complete the square, take half of the coefficient of \( x \) (which is 10), and square it. So, \( \left( \frac{-10}{2} \right)^2 = 25 \).
03
Add and Subtract the Square on the Left Side
Add and subtract 25 on the left side to balance the equation. This gives: \[ x^2 - 10x + 25 = 1 + 25 \]
04
Write as a Perfect Square
Now the left side is a perfect square trinomial. Rewrite it as: \[ (x - 5)^2 = 26 \]
05
Solve for x by Taking the Square Root
Take the square root of both sides of the equation: \[ x - 5 = \pm \sqrt{26} \]
06
Isolate x
Solve for \( x \) by adding 5 to both sides: \[ x = 5 \pm \sqrt{26} \] This yields two solutions for \( x \).
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 Equation
A quadratic equation is a second-degree polynomial equation in the form of \( ax^2 + bx + c = 0 \). Here, \( a \), \( b \), and \( c \) are constants, with \( a eq 0 \). It typically has the following characteristics:
- The highest power of the variable, \( x \), is 2.
- It can have up to two real solutions, which are the values of \( x \) that satisfy the equation.
Perfect Square Trinomial
A perfect square trinomial is a special form of polynomial. It can be written as \( (x + d)^2 = x^2 + 2dx + d^2 \), where \( d \) is any real number. This form makes equations easier to solve, especially when solving by completing the square.In the context of our exercise, we began with \( x^2 - 10x \). By completing the square, we modified it to become a perfect square trinomial. Here's how:
- Took half of the coefficient of \( x \) (which was -10), resulting in -5.
- Squared this half: \((-5)^2\), resulting in 25.
- Added and subtracted this 25 to the equation.
Square Root Property
The square root property is a method that allows us to solve equations once they are in the form of a squared term set equal to a constant. For any equation in the form \( (x - d)^2 = k \), this property allows us to directly take the square root of both sides:
- \( x - d = \pm \sqrt{k} \)
- \( x - 5 = \pm \sqrt{26} \)