Answer:
we need more info to answer this question
Answer:
22
Step-by-step explanation:
The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3
4 and 8 would be the anwser because 4 x 2 = 8 and then 8x1=8
Answer:
0.57
Step-by-step explanation:
Given that:
food = f ; c = clothes
P(f) = 0.76
P(C) = 0.49
P(fnC) = 0.28
Suppose a shopper is selected from the store at random and learn that they buy clothes. What is the probability that the shopper also buys food?
P(f Given C) = P(f | C)
P(f | c) = p(fnC) / p(C)
P(f | c) = 0.28 / 0.49
P(f | c) = 0.5714
P(f | c) = 0.57