Answer:
730
Step-by-step explanation:
A(X)= 2πRH+2πR^2
A(X)=2π(7.5)(8)+2π(7.5)^2=730.42 = 730
25, 65, and y make a right triangle. use a^2 + b^2 =c^2.
so...
y^2 + 25^2 = 65^2
y^2 + 625 = 4225
y^2 = 3600 take the square root of both sides
y=60
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
The answer is for 1st question is “10.4” and for the second question “non of these choices are correct”.
Explanation:
For the 1st question:
tan = opposite / adjacent
tan 30 = x / 18
18 tan 30 = x
x = 10.4
For the 2nd question,
If a triangle as an angle of 90 degree, it is 100% a right triangle.
Hope it helps :), mark me brainliest please!
Answer:
50 miles per hour
Step-by-step explanation:
50 miles matches up with 1 hour, 100 miles matches up with 2 hours, and so on.
Hope this helps! :)