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
Hiii :))
Answer is in the attachment.
Identity used :-
1) cosec² α = 1 + cot² α
Trigonometric Ratio :-
1) cot 30° = √3
_____
Reddam is an expensive school, right?
RainbowSalt2222 ☔
Step-by-step explanation:
as in the other problem, the table describes mutually exclusive attributes.
so, we can simply sum the numbers up to get the total number of students :
3+9+2+16 = 30 students.
so, when picking a random student, we have 30 possibilities.
now, how many of those 30 have the desired attributes (to have a brother AND a sister) ?
I see 3 in the table.
so, the probability to pick a student that has a brother and a sister is
3/30 = 1/10 = 0.1
Answer:
1000 / 10 = 100 strikes per second. Now, multiply by 12 to find the number of strikes that occurred. 100 * 12 = 1200 strikes in 12 seconds. Part B: Divide the number of seconds to the number of lightning strikes to find the average rate. 10 / 1000 = 0.1 seconds per strike. Now, multiply by 7250 to find the number of seconds that passed.
Step-by-step explanation:
Answer:
d. 20
Step-by-step explanation:
To answer the question given, we will follow the steps below:
we need to first find p(3)
p(x) = x+ 7/ x-1
we will replace all x by 3 in the equation above
p(3) = 3+7 / 3-1
p(3) = 10/2
p(3) = 5
Similarly to find q(2)
q (x) = x^2 + x - 2,
we will replace x by 2 in the equation above
q (2) = 2^2 + 2 - 2
q (2) = 4 + 0
q (2) = 4
The product of p(3) and q(2) = 5 × 4 = 20