Question 1172874
<pre><font face = "consolas" color = "indigo" size = 4><b>
Hi  
f(x)= -x^3+3x^2
f(x) = x^2(-x + 3)
End behavior: 
x < 0  ∞   and if x > 0  −∞
x-intercepts: P(0,0) and P(3,0)
y-intercepts: P(0,0)
Graph
{{{drawing(300,300,    -10,10,-10,10,    
 grid(1),
circle(3, 0,0.4),
circle(0,0,0.4),
graph( 300, 300, -10,10,-10,10,0, -x^3 + 3x^2))}}}