document.write( "Question 458256: find the x-intercept and y-intercept: f(x)= -x^2 + 5x + 50 \n" ); document.write( "
Algebra.Com's Answer #314351 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
y-intercept occurs when x=0, which is the point (0,50)
\n" ); document.write( "-x^2+5x+50 can be factored
\n" ); document.write( "(-x+10)(x+5)=-x^2 -5x +10x +50
\n" ); document.write( "So, x=10 and x=-5 will be the roots.
\n" ); document.write( "y=0, so the points will be (-5,0) and (10,0)
\n" ); document.write( "A graph is always a good idea.
\n" ); document.write( "\"graph%28500%2C500%2C-10%2C15%2C-10%2C60%2C-x%2Ax%2B5%2Ax%2B50%29\"
\n" ); document.write( "
\n" );