Computer Science, asked by alaneqx697, 7 months ago

write appropriate function to calculate the maximum values​

Answers

Answered by nehaprakruti44
0

Answer:

If you have the graph, or can draw the graph, the maximum is just the y value at the vertex of the graph. If you are unable to draw a graph, there are formulas you can use to find the maximum. If you are given the formula y = ax2 + bx + c, then you can find the maximum value using the formula max = c - (b2 / 4a).

Similar questions