109-36=73
73/3=24.333..
LONGEST PIECE= 60
SHORTEST= 19
THIRD= 30
You can get the tens digit of any number <em>n</em> by computing the quotient
(<em>n</em> (mod 100)) / 10
and ignoring the remainder.
Taking the given sum (mod 100) gives
7! + 8! + … + 2006! ≡ 7! + 8! + 9! (mod 100)
since the last 1997 terms (i.e. 10! up to 2006!) in the sum are multiples of 100. That is,
• every term beyond 100! is obviously a multiple of 100
• every term beyond 25! contains a factor of both 4 and 25
• every term beyond 10! contains two factors each of both 2 and 5 (i.e. every factorial term contains 4, 5, and 10)
The remaining sum is easy to compute by hand:
7! + 8! + 9! = 7! (1 + 8 + 8 × 9) = 5040 × 81 = 408,240
so the tens digit is 4.
A)
Given: dr/dt = .03 m/s and r = 18 m
Volume of a sphere = (4/3)*PI*r^3
Take the derivative of both sides, so
dv/dt = 4*PI*r^2*dr/dt
Plug in the givens and you have the rate of increase of the volume
B)
Given: V = 288 m^3 and I'm going to assume that r and dr/dt are the same as in part A
Surface Area = 4*PI*r^2
Take the derivative on both sides, so
dA/dt = 8*PI*r*dr/dt
Again, plug in the givens and you'll have the rate of increase in the surface area
C)
This part, it's been awhile since I've done related rates, so it may take me awhile, but perhaps the next person can answer it before I finish.