document.write( "Question 1066845: Write a quadratic function whose roots are 2+radical of 3 and 2- radical of 3 and passes through the point (1,4). Write your final answer in the form of y = ax^2 + bx + c.
\n" );
document.write( "Many thanks! \n" );
document.write( "
Algebra.Com's Answer #682065 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write a quadratic function whose roots are 2+radical of 3 and 2- radical of 3 and passes through the point (1,4). Write your final answer in the form of y = ax^2 + bx + c. \n" ); document.write( "---- \n" ); document.write( "y = a(x-(2+sqrt(3))(x-(2-sqrt(3))) \n" ); document.write( "------- \n" ); document.write( "y = a((x-2)-sqrt(3))((x-2)+sqrt(3)) \n" ); document.write( "------- \n" ); document.write( "y = a[(x-2)^2-3] \n" ); document.write( "--- \n" ); document.write( "Use the point (1,4) to determine \"a\":: \n" ); document.write( "4 = a[(1-2)^2-3] \n" ); document.write( "4 = a[-2] \n" ); document.write( "a = -2 \n" ); document.write( "----- \n" ); document.write( "Ans: y = -2[x^2-4x+1] \n" ); document.write( "y = -2x^2 + 8x - 2 \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |