Answer:
32.
Step-by-step explanation:
I accidentally put my age too high. Im only in middle school but 32 could be one answer. If two sides are the same then it could be an isoceles triangle or whatever.
Answer:
Step-by-step explanation:
Volume of cylinder formula:
<h3>Given</h3>
Find r by substituting given values:
- 64π = πr²*4
- 64π = 4r²π
- 16 = r²
- r = √16
- r = 4 m
Correct choice is A.
Answer:
33250
Step-by-step explanation:
Pedro had earned a gross income of 35200 last year.
So, the gross income of Pedro for the current year will also be 35200.
But, this year he has taken the standard deduction of 5450.
Hence, his current year's income will be reduced to (35200-5450)= 29750.
Again, in the current year, he got an exemption of 3500.
Therefore, the net taxable income of Pedro for the current year will become (29750+3500) =33250. (Answer)
Answer:
20
Step-by-step explanation:
By HL and CPCTC, GF = FI, so GI = 2FI = 2(10) = 20.
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