document.write( "Question 263155: A parabola with equation y=x^2+bx+c passes through the points (2,3) and (4,3). What is c?
\n" );
document.write( "(A)2 (B)5 (C)7 (D)10 (E)11\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(from AMC 10 2006 A). I'm in 7th grade and i need to study for the upcoming AMC 10 2010 \n" );
document.write( "
Algebra.Com's Answer #193921 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! step 1 - plug in the coordinates to get 2 equations as \n" ); document.write( "(i) 3 = 4 + 2b + c \n" ); document.write( "(ii) 3 = 16 + 4b + c \n" ); document.write( "now take (ii) - (i) to get \n" ); document.write( "(iii) 0 = 12 + 2b \n" ); document.write( "so, \n" ); document.write( "b = -6 \n" ); document.write( "substitute this back into (i) to get \n" ); document.write( "(iv) 3 = 4 + (-6)2 + c \n" ); document.write( "c = 11 \n" ); document.write( " |