Answer:
60-9pi if you need that rounded then 31.73
Step-by-step explanation:
10*6= 60
the two semi circles make one full circle. a circle formula is pi*r^2 = pi*3^2= 9pi
then subtract 9pi from 60
60-9pi = 31.73
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:
p = 3/4 or 0.75
Step-by-step explanation:
your equation: 60p = 45
divide both sides by 60: p = 45/60
simply the fraction by dividing the numerator and denominator by 15: p = 3/4
your answer: 3/4 or 0.75
Answer:
I'm not sure but I think it is b
Answer:
"In math, a cube is a number multiplied by itself three times. The cube of 2 is 8 (2 x 2 x 2). It is also a three-dimensional shape where each of the six sides is a square or something shaped like a cube, such as an ice cube or meat cut into cubes)."
Step-by-step explanation: