document.write( "Question 532173: A) find the coordinates of the vertex and the intercepts
\n" );
document.write( "B) Sketch the graph by hand with at least FIVE points \r
\n" );
document.write( "\n" );
document.write( "y=8-x-2x^2\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I know to rewrite it to y=-2x^2-x=8
\n" );
document.write( "and I found the vertex to be -x/2(-2) which is -1/4 and the graph opens downwards? \n" );
document.write( "
Algebra.Com's Answer #350699 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! y = -2x^2 -x + 8 \n" ); document.write( ". \n" ); document.write( "To find the zeroes, factor or use the quadratic equation: \n" ); document.write( ". \n" ); document.write( "-2x^2 -x + 8 = 0 \n" ); document.write( ". \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ". \n" ); document.write( "To find the vertex... \n" ); document.write( ". \n" ); document.write( "First, find the axis is symmetry = -b/2a = -(-1)/(2*(-2)) = -1/4 \n" ); document.write( ". \n" ); document.write( "Then substitute that value for 'x' and solve for y \n" ); document.write( ". \n" ); document.write( "y = -2(-1/4)^2 -(-1/4) + 8 \n" ); document.write( "y = -2(1/16) +1/4 + 8 \n" ); document.write( "y = -2/16 + 1/4 + 8 \n" ); document.write( "y = -1/8 + 1/4 + 8 \n" ); document.write( "y = 1/8 + 8 \n" ); document.write( "y = 65/8 \n" ); document.write( ". \n" ); document.write( "vertex = (-1/4, 65/8) \n" ); document.write( ". \n" ); document.write( " |