document.write( "Question 1027806: Please help me and show all steps and work. I am really lost and my professor really is no help. I have been trying to figure this out for days now. I never had any of these types of problems in highschool. Thanks\r
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Find the equation of the parabola that contains the points (-1,10),(2,-5)and(3,-18). Once you found the equation, answer the following questions:
\n" ); document.write( " a. Where is the vertex
\n" ); document.write( " b. Is the vertex a maximum or minimum
\n" ); document.write( " c. Where is the focus
\n" ); document.write( " d. Where are the x-intercepts?
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #643016 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The graph of any parabola has the form\r\n" );
document.write( "\r\n" );
document.write( "y = f(x) = Ax² + Bx + C\r\n" );
document.write( "\r\n" );
document.write( "(-1,10),(2,-5)and(3,-18). \r\n" );
document.write( "\r\n" );
document.write( "Since it goes through (-1,10), substitute x=-1 and y=f(x)=10\r\n" );
document.write( "\r\n" );
document.write( "f(x) = Ax² + Bx + C\r\n" );
document.write( "  10 = A(-1)² + B(-1) + C\r\n" );
document.write( "  10 = 1A - B + C\r\n" );
document.write( "A - B + C = 10\r\n" );
document.write( "\r\n" );
document.write( "Since it goes through (2,-5), substitute x=2 and y=f(x)=-5\r\n" );
document.write( "\r\n" );
document.write( "f(x) = Ax² + Bx + C\r\n" );
document.write( "  -5 = A(2)² + B(2) + C\r\n" );
document.write( "  -5 = 4A + 2B + C\r\n" );
document.write( "4A + 2B + C = -5\r\n" );
document.write( "\r\n" );
document.write( "Since it goes through (3,-18), substitute x=3 and y=f(x)=-18\r\n" );
document.write( "\r\n" );
document.write( "f(x) = Ax² + Bx + C\r\n" );
document.write( " -18 = A(3)² + B(3) + C\r\n" );
document.write( " -18 = 9A + 3B + C\r\n" );
document.write( "9A + 3B + C = -18\r\n" );
document.write( "\r\n" );
document.write( "So we have this system of 3 equations and 3 unknowns:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28A+-+B+%2B+C+=+10%2C4A+%2B+2B+%2B+C+=+-5%2C9A+%2B+3B+%2B+C+=+-18%29\"\r\n" );
document.write( "\r\n" );
document.write( "Solve that system either by elimination or substitution\r\n" );
document.write( "and get A=-2, B=-3, C=9\r\n" );
document.write( " \r\n" );
document.write( "So the equation  \r\n" );
document.write( "f(x) = Ax² + Bx + C\r\n" );
document.write( "becomes\r\n" );
document.write( "f(x) = -2x² - 3x + 9\r\n" );
document.write( "\r\n" );
document.write( "The vertex is the point \"%28matrix%281%2C3%2C-B%2F%282A%29%2C%22%2C%22%2Cf%28-B%2F%282A%29%29%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"-B%2F%282A%29=-%28-3%29%2F%282%28-2%29%29=+-3%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "\"f%28-B%2F%282A%29%29=f%28-3%2F4%29+=+-2%28-3%2F4%29%B2+-+3%28-3%2F4%29+%2B+9\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So the vertex is \"%28matrix%281%2C3%2C-3%2F4%2C%22%2C%22%2C81%2F8%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Since the coefficient of A is negative the parabola opens\r\n" );
document.write( "downward, and the vertex is a MAXIMUM. The focus is BELOW\r\n" );
document.write( "the vertex.\r\n" );
document.write( "\r\n" );
document.write( "Since A=-2, the focus is 2 units BELOW the vertex, so we add\r\n" );
document.write( "A=-2 units to the y-coordinate of the vertex:\r\n" );
document.write( "\r\n" );
document.write( "\"81%2F8-2=81%2F8-16%2F8=65%2F8\"\r\n" );
document.write( "\r\n" );
document.write( "For the focus, we use the same x-coordinate as the vertex\r\n" );
document.write( "\r\n" );
document.write( "So the vertex is \"%28matrix%281%2C3%2C-3%2F4%2C%22%2C%22%2C65%2F8%29%29\" \r\n" );
document.write( "\r\n" );
document.write( "The x-intercepts are found by setting y = 0:\r\n" );
document.write( " \r\n" );
document.write( "         f(x) = -2x² - 3x + 9\r\n" );
document.write( "            0 = -2x² - 3x + 9\r\n" );
document.write( " 2x² + 3x - 9 = 0\r\n" );
document.write( "  (2x-3)(x+3) = 0\r\n" );
document.write( "  2x-3=0;  x+3=0\r\n" );
document.write( "    2x=3;    x=-3\r\n" );
document.write( "     x=\"3%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "So the x-intercepts are the points\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%281%2C3%2C3%2F2%2C%22%2C%22%2C0%29%29\" and \"%28matrix%281%2C3%2C-3%2C%22%2C%22%2C0%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Here is the graph.  The points marked are the vertex, focus,\r\n" );
document.write( "and x-intercepts.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );