1/2 because there is 7 girls and 7 boys in total
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
Answer:
C. 0.68
Step-by-step explanation:
Given;
number of products sold in a day by toll-free sales line = 85 products
number of calls in a day = 125
The daily success rate of the sales line is given by the ratio of the total products in a day to total number of calls in a day.
The daily success rate of the sales line = total products sold / number of calls
The daily success rate of the sales line = 85 / 125
The daily success rate of the sales line = 0.68
Therefore, the daily success rate of the sales line is 0.68
Answer:
y+3 = -6(x+9)
Step-by-step explanation:
m(x-x1)= (y-y1)
-6[x-(-9)] = [y-(-3)]
-6(x+9) = y+3
.....