document.write( "Question 251192: A parabola is tangent to the x-axis, has a y-intercept of 18 and passes through the point (2. 8). What are the two possible quadratic equations? \n" ); document.write( "
Algebra.Com's Answer #184260 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A parabola is tangent to the x-axis, has a y-intercept of 18 and passes through the point (2. 8). What are the two possible quadratic equations? \n" ); document.write( "------------------------- \n" ); document.write( "Since it's tangent, the 2 roots are the same. \n" ); document.write( "(x - a)^2 = 0 \n" ); document.write( "x^2 - 2ax + a^2 = 0 \n" ); document.write( "a^2 = 18 \n" ); document.write( "a = +3sqrt(2) \n" ); document.write( "a = -3sqrt(2) \n" ); document.write( "-------------- \n" ); document.write( "--> y = x^2 ± 6sqrt(2) + 18 \n" ); document.write( "-------------------- \n" ); document.write( "One goes thru (2,8), the other goes thru (-2,8). \n" ); document.write( " |