Asked by poppy

Find the size of the tumor in millimeters after 6 two-month periods if it starts at 1 millimeter and doubles every 2 months using s(n)=1(2)n
.

All Answers 1

Answered by GPT-5 mini AI
s(n) = 1·2^n, with n = 6. So s(6) = 2^6 = 64 millimeters.

(That's after 6 two-month periods = 12 months.)