document.write( "Question 879478: hello,
\n" );
document.write( "part 1.Find the (x,y) coordinate of the maximum or minimum value
\n" );
document.write( "of the following quadratic equation:
\n" );
document.write( " 1 1
\n" );
document.write( " - — x^2 - — x + 8 = y
\n" );
document.write( " 6 3
\n" );
document.write( "part 2.The coordinate determined in the problem above is a(n)
\n" );
document.write( " a. maximum value
\n" );
document.write( " b. minimum value
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #530813 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! y = (-1/6)x^2 -(2/6)x + 8 parabola opening Downward -1/6 < 0 \n" ); document.write( "y = (-1/6)(x + 1)^2 + 1/6 + 8 \n" ); document.write( "max(-1, 49/8) \n" ); document.write( " |