Chapter 8: Problem 67
Solve each equation. Approximate the solutions to the nearest hundredth when appropriate. $$900 x^{2}-8,100 x=1,800$$
Short Answer
Expert verified
The solutions are approximately \(x \approx 9.22\) and \(x \approx -0.22\).
Step by step solution
01
Write the Equation in Standard Form
Begin with the equation: \[ 900x^{2} - 8,100x = 1,800 \] Subtract \(1,800\) from both sides to set the equation to zero:\[ 900x^{2} - 8,100x - 1,800 = 0 \].
02
Simplify the Equation
Factor out the greatest common factor of the terms. In this case, the GCF is \(900\).Divide the entire equation by \(900\):\[ x^{2} - 9x - 2 = 0 \].
03
Identify and Use the Quadratic Formula
The equation \( x^{2} - 9x - 2 = 0 \) is in the standard form \( ax^2 + bx + c = 0 \), where \( a = 1 \), \( b = -9 \), and \( c = -2 \). Use the quadratic formula: \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \].
04
Calculate the Discriminant
Calculate the discriminant using \(b^2 - 4ac\):\[ (-9)^2 - 4 \cdot 1 \cdot (-2) = 81 + 8 = 89 \].
05
Solve Using the Quadratic Formula
Substitute the values into the quadratic formula:\[ x = \frac{-(-9) \pm \sqrt{89}}{2} \]This simplifies to:\[ x = \frac{9 \pm \sqrt{89}}{2} \].
06
Approximate the Solutions
Calculate an approximate value for \( x \):Use a calculator to find \( \sqrt{89} \approx 9.43 \).Find the two solutions:\[ x = \frac{9 + 9.43}{2} \approx 9.215 \]and\[ x = \frac{9 - 9.43}{2} \approx -0.215 \].
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 Formula
The quadratic formula is a powerful tool for solving quadratic equations. It's particularly useful when factoring is challenging or cumbersome. A quadratic equation takes the form:
In our example equation:
- \( ax^2 + bx + c = 0 \)
- \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)
In our example equation:
- \( a = 1 \)
- \( b = -9 \)
- \( c = -2 \)
Discriminant
The discriminant is part of the quadratic formula under the square root sign:
- \( b^2 - 4ac \)
- If the discriminant is positive, there are two distinct real solutions.
- If the discriminant is zero, there is exactly one real solution (repeated root).
- If the discriminant is negative, there are no real solutions, but two complex solutions.
- \( 81 + 8 = 89 \)
Standard Form
For any quadratic equation, writing it in standard form is an essential first step. The standard form is:
In our problem, the equation was initially:
- \( ax^2 + bx + c = 0 \)
In our problem, the equation was initially:
- \( 900x^2 - 8,100x = 1,800 \)
- \( 900x^2 - 8,100x - 1,800 = 0 \)
Factoring
Factoring is another method to solve quadratic equations, especially when the equation is simple or the roots are integers. The process involves expressing the quadratic equation as a product of two binomials. To factor, look for two numbers that multiply to give the constant term \( c \) and sum to give the linear coefficient \( b \).
In our exercise, the simplified equation is:
In our exercise, the simplified equation is:
- \( x^2 - 9x - 2 = 0 \)