Question 206743
): On the first day Juanita receives 1 dollar. On each succeeding day, she receives 1 dollar more than the total received in all preceding days. On which day will she first receive an amount greater than one hundred dollars?
-------
1st day 1 = 2^0
2nd day 2 = 2*1
3rd day 4 = 2^2
...
nth day 2^(n-1)
----------------------
You want to know what the smallest n is that will produce 2^(n-1)> 100
-------------
Equation: 2^(n-1) = 100
Take the log of both sides to get:
(n-1)log(2) = log(100
(n-1) = log(100)/log(2)
n-1 = 2/log(2) = 6.644
n = 7.644
---
She will receive more than 100 on the 8th day and beyond.
===========================
Cheers,
Stan H.
===========================

 
(A) 6th day (B) 7th day (C) 8th day (D) 9th day (E) 10th day