Answer:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Step-by-step explanation:
This is the fibonacci sequence with each term times x.
Notice, you are adding the previous two terms to get the third term per consecutive triples of the sequence.
That is:
1x+1x=2x
1x+2x=3x
2x+3x=5x
3x+5x=8x
So since we need the two terms before the third per each consecutive triple in the sequence, our recursive definition must include two terms of the sequence. People normally go with the first two.
f(1)=1x since first term of f is 1x
f(2)=1x since second term of f is 1x
Yes, I'm naming the sequence f.
So I said a third term in a consecutive triple of the sequence is equal to the sum of it's two prior terms. Example, f(3)=f(2)+f(1) and f(4)=f(3)+f(2) and so on...
Note, the term before the nth term is the (n-1)th term and the term before the (n-1)th term is the (n-2)th term. Just like before the 15th term you have the (15-1)th term and before that one you have the (15-2)th term. That example simplified means before the 15th term you have the 14th and then the 13th.
So in general f(n)=f(n-1)+f(n-2).
So the full recursive definition is:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Answer:
160,160
Step-by-step explanation:
let the first page be X
second one be x+1
x+x+1=321
2x=320
x= 320÷2=160
pages 160 161
Answer:
Step-by-step explanation:
Let the distance travelled by bus be x and the distance travelled be bike be (x+75)
Finally
x + (x+75) = 325
2x = 250
x= 125
Answer:
A political strategist wants to test the claim that the percentage of residents who favor construction is more than 30%, so then that represent our claim and needs to be on the alternative hypothesis.
Based on this the correct system of hypothesis are:
Null hypothesis: 
Alternative hypothesis 
Step-by-step explanation:
We have the following info given from the problem:
the random sample of voters selected from the town
represent the proportion of residents favored construction
represent the value desired to test.
A political strategist wants to test the claim that the percentage of residents who favor construction is more than 30%, so then that represent our claim and needs to be on the alternative hypothesis.
Based on this the correct system of hypothesis are:
Null hypothesis: 
Alternative hypothesis 
And in order to test this hypothesis we can use a one sample z test for a population proportion and the statistic would be given by:
(1)
And with the data given we have:
C+s=48
2c+4s=134 ⇒ c+2s=67
subtracting the equations, we get, s=67-48=19,
so, c=48-19=29