G = 4n is the correct equation to use. Eg 10 x 4 = 40, 18 x 4 = 72 and 21 x 4 = 84
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:
You can use the Side-Angle-Side Postulate.
Step-by-step explanation:
The Side-Angle-Side (or SAS) Postulate basically states that if two sides of two triangles and the included angle are congruent, the two triangles are congruent.
Brand A costs $2 per ounce, B is $1, C is $0.50(?) I think
The value of the real life expression is, simple interest = $12.5
<h3>How to simplify this real life expression and show unit analysis?</h3>
The real life expression is given as:
simple interest = ($100) (0.05/year) (2.5 years
Divide 1 year by 1 year
simple interest = ($100) (0.05) (2.5)
Rewrite the equation as a product of factors
simple interest = ($100) * (0.05)* (2.5)
Evaluate the product of 0.05 and 2.5
simple interest = ($100) * 0.125
Evaluate the product of $100 and 0.125
simple interest = $12.5
Hence, the value of the real life expression is, simple interest = $12.5
Read more about expressions at:
brainly.com/question/723406
#SPJ1