SOLUTION: I need help making a graph from a table of values for this function {{{ g(x) = x^3 + 6x^2 + 6x - 4 }}} Determine consecutive integer values of x between which each real zero is

Algebra ->  Test -> SOLUTION: I need help making a graph from a table of values for this function {{{ g(x) = x^3 + 6x^2 + 6x - 4 }}} Determine consecutive integer values of x between which each real zero is       Log On


   



Question 1037107: I need help making a graph from a table of values for this function
+g%28x%29+=+x%5E3+%2B+6x%5E2+%2B+6x+-+4+
Determine consecutive integer values of x between which each
real zero is located.
Between which two xconsecutive integers does the x-coordinate
of the relative maxima and relative minima occur?

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
I did one exactly like this yesterday. Were you not able
to learn the procedure from it? I'll do this one part way:
g(x) = x^3 + 6x^2 + 6x - 4

g(x) = x3 + 6x2 + 6x - 4 

y = g(-6) = (-6)3 + 6(-6)2 + 6(-6) - 4
y = g(-6) = -216 + 6(36) - 36 - 4
y = g(-6) = -216 + 216 - 40 
y = g(-6) = 0 - 40
y = g(-6) = -40  

y = g(-5) = (-5)3 + 6(-5)2 + 6(-5) - 4
y = g(-6) = -125 + 6(25) - 30 - 4
y = g(-6) = -125 + 150 - 34 
y = g(-6) = 25 - 34
y = g(-6) = -9

Do that also with x = -5,-4,-3,-2, -1, 0, 1, and 2
and make this table:

 x |y=h(x)     point
---------------------
-6 | 40       (-6,-40)   <-- too high to plot
-5 | -9       (-5,-9)
-4 | -6       (-4,__)
-3 | __       (-3,__) 
-2 | __       (-2,__)
-1 | __       (-1,__)
 0 | __        (0,__)   
 1 | __        (1,9)  
 2 | __        (2,40)   <-- too high to plot.

Then plot them and draw a smooth curve through them and
do it exactly like this one:

http://www.algebra.com/tutors/students/your-answer.mpl?question=1037013

The curve looks like this:



Edwin