Split up [1, 3] into 4 subintervals:
[1, 3/2], [3/2, 2], [2, 5/2], [5/2, 3]
each with length (3 - 1)/2 = 1/2.
The right endpoints are {3/2, 2, 5/2, 3}, which we can index by the sequence
with .
Evaluating the function at the right endpoints gives the sampling points , {27/4, 5, 11/4, 0}.
Then the area is approximated by
For something to be a function, each input (x value) can only have ONE output (y value)
If an input has multiple outputs, it is not a function.
so the last graph represents a function (parabola going down)
Answer:
x = -15/2
Step-by-step explanation:
For this problem, we will simply use equation properties to solve for x.
2x - 5 = -20
2x - 5 + 5 = -20 + 5
2x = -15 ( Add positive 5 to both sides )
2x * (1/2) = -15 * (1/2)
x = -15/2 ( Multiply both sides by 1/2)
Hence, the solution to x is -15 / 2.
Cheers.