F(1) = 160 is given to us. We'll use it to find f(2)
f(n+1) = -2*f(n)
f(1+1) = -2*f(1) ... replace every n with 1
f(1+1) = -2*160 ... replace f(1) with 160
f(2) = -320
Now use f(2) to find f(3)
f(n+1) = -2*f(n)
f(2+1) = -2*f(2) ... replace every n with 2
f(3) = -2*(-320) ... replace f(2) with -320
f(3) = 640
Finally, use f(3) to find f(4)
f(n+1) = -2*f(n)
f(3+1) = -2*f(3) ... replace every n with 3
f(4) = -2*640 ... replace f(3) with 640
f(4) = -1280
Final Answer: -1280
The simplified for is 9n+2
Change the y to w the app didnt have the letter w so i just had to choose another letter
Answer:
P = 7.14%
The percentage of those 30 years or older that own an ipod is 7.14%
Step-by-step explanation:
Given;
Percentage of ipod owners Pi = 20%
Percentage who don't own ipod Pd = 100-20 = 80%
For age 30 or older;
Percentage of ipod owners who belong to this group
Po = 20% of Pi
Percentage who don't have an ipod but belong to this group Pu = 100-35% = 65% of Pd
The percentage of those 30 years or older that own an ipod is;
P = Po/(Po+Pu) × 100%
Po = 20% of Pi = 20% of 20% = 0.2×20 =4%
Pu = 65% of Pd = 65% of 80% = 0.65×80% = 52%
Substituting the values;
P = 4/(4+52) × 100%
P = 7.14%