document.write( "Question 687718: Find the equation of the parabola that passes through the points (2,3) and (10,3) and has a max value of y=35.\r
\n" );
document.write( "\n" );
document.write( "Can you please help me out? thanks in advance \n" );
document.write( "
Algebra.Com's Answer #425322 by MRperkins(300)![]() ![]() You can put this solution on YOUR website! email me and I will work this one out with you in an online whiteboard. \n" ); document.write( "http://www.scribblar.com/mg9yqg9\r \n" ); document.write( "\n" ); document.write( "Basically, we are dealing with a quadratic function. Generally, that will involve using the \"vertex form\" \n" ); document.write( " \n" ); document.write( "so, we know that there is a maximum of y=35. what, in the formula, is the y value of the vertex of the parabola? (b) \n" ); document.write( "Since the y values are the same on the given points, then the axis of symmetry is in the middle of them (2+10)/2 or 6. that is the h value of the vertex. If they were not the same y values, then we could still find the h value, but it would be more complicated: \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "***alternative way to find h value Start*** \n" ); document.write( ". \n" ); document.write( "so we can insert that into the formula: y=a(x-h)^2+35 \n" ); document.write( "we also know two points that work. enter the first point and you get 3=a(2-h)^2+35 \n" ); document.write( "foil (2-h)^2 to get h^2-4h+4, \n" ); document.write( "solve for \"a\" \n" ); document.write( "a=-32/(h^2-4h+4) \n" ); document.write( ". \n" ); document.write( "now plug the other point into y=a(x-h)^2+35 \n" ); document.write( "and you get 3=a(10-h)^2+35 \n" ); document.write( "subtract 35 from both sides \n" ); document.write( "-32=a(10-h)^2 \n" ); document.write( "substitute -32/(h^2-4h+4) from the first equation in for a in the second equation. \n" ); document.write( "You get: \n" ); document.write( "-32=(-32(10-h)^2)/(h^2-4h+4) \n" ); document.write( "reduce the -32's and move the h^2-4h+4 to the left \n" ); document.write( "reduce to find the h value. \n" ); document.write( "h=6 \n" ); document.write( "***alternative way to find h value Stop*** \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "so now you have y=a(x-6)^2+35 \n" ); document.write( "use one of the points for the x and y value to find \"a\" \n" ); document.write( "3=a(4)^2+35 \n" ); document.write( "-32/16=a \n" ); document.write( "a=-2 \n" ); document.write( "so \n" ); document.write( "y=-2(x-6)^2+35 \n" ); document.write( " |