Answer:
Third option.
Step-by-step explanation:
You need to remember that the formula used to calculate the arc lenght is:

Where "r" is the radius and "C" is the central angle in radians.
You need to solve for "C":
You know the radius and the arc lenght, therefore, you can substitute values to calculate the central angle in radians. Therefore, this is:

The answer is D as said above
Answer:
(c+3b)/8 = a
Step-by-step explanation:
c= 8a-3b
Add 3b to each side
c+3b= 8a-3b+3b
c+3b = 8a
Divide each side by 8
(c+3b)/8 = 8a/8
(c+3b)/8 = a
Answer:
a. 5,040 ways
b. 210 ways
Step-by-step explanation:
a) We want to pick 4 numbers out of 10 given that orders matter
If orders do matter, it will be a permutation problem
Mathematically;
n P r = n!/(n-r)!
In this case, n is 10 and r is 4
Thus, we have it that;
10 P 4 = 10!/(10-4)! = 5,040
b) if orders do not matter
It will be a combination problem
n C r = n!/(n-r)!r!
n = 10 and r = 4
10 C 4 = 10! /(10-4)!4!
= 210