document.write( "Question 254208: Find the equation of a quadratic equation if the vertex is (-3, -2) and it passes through the point (-2, 0). \n" ); document.write( "
Algebra.Com's Answer #186586 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! vertex is (-3, -2) and it passes through the point (-2, 0) \n" ); document.write( "All parabolas are symmetric, so the other point would be (-4,0). \n" ); document.write( "We can create a quadratic model based on this using \n" ); document.write( " \n" ); document.write( "(i) \n" ); document.write( "(ii) \n" ); document.write( "(iii) \n" ); document.write( "eliminate the c from all 3 equations (i) -(ii) to get \n" ); document.write( "(iv) \n" ); document.write( "and (iii) - (ii) to get \n" ); document.write( "(v) \n" ); document.write( "multiply (iv) by -2 to get \n" ); document.write( "(vi) \n" ); document.write( "add (v) and (vi) to get \n" ); document.write( "(vii) \n" ); document.write( "* a = 2. \n" ); document.write( "Sub -2 into a for (v) to get \n" ); document.write( "* b = 12 \n" ); document.write( "Sub values of a and b into (i) to get \n" ); document.write( "* c = 16 \n" ); document.write( "We get \n" ); document.write( " y = 2x^2 + 12x + 16 \n" ); document.write( " |