document.write( "Question 4526: How do I find the points to graph:\r
\n" );
document.write( "\n" );
document.write( "y = -f(x)\r
\n" );
document.write( "\n" );
document.write( ".\r
\n" );
document.write( "\n" );
document.write( "y = f(x) + 3 \n" );
document.write( "
Algebra.Com's Answer #2052 by pushpaharan(47)![]() ![]() ![]() You can put this solution on YOUR website! y = -f(x) \n" ); document.write( "all the points in the y=f(x) will be reflected on x axis... \n" ); document.write( "i.e all the y values will be multiplied by -1 \n" ); document.write( " \n" ); document.write( "y = f(x) + 3 \n" ); document.write( "here f(x) will be translated 3 units up. all y values added by 3 \n" ); document.write( " |