Question 124200
Since nobody else has responded to this, here's a method you can use, but the solution is
not a trivial exercise.
.
You are given {{{f(x) = ax^2 + bx + c}}}
. 
Finding c is easy because f(0) = 1. Substitute 0 for x and the given equation becomes:
.
{{{f(0) = a(0^2) + b(0) + c}}}
. 
and since f(0) = 1 you can say that the right side of this equation equals 1. So:
.
{{{a(0^2) + b(0) + c = 1}}}
.
and this reduces to {{{c = 1}}}. That's one answer. You can now replace c with 1 in the given
equation to get:
.
{{{f(x) = ax^2 + bx + 1}}}
.
Next you are told that f(1) = 2. That means that in:
.
{{{f(x) = ax^2 + bx + 1}}}
.
when you replace x with 1 you get:
.
{{{f(1) = a(1^2) + b(1) + 1 = 2}}}
.
This reduces to:
.
{{{a + b + 1 = 2}}}
.
Solve this for b by adding -a - 1 to both sides to get:
.
{{{b = 2 - a - 1}}}
.
Combining the two constants (2 - 1) on the right side reduces the equation to:
.
{{{b = 1 - a}}}
.
Remember this result. Next, in the equation:
.
{{{f(x) = ax^2 + bx + 1}}}
.
make use of f(a) = 12. If you substitute a for x the equation becomes:
.
{{{f(a) = a(a^2) + b(a) + 1 = 12}}}
.
but recall that {{{b = 1 - a}}}. Therefore, replace b with {{{1 - a}}} and you get:
.
{{{f(a) = a(a^2) + (1-a)(a) + 1 = 12}}}
.
Do the multiplication of the terms in a and you have:
.
{{{a^3 + a - a^2 + 1 = 12}}}
.
Subtract 12 from both sides and rearrange in descending powers of a. When you do those two
things you get:
.
{{{a^3 - a^2 + a - 11 = 0}}}
.
You can now solve this equation for a, but the answer you get is not "nice." I question
whether you copied f(0), f(1), or f(a) correctly since a mistake there would impact the 
answer. However, moving on, I used a calculator to solve this cubic equation for a and got:
.
{{{a = 2.43905659}}}
.
and recall from above that {{{b = 1 - a}}}. So, substituting 2.43905659 for a results in:
.
{{{b = 1 - 2.43905659 = -1.43905659}}}
.
So, we now have as answers: a = 2.43905659 and b = -1.43905659 and c = 1.
.
To check, we substitute these into the original given equation of:
.
{{{f(x) = ax^2 + bx + c}}}
.
and this equation becomes:
.
{{{f(x) = (2.43905659)x^2 - (1.43905659)x + 1}}}
.
Check that f(0) = 1 by substituting 0 for x to get:
.
{{{f(0) = (2.43905659)(0^2) - (1.43905659)(0) + 1 = 0 - 0 + 1 = 1}}}
.
That checks.
.
Next, check that f(1) = 2 by substuting 1 for x to get:
.
{{{f(x) = (2.43905659)(1^2) - (1.43905659)(1) + 1 = 2.43905659 - 1.43905659 + 1 = 1 + 1 = 2}}}
.
That checks. 
.
Next, check that f(a) = 12 by substituting a for x ... that is to say, substituting
2.43905659 for x to see if the result is 12. Substituting 2.43905659 for x gives you:
.
{{{f(2.43905659) = (2.43905659)(2.43905659^2) - (1.43905659)(2.43905659) + 1}}}
.
Doing the multiplication of (2.43905659)(2.43905659^2) and of (1.43905659)(2.43905659) reduces
the equation to:
.
{{{ f(a) = f(2.43905659) = 14.50994046 - 3.0509940459 + 1 = 11 + 1 = 12}}}
.
and that checks too. 
.
So the values found for a, b, and c are correct. The values for a and b are not nice, but
they work and are therefore correct.
.
Hope this helps ... 
.