82,300 because you need to round it to the 100 place
Answer:
Step-by-step explanation:
The formula for the length of an arc is s = rФ.
Thus, the arc length of a semicircle is S = rФ/2.
Here the radius is 5 (half the diameter), and so in this case the arc length is
S = (5 units)π/2, or S = (5/2)(3.14) units, or approximately S = 7.85 units
Answer:
C and E
Step-by-step explanation:
To answer this question, we plug in the X values of the coordinates into the equation to see if they'll give us the corresponding Y value.
(X, Y)
Example:
Y = 5X
6 != 5 * 3
We do this for every coordinate point. If the problem doesn't make sense, it doesn't fall on the line. Let's test every one of these.
B. (0, 1)
1 != 5 * 0
C. (3, 15)
15 = 5 * 3
D. (4, 2)
2 != 5 * 4
E. (-1, -5)
-5 = 5 * -1
F. (-1, 5)
5 != 5 * -1
* For those who don't know, the != is how to say "not equal to" in computer science.