SOLUTION: 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.
Many th
Algebra ->
Rational-functions
-> SOLUTION: 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.
Many th
Log On
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.
Many thanks! Answer by stanbon(75887) (Show Source):
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.
----
y = a(x-(2+sqrt(3))(x-(2-sqrt(3)))
-------
y = a((x-2)-sqrt(3))((x-2)+sqrt(3))
-------
y = a[(x-2)^2-3]
---
Use the point (1,4) to determine "a"::
4 = a[(1-2)^2-3]
4 = a[-2]
a = -2
-----
Ans: y = -2[x^2-4x+1]
y = -2x^2 + 8x - 2
----------------------
Cheers,
Stan H.
----------