You find the circumference of a full circle so 2πr =43.98
then divide by 4=10.995
so the answer is 10.995cm
Answer:
11
Step-by-step explanation:
Those are alternate exterior angles. IF the lines A and B are parallel, then those angles are equal. Set them equal to each other and solve for x:
5x + 9 = 6x - 2
Combine like terms:
11 = x
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:
-1 - ( -2 ) = 1
Step-by-step explanation:
The plot that organizes the data into 4 groups of equal sizes is box and whisker plot.
The image below shows a box and whisker plot. Following are the elements of box and whisker plot:
Minimum = This is the smallest value of the data set
Q1 = First (Lower) Quartile of the data set. 25% of the data values lie below this point
Q2 = Second Quartile or Median. This is the central value so 50% of the data values lie below this point
Q3 = Third (Upper) Quartile of the data set. 75% of the data values lie below this point.
Maximum = This is the maximum value of the data set.
Based on box and whisker plot we can compare two or more sets of data by comparing the spread of the data. We can also directly observe from the box and whisker plot if the data is uniform, normal or skewed. Using box and whisker plot we can also visualize any outliers that may be in the data.