Answer: D = 70
A = 30
Explanation: d is parallel to 70 degrees, 40 is parallel to e, and the whole set of angles is 180 so 180 - 2(70) + 2(40) = 30 so D = 70 and A = 30
Answer:
30
Step-by-step explanation:
we multiply each number. There are 3 pairs of pants 5 shirts and 2 pairs of shoes, so we multiply 3x5x2 to get 30
She should pick out this outfit...
Answer:
The answer is $88
Step-by-step explanation:
The Math.random () function returns a floating-point, pseudo-random number in the range 0–1 (inclusive of 0, but not 1) with approximately uniform distribution over that range — which you can then scale to your desired range.
Answer: the correct answer is 20
Step-by-step explanation:
The formula for determining the distance between two points on a straight line is expressed as
Distance = √(x2 - x1)² + (y2 - y1)²
Where
x2 represents final value of x on the horizontal axis
x1 represents initial value of x on the horizontal axis.
y2 represents final value of y on the vertical axis.
y1 represents initial value of y on the vertical axis.
From the graph given,
x2 = - 7
x1 = 5
y2 = - 7
y1 = 9
Therefore,
Distance = √(- 7 - 5)² + (- 7 - 9)²
Distance = √(- 12²) + (- 16)²
= √(144 + 256) = √400
Distance = 20