Answer:
Step-by-step explanation:
You already have f(x)= x2
so
3(2x)=6x
I hope this help
The answer x = 11 is correct for problem 4. Nice work.
Use this x value to find the answer in problem 5. From problem 4, we're told that Romeo runs at a speed of 5 m/s. If he runs for x = 11 seconds,then he runs a total distance of:
5*x =(5 m/s)*(x meters) = (5 m/s)*(11 seconds) = 5*11 = 55 meters
The answer to problem five is 55 meters
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
1/5 of a litre is 0.2 litres
1 litre minus 0.2 litres is 0.8 litres so
0.8 divided by 5 (glasses) is 0.16 litres in each glass