Hi there!
Begin by differentiating f(x) using the power rule:
dy/dx = nxⁿ⁻¹
Therefore:
f(x) = 3x² - 5x + 10
f'(x) = 6x - 5
Set this equation equal to 0 to find the x-intercept:
0 = 6x - 5
5 = 6x
x = 5/6, which is where the graph goes from NEGATIVE to POSITIVE, so there is a MINIMUM at this value.
Answer:
2988
Step-by-step explanation:
Assuming we need to find i such that
1 ≤ i ≤ n and t[i]=i.
If we need to find only the first occurrence, we can do:
for i:1 to n {
if t[i]=i then return(i)
}
If exhaustive search is required, then put the results (values of i) in an array or a linked list, return the number of values found, and the array (or linked list).
I believe the answer is C -4
Edit . . . I might have been wrong haha thinking backwards