Answer:
C
Step-by-step explanation:
The radius is from center to point on a circle.
So your task is count distance between two points: S(10,6) and A(-3,3).
Distance between two points A(x1, y1) and B(x2, y2) count from this formula:
Cone Volume = (PI * radius^2 * height) / 3
3 = (PI * radius^2* x) / 3
radius^2 = 9 / (PI * x)
radius = square root (9 / (PI * x))
First, set the coordinate points on a graph, and joint them to form a graph
By looking at the graph we can see that:
width : 3
length: 6
Area of a rectangle : Length x width : 6 x 3 = 18
Answer:
Step-by-step explanation:
3n + 5p + 2 + n
Add up all the 'n's : 4n + 5p + 2
That's all you can do with it