document.write( "Question 874452: what is the equation for a solving a parabola given two points? the points are (1,20_ and (2,21) \n" ); document.write( "
Algebra.Com's Answer #527492 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! y = ax^2 + c \n" ); document.write( "21 = 4a + c \n" ); document.write( "20 = a + c Subtract \n" ); document.write( " 1 = 3a \n" ); document.write( "1/3= a and c = 59/3 \n" ); document.write( "y = (1/3)x^2 + 59/3 one such parabola opening Upward with V(0,19 2/3) \n" ); document.write( " \n" ); document.write( " |