QUESTION IMAGE
Question
dead how long until the zombies take over? on the show, the walking dead, a disease was contracted that turns people into zombies called walkers. if a walker bites a human, the human is turned into a walker. assume that each walker turns one person a week into a zombie and that none of the walkers are killed. 1. the diagram below represents a town with 140 people. each box represents a human; each crossed out box represents a walker. keep track of the human and walker populations over time. grid image chart with weeks (0 - 10) and columns for walkers (1 at week 0) and humans (139 at week 0) a. how does the walker population change each week? how long will it take before everyone in town is a walker? b. list the number of walkers as a sequence for the first 7 weeks. what type of sequence is this? c. write a recursive formula for the sequence. d. graph the relationship between the week and the number of walkers. graph grid image e. is the relationship linear? how do you know?
Step1: Analyze Walker population growth
Each Walker turns 1 person into a Walker per week, so the Walker population doubles each week? Wait, no—wait, initial Walker is 1. In week 1, 1 Walker turns 1 human, so Walkers become \(1 + 1=2\)? Wait, no, wait: each Walker turns one person. So if there are \(W\) Walkers, next week Walkers are \(W + W=2W\)? Wait, no, initial: week 0, Walkers = 1, Humans = 139. Week 1: each Walker (1) turns 1 human, so Walkers become \(1 + 1 = 2\), Humans become \(139 - 1 = 138\). Week 2: Walkers = \(2 + 2 = 4\), Humans = \(138 - 2 = 136\). Wait, no, that's doubling. Wait, but let's check the total population: Walkers + Humans should be 140. So week 0: 1 + 139 = 140. Week 1: 2 + 138 = 140. Week 2: 4 + 136 = 140. Week 3: 8 + 132 = 140? Wait, no, 4 Walkers would turn 4 humans, so Walkers become 4 + 4 = 8, Humans 136 - 4 = 132. Yes. So the Walker population is a geometric sequence with first term \(a_1 = 1\), common ratio \(r = 2\).
To find when everyone is a Walker, we need \(W = 140\). So solve \(2^{n - 1}=140\)? Wait, week 0: \(2^0 = 1\), week 1: \(2^1 = 2\), week 2: \(2^2 = 4\),..., week \(n\): \(2^n\) Walkers? Wait, week 0: \(n=0\), \(2^0 = 1\); week 1: \(2^1 = 2\); so general term \(W(n)=2^n\) for \(n\) weeks (starting at 0). We need \(2^n = 140\). Let's compute \(2^7 = 128\), \(2^8 = 256\). Wait, that can't be. Wait, no, my mistake: initial Walker is 1 (week 0). Week 1: 2, week 2: 4, week 3: 8, week 4: 16, week 5: 32, week 6: 64, week 7: 128, week 8: 256. But total population is 140, so when Walkers reach 140? Wait, no—Wait, maybe I messed up the growth. Wait, each Walker turns one person, so the number of new Walkers is equal to the current number of Walkers. So the recurrence is \(W_{n+1}=W_n + W_n = 2W_n\), with \(W_0 = 1\). So \(W_n = 2^n\). We need \(W_n = 140\). But \(2^7 = 128\), \(2^8 = 256\), which is more than 140. But total population is 140, so when Walkers + Humans = 140, so when Humans = 0, Walkers = 140. So solve \(140 - W_n = 0\)? Wait, no: Humans start at 139, and each week, Humans decrease by \(W_n\) (since each Walker turns one human). Wait, no: in week 0, Humans = 139, Walkers = 1. Week 1: Humans = 139 - 1 = 138, Walkers = 1 + 1 = 2. Week 2: Humans = 138 - 2 = 136, Walkers = 2 + 2 = 4. Week 3: Humans = 136 - 4 = 132, Walkers = 4 + 4 = 8. Week 4: Humans = 132 - 8 = 124, Walkers = 8 + 8 = 16. Week 5: Humans = 124 - 16 = 108, Walkers = 16 + 16 = 32. Week 6: Humans = 108 - 32 = 76, Walkers = 32 + 32 = 64. Week 7: Humans = 76 - 64 = 12, Walkers = 64 + 64 = 128. Week 8: Humans = 12 - 128 = negative? Wait, that can't be. Wait, no—when Walkers are 128, Humans are 12. Then in week 8, Walkers would turn 128 humans, but there are only 12 humans left. So actually, the growth is limited by the total population. Wait, the problem says "none of the Walkers are killed", so when there are \(W\) Walkers, they can turn \(W\) humans, but if \(W >\) Humans, then all remaining humans are turned, and Walkers become \(W +\) Humans. Wait, I made a mistake earlier. Let's correct:
Total population \(T = 140\) (Walkers + Humans). Let \(W_n\) be Walkers in week \(n\), \(H_n\) be Humans. Then \(W_0 = 1\), \(H_0 = 139\).
For \(n \geq 0\), \(W_{n+1}=W_n + \min(W_n, H_n)\), and \(H_{n+1}=H_n - \min(W_n, H_n)\). But since initially \(W_n < H_n\) (week 0: 1 < 139), so \(\min(W_n, H_n)=W_n\), so \(W_{n+1}=2W_n\), \(H_{n+1}=H_n - W_n\).
But when \(W_n \geq H_n\), then \(W_{n+1}=W_n + H_n = T\), \(H_{n+1}=0\).
So let's compute step by step:
Week 0: \(W=1\), \(H=139\)
Week 1: \(W=1+1=2\), \(H=139-1=138\)
Week 2: \(…
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
(for part a):
The Walker population doubles each week (geometric growth, \(W_{n+1} = 2W_n\) initially). It takes 8 weeks for everyone in town to be a Walker.