Answer:
75
Step-by-step explanation:
f(1) = 7
f(n) = 3f(n-1) + 3
So what you are trying to do here is find the recursive value (that's what it is called) for f(n). Computers love this sort of thing, but we humans have to do it slowly and carefully.
So let's try f(2)
That means that f(2) = 3*f(n-1) + 3
but if f(2) is used it means that you have to know f(2-1) which is just f(1) and we know that.
so f(2) = 3*f(1)+3
f(2) = 3*7 + 3
f(2) = 21 + 3
f(2) = 24
Now do it again. We now know F(2), so we should be able to find f(3)
f(3) = 3*f(3 - 1) + 3
f(3) = 3*f(2) + 3 We know that f(2) = 24
f(3) = 3* 24 + 3
f(3) = 72 + 3
f(3) = 75
Answer:
12*56-56+11=12
Step-by-step explanation:
12 for 56
Answer:
What is the question tho?
Step-by-step explanation:
Answer: Rejecting the mean weight of each cake as 500 gram when H subscript 0 equals 500
Step-by-step explanation:
Given that :
Null hypothesis : H0 =500
Alternative hypothesis : Ha < 500
Type 1 Error: Type 1 error simply occurs when we reject the Null hypothesis when the Null is true. Alternatively, type 11 error occurs when we fail to reject a false null hypothesis.
Hence, in the scenario above, a type 1 error will occur when we reject the mean weight as 500 even though the Null hypothesis is True.
Answer:
See Below
Step-by-step explanation:
Total no of students = 24
No of boys = 10
So, no of girls = 24 - 10 = 14
Ratio of boys to girls = 10/14 = 5/7 = 5 : 7
So the ratio of boys to girls should be 5 : 7 and not 5 : 12