Answer:
17
Step-by-step explanation:
 
        
                    
             
        
        
        
Answer: 6.72 grams per milliliter
        
             
        
        
        
Rectangular prism Area=2(wl+hl+hw) in this case, the length (l) is 9m, the width (w) is 8m, the height (h) is 9m. Just plug everything into the formula: 2(8*9+9*9+9*8)=450m^3. Hopefully It helped. Have a good day.
        
                    
             
        
        
        
Ant's mass: 4 x 10 - 3
Elephant's mass: 8 x 106
First, we should evaluate these expressions by using PEMDAS. PEMDAS stands for Parentheses, Exponents, Multiplication, Division, Addition, and Subtraction. From P to S is the order that we must follow these steps. 
So first for the ant's mass, we have to multiply first since the M comes before the S, resulting in 40 - 3 grams. 
Next we have to subtract, leading us to getting 37. 
For the elephant since there is only one operation, all we have to do is multiply, which equals 848. 
In order to see how many times larger the elephant is than the ant, we have to divide the elephant's mass by the ant's. 
848/37 = 22.9 
Since you only want an approximate answer, you can put down 23 or even go a bit more vague and put down 20.
        
             
        
        
        
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