Answer:
where is the diagram for the question?
Answer:
2.5 bottles or 3 bottles
Step-by-step explanation:
Given that :
Dimension of lot :
22.5 yds by 20.4 yds
Area of lot = 22.5 * 20.4 = 459 yd²
Volume per bottle of herbicide = 12 fl oz
1.1 fl oz combined with water treats an area of 155 ft²
Number of 1.1 fl oz from 12 fl oz that can be obtained : 12 / 1.1 = 10.90
1 yard² = 9 feet²
459 yard² = (459 * 9) = 4131 feet²
Number of 151 feet² that can be obtained from 4131 feet²
4131 feet² / 155 ft²
= 27.3576 times
= 27.3576 / 10.909
= 2.507
This means he'll have to buy a minimum of 3 bottles if a fraction of a bottle can't be purchased.
Answer: choice D 1/2
Step-by-step explanation:
Events A and B are independent if the equation P(A∩B) = P(A) · P(B) holds true.
so
1/6=1/3*p(A)
p(A)=1/2
Answer: 216/343 or 0.6297
Step-by-step explanation:

Answer:
D. d = sqrt( ( x2-x1)^2 + (y2-y1)^2)
C. d = sqrt( ( x1-x2)^2 + (y1-y2)^2)
B. d = sqrt( (|x2-x1|^2 + |y2-y1|^2)
Step-by-step explanation:
Given two points (x1, y1) and (x2,y2) we can find the distance using
d = sqrt( ( x2-x1)^2 + (y2-y1)^2)
The order of the terms inside the square doesn't matter
d = sqrt( ( x1-x2)^2 + (y1-y2)^2)
When we are squaring are term, we can take the absolute value before we square and it does not change the value
d = sqrt( (|x2-x1|^2 + |y2-y1|^2)