document.write( "Question 1189357: A parabola having an axis parallel to the y-axis passes through points A(1,1) B(2,2) & C(-1,5). Find the equation
\n" );
document.write( "of the parabola.
\n" );
document.write( "a. x^2 - 2x - y + 2 = 0
\n" );
document.write( "b. y^2 - 2x - y + 2 = 0
\n" );
document.write( "c. y^2 - x - 2y + 2 = 0
\n" );
document.write( "d. x^2 - x - 2y + 2 = 0 \n" );
document.write( "
Algebra.Com's Answer #820708 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The solution from the other tutor is fine... but he went to a lot of trouble to find the equation of the parabola from his original three equations. \n" ); document.write( "y=ax^2+bx+c \n" ); document.write( "(1,1): a+b+c=1 [1] \n" ); document.write( "(2,2): 4a+2b+c=2 [2] \n" ); document.write( "(-1,5): a-b+c=5 [3] \n" ); document.write( "Observe that the coefficients of a and b in [1] and [3] are the same. So subtracting one of those equations from the other will immediately give us b. \n" ); document.write( "2b=-4 \n" ); document.write( "b=-2 \n" ); document.write( "Now substitute b=-2 in [1] and [2]: \n" ); document.write( "a-2+c=1; a+c=3 \n" ); document.write( "4a-4+c=2; 4a+c=6 \n" ); document.write( "3a=3 \n" ); document.write( "a=1 \n" ); document.write( "Substitute a=1 and b=-2 in [1] to find c: \n" ); document.write( "1-2+c=1; c=2 \n" ); document.write( "We have a=1, b=-2, c=2. \n" ); document.write( "ANSWER: y=x^2-2x+2 -- which is equivalent to answer choice a \n" ); document.write( "Of course, if this were a question on a multiple choice test, you would simply eliminate answer choices b and c because they contain y^2 terms instead of x^2 terms (making them equations of parabolas with axis parallel to the x-axis). Then you would simply substitute the coordinates of the given points to determine which of answer choices a and d is correct. \n" ); document.write( " \n" ); document.write( " |