<span>first, we are going to define variables as the following:
a = 0
a = π/2
n = 4 rectangles
Δx = [ b - a ] / n ------>Δx = [ π/2 - 0 ] / 4 = π/8
right endpoints :
sum( seq( 4 cos(x) * π/8 , x , 0+π/8 , π/2 , π/8 ) ) = 3.163065 underestimate
left endpoints:
sum( seq( 4 cos(x) * π/8 , x , 0 , π/2-(π/8) , π/8 ) ) = 4.733861 overestimate
the reason because the actual estimate by integral as the following:
π/2
∫ 4cos(x) dx = 4
0</span>
Answer:
D: 25 miles
Step-by-step explanation:
Pythagorean Theorem:

36^2 + b^2 = 39^2
1,296 + b^2 = 1,521
b^2 = 225
b = 25
1/4x -2 = -6 + 5/12x
3x - 24 = -72 +5x
3x -5x = -72 +24
-2x = -48
x = 24
Answer: y = -3/4x
Step-by-step explanation:
the slope is -3/4