Question 972826
Write it like this:
{{{ f(x) = -x^2 - x + 4 }}}
The y-intercept is ( 0,4 )
Other points are:
( 1, 2 )
( -1, 4 )
Here's the plot:
{{{ graph( 400, 400, -6, 6, -6, 6, -x^2 - x + 4 ) }}}
------------------
The domain is between the points
( -3, -2 ) and
( 2, -2 )