Answer:
it's A please mark mine good .............
Answer:
in 13.95 years the senior class will have 100 students.
Step-by-step explanation:
P(h) = p(0.92)^t (equation for exponential change)
P(h) - population of highschool (or senior class) = 100
p - staring amount = 320
t = time in years
100 = 320(0.92)^t
1/3.2 = .92^t (divide both sides by 320)
log(1/3.2, .92) = t (log base 0.92 of 1/3.2 equals t)
13.9497 = t
I believe it’s A, C, and E
The sum of three consecutives is b
Answer:
Step-by-step explanation:
I don’t know why they bother teaching recursive formulas as the explicit is almost always used :)
For 2,9,16,23...
Recursive is a(n+1)=an+7
Explicit is an=2+7(n-1)
(or more neatly an=7n-5)
For 2,14,98,686...
Recursive is a(n+1)=7an
Explicit is an=2(7^(n-1))
(or (2/7)7^n )