DUse logical reasoning. Combine the totals for cars painted in the first two years (5,000 + 7,213). Subtract 8,201 (cars painted in the third year) from the sum to get the answer.
        
             
        
        
        
Answer:
538
Step-by-step explanation:
if you round the hundreth place up, the tenth place would be 1. However, rounding that would give you 0 as it's less than 5. Therefore, all decimal places would become 0, and that only leaves 538.
 
        
             
        
        
        
Answer:
The height of the cylinder is 4x units.
Step-by-step explanation:
volume of a cylinder = nr^2h
n = 22/7
r = radius = x/2
Let illustrate with an example. If the diameter of a cylinder is 6 and the volume is 6^3 = 216. The radius = 6/2 = 3 
n3^2 x h = 216
h = 216/9 = 24
so the height is 4 times the diameter
Area of the base = nr^2
1/2^2 x x = 1/4 pi x^2
 
        
             
        
        
        
If we have 2 coordinates say: (x1,y1) and (x2,y2)
Then the formula for the midpoint is:
((x1+x2)/2,(y1+y2)/2)
And the formula for the distance is:
Sqrt((x2-x1)^2+(y2-y1)^2)
So here we have (-1,-4) and (-7,4)
The midpoint is:
((-1+-7)/2,(-4+4)/2) = (-8/2,0/2) = (-4,0)
The distance is:
Sqrt((-7- -1)^2+(4- -4)^2)
= sqrt((-6^2)+(8^2))
=sqrt(36+64)
=sqrt(100)
=10