lnyngayan
Bunuel
GMATBLACKBELT
A quadratic function f(x) attains a max of 3 at x =1, the value of the function at x =0 is 1.the value of f(x) at x =10 is
a)-159,
b)-110,
c)-180,
d)-105,
e)-119
Not sure this would be on the GMAT, seems you should use calculus for this.
ax^2+bx+c=0
f(1)=3=a+b+c
f(0)=1=c
f'(x)= 2xa+b.
since the max is 3, f'(1)=0. Thus, 0=2a+b--> b=-2a --> 2=a-2a --> -2=a
f(10) = -2*100+10(4)+1 --> -159
This can be solved in the following way too:
We have \(f(x)=ax^2+bx+c\).
\(f(0)=c=1\) --> \(f(x)=ax^2+bx+1\)
We are told that \(f_{max}(1)=a+b+1=3\), --> \(a+b=2\).
\(f_{max}\) is vertex of parabola and the \(x\) coordinate of vertex is \(-\frac{b}{2a}=1\) --> \(b=-2a\) --> \(a+b=a-2a=-a=2\) --> \(a=-2\) and \(b=4\).
\(f(x)=-2x^2+4x+1\) --> \(f(10)=-200+40+1=-159\)
Answer: A.
Could you explain more on this?
\(f_{max}\) is vertex of parabola and the \(x\) coordinate of vertex is \(-\frac{b}{2a}=1\)
Many thanks!
ParabolaA parabola is the graph associated with a quadratic function, i.e. a function of the form \(y=ax^2+bx+c\).

The general or standard form of a quadratic function is \(y =ax^2+bx+c\), or in function form, \(f(x)=ax^2+bx+c\), where \(x\) is the independent variable, \(y\) is the dependent variable, and \(a\), \(b\), and \(c\) are constants.
- The larger the absolute value of \(a\), the steeper (or thinner) the parabola is, since the value of y is increased more quickly.
- If \(a\) is positive, the parabola opens upward, if negative, the parabola opens downward.
x-intercepts: The x-intercepts,
if any, are also called the roots of the function. The x-intercepts are the solutions to the equation \(0=ax^2+bx+c\) and can be calculated by the formula:
\(x_1=\frac{-b-\sqrt{b^2-4ac}}{2a}\) and \(x_2=\frac{-b+\sqrt{b^2-4ac}}{2a}\)
Expression \(b^2-4ac\) is called
discriminant:
- If discriminant is positive parabola has two intercepts with x-axis;
- If discriminant is negative parabola has no intercepts with x-axis;
- If discriminant is zero parabola has one intercept with x-axis (tangent point).
y-intercept: Given \(y =ax^2+bx+c\), the y-intercept is \(c\), as y intercept means the value of y when x=0.
Vertex: The vertex represents the maximum (or minimum) value of the function, and is very important in calculus.
The vertex of the parabola is located at point \((-\frac{b}{2a},\) \(c-\frac{b^2}{4a})\).
Note: typically just \(-\frac{b}{2a},\) is calculated and plugged in for x to find y.
More on Coordinate Geometry Under the Spoiler