SOLUTION: using your calculator find the one real possitive solution to the equation x^3+5x^2-7=0 round oyur answer to the nearest hundreth
Algebra
->
Customizable Word Problem Solvers
->
Evaluation
-> SOLUTION: using your calculator find the one real possitive solution to the equation x^3+5x^2-7=0 round oyur answer to the nearest hundreth
Log On
Ad:
Over 600 Algebra Word Problems at edhelper.com
Word Problems: Evaluation, Substitution
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Evaluation Word Problems
Question 392830
:
using your calculator find the one real possitive solution to the equation x^3+5x^2-7=0 round oyur answer to the nearest hundreth
Answer by
richard1234(7193)
(
Show Source
):
You can
put this solution on YOUR website!
Always helps to graph the polynomial so you know what you're looking at. We have the graph:
The positive real solution appears to be approximately 1, so if you have a TI calculator, use nsolve:
nsolve(x^3 + 5x^2 - 7 = 0, x, 1)
Another way you could solve it using a calculator is via Newton's Method, which uses a recursive sequence to approximate the zero.