Answer:
B. 64
Step-by-step explanation:
The trick here is to recognize that the number of <u>new</u> people who learn this information each week is in powers of 2.
Week 0: 2^0 = 1
Week 1: 2^1 = 2
Week 2: 2^2 = 4 (2*2)
Week 3: 2^3 = 8 (2*2*2)
So following this pattern, we can just plug in 6 for week 6 and see what our answer is:
Week 6: 2^6 = 64 (2*2*2*2*2*2)
* A quick note in calculating powers:
calculating 2*2 six times is a lot of work. You know what isn't? 2*2*2 (8). You know what also isn't? 8*8. That's right, 8*8 is also 64! So instead of calculating 2*2*2*2*2*2, you can just calculate 2^3*2^3, or 8*8. :)