Answer:
C
Step-by-step explanation:
We want to determine the vertex of the quadratic equation:
[tex]\displaystyle y = -x^2 + 2x + 1[/tex]
Recall that the vertex is given by the formulas:
[tex]\displaystyle \text{Vertex} = \left(-\frac{b}{2a}, f\left(-\frac{b}{2a}\right)\right)[/tex]
In this case, a = -1, b = 2, and c = 1.
Determine the x-coordinate of the vertex:
[tex]\displaystyle x = -\frac{(2)}{2(-1)} = 1[/tex]
To determine the y-coordinate, evaluate the function at x = 1:
[tex]\displaystyle \begin{aligned} y(1)&= -(1)^2 + 2(1) + 1 \\ &= 2\end{aligned}[/tex]
In conclusion, the vertex of the quadratic equation is (1, 2).
Hence, our answer is C.