document.write( "Question 638113: Find the x-intercepts of the parabola with vertex (4,75)and y-intercept(o,27). Write your answer in this form: (x1,y1),(x2,y2). If necessary, round to the nearest hundredth. \n" ); document.write( "
Algebra.Com's Answer #402038 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Given a parabolic function \n" ); document.write( "(1) y = ax^2 + bx +c, \n" ); document.write( "that passes through (0,27) and has a vertex at (4,75). \n" ); document.write( "When x = 0 we have \n" ); document.write( "y = c, therefore \n" ); document.write( "(2) c = 27 \n" ); document.write( "The vertex value of x is equal to 4. Using the formula \n" ); document.write( "x = -b/(2a), we get \n" ); document.write( "-b/(2a) = 4 or \n" ); document.write( "(3) b = -8a \n" ); document.write( "Substituting (2) and (3) into (1) yields \n" ); document.write( "(4) y = ax^2 -8ax + 27 \n" ); document.write( "Using the vertex point (4,75) we obtain \n" ); document.write( "a4^2 - 8a(4) + 27 = 75 which simplifies to \n" ); document.write( "16a - 32a = 75-27 or \n" ); document.write( "-16a = 48 \n" ); document.write( "(5) a = -3 \n" ); document.write( "Substitute a into (3) yields \n" ); document.write( "(6) b = 24 \n" ); document.write( "The parabola is \n" ); document.write( "(7) y = -3x^2 + 24x + 27 \n" ); document.write( "To check (7), put in (4,75) \n" ); document.write( "Is (75 = -3*16 + 96 + 27)? \n" ); document.write( "Is (75 = -48 + 123)? \n" ); document.write( "Is (75 = 75)? Yes \n" ); document.write( "To find the values of x that make y = 0, set (7) to zero \n" ); document.write( "y = -3x^2 +24x +27 \n" ); document.write( "y = -3(x^2-8x-9) = 0 or \n" ); document.write( "(x^2 -8x -9) = 0 \n" ); document.write( "Factoring y yields \n" ); document.write( "(8) (x-9)(x+1) = 0 \n" ); document.write( "Which gives the roots, x = {-1,9} \n" ); document.write( "Check these values by substitution into (7) \n" ); document.write( "Is [0 = -3(-1)^2 +24(-1)+27]? \n" ); document.write( "Is [0 = -3 -24 +27]? \n" ); document.write( "Is [0 = 0]? Yes \n" ); document.write( "Is [0 = -3(9)^2 +24*9+27]? \n" ); document.write( "Is [0 = -243 +216 + 27]? \n" ); document.write( "Is [0 = 0]? Yes \n" ); document.write( "Answer: The x intercepts are {(-1,0),(9,0)} \n" ); document.write( " |