Question 752653
{{{ y = ( x + 2 )^2 }}}
To reflect on the x-axis, replace {{{ y }}}
with {{{ -y }}}
{{{ -y = ( x + 2 )^2 }}}
Multiply both sides by {{{ -1 }}}
{{{ y = -( x + 2 )^2 }}}
------------------
Here's the plot of both equations:
{{{ graph( 400, 400, -10, 10, -10, 10, ( x + 2 )^2 , -( x + 2 )^2 ) }}}