Could someone check my work? I want to make sure I got the answer correct because I've never done a problem like this one. Thanks.

Determine whether the function f(x) = -x^2 + 4x has a minimum or maximun value.
a= -1
b =4
-1< 0 = parabola down
________________________
x = -4 / 2(-1) = 2
y = -2^2 + 4(2) = 12
________________________
Maximum value = (2,12)

Since the parabola opens downwards, you said that, there is a maximum point

That point is called the vertex, you had it incorrectly at (2,12), should have been
(2, 4)

you should precede your calculation with statements, such as

the x of the vertex = -b/(2a) = -4/(2(-1)) = 2
the y of the vertex = -x^2 + 4x = -(2^2) + 4(2) = -4 + 8 = 4

check: www.wolframalpha.com/input/?i=f(x)+%3D+-x%5E2+%2B+4x

Wouldn't (-2)^2 equal 4?

To check whether the function f(x) = -x^2 + 4x has a minimum or maximum value, you correctly identified that the parabola opens downward because the coefficient of x^2 is negative.

To find the minimum or maximum value of the function, you computed the x-coordinate of the vertex using the formula x = -b / (2a), where a is the coefficient of x^2 and b is the coefficient of x. In this case, a = -1 and b = 4.

Plugging in the values into the formula, you correctly calculated x = -4 / (2(-1)) = 2. So, the x-coordinate of the vertex is 2.

To find the corresponding y-coordinate of the vertex, you substituted the x-coordinate (2) back into the function: y = -2^2 + 4(2) = 12. Therefore, the y-coordinate of the vertex is 12.

Since the parabola opens downward and the y-coordinate of the vertex is the highest point on the parabola, the function has a maximum value.

So, your calculation is correct, and the maximum value is at point (2, 12). Well done!