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:
Increasing on it's domain because the slope is positive.
The domain and range are both all real numbers, also known as
.
Step-by-step explanation:
All domain really means is what numbers can you plug in and you get number back from your function.
I should be able to plug in any number into 3x+2 and result in a number. There are no restrictions for x on 3x+2.
The domain is all real numbers.
In interval notation that is .
Now the range is the set of numbers that get hit by y=3x+2.
Well y=3x+2 is a linear function that is increasing. I know it is increasing because the slope is positive 3. I wrote out the positive part because that is the item you focus on in a linear equation to determine if is increasing or decreasing.
If slope is positive, then the line is increasing.
If slope is negative, then the line is decreasing.
So y=3x+2 hits all values of y because it is increasing forever. The range is all real numbers. In interval notation that is .
Answer: I think that the answer is C because 5% is 5 out of 100 and 5 out of 100 as a decimal is 0.05 and you are trying to find how much the population will have increased so you have to multiply 248 by 5% or you have to multiply 248 by 0.05
Step-by-step explanation:
Answer:
-2.35
Step-by-step explanation:
Answer:
538 books should be tested.
Step-by-step explanation:
We have that to find our level, that is the subtraction of 1 by the confidence interval divided by 2. So:
Now, we have to find z in the Ztable as such z has a pvalue of .
So it is z with a pvalue of , so
Now, find the margin of error M as such
In which is the standard deviation of the population and n is the size of the sample.
How many books should be tested to estimate the average force required to break the binding to within 0.08 lb with 99% confidence?
n books should be tested.
n is found when
We have that
Rounding up
538 books should be tested.