X = 8 and yeah that’s all
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:
3 cube root of 15
Step-by-step explanation:
theres your simple radical form
Answer:
Each friend will get 18 sea shells.
Step-by-step explanation:
Given:
Rudy has white sea shells = 10
Rudy has pink sea shells = 23
Rudy has brown sea shells = 21
Number of friends = 3
Rudy divides the sea shells into equally between three friends.
We need to find how many sea shells each friend can get.
Now first we find the total number sea shells.
Total number of sea shells = white sea shells + pink sea shells + brown sea shells = 10 + 23 + 21 = 54
Now to find number of sea shell each friend can get we will divide total number of sea shell with number of friends.
number of sea shell each friend can get = 
Hence each friend will get 18 sea shells.
Answer:
1. y+5=4x-40
2.y=4x-45
Step-by-step explanation:
To get the slope of a line you do y₂-y₁/x₂-x₁ so we plug in the values -9+5/9-10 and we get -4
Point-slope form states y-y₁=m(x-x₁) where m is the slope so plug in the values we get y+5=4(x-10) and you get y+5=4x-40 then turn this equation into y=mx+b and get y= 4x-45