document.write( "Question 105254This question is from textbook
\n" );
document.write( ": find quadratic function ax^2 + c with a graph that has the given points:
\n" );
document.write( "1.) (2, 5/2) and (0,-1/2)
\n" );
document.write( "using those points, how can i come up with the function?? \n" );
document.write( "
Algebra.Com's Answer #76612 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the vertex be (0,-1/2), (h,k) \n" ); document.write( "Let c=k (because I am more used to using k) \n" ); document.write( "y=a(x-h)^2+k \n" ); document.write( "y=a(x-0)^2-1/2 \n" ); document.write( "y(2)=5/2 \n" ); document.write( "5/2=a(2)^2-1/2 \n" ); document.write( "5/2=4a-1/2 \n" ); document.write( "4a=3 \n" ); document.write( "a=3/4 \n" ); document.write( "y=(3/4)x^2-1/2 \n" ); document.write( "Ed \n" ); document.write( " |