Answer: i think the answer is 320
Step-by-step explanation:
i say 320 because a square has 4 sides and there is 80 yards so all i did is multiply 80 x 4 = 320
Answer:
48
Step-by-step explanation:
the number of shirts are 3, number of pants 4, number of socks pairs 2 and 2 pairs of shoes.
first lets start with shirts and pants, number of unique combinations are,
(for each shirt there are 4 different pant combinations) = 
=12
similiarly for each shirt pant pair there are 2 shoes and 2 socks pairs.
thus, total number of combinations are=

= 48
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)
Answer:
true
Step-by-step explanation:
PEMDAS order
parenthesis->exponents->multiplication & division->addition & subtraction