There are 360 degrees so divide 360 by 20 and get 18 degrees
Answer:
A. (x,y) → (-x,y)
Step-by-step explanation:
A: (-5,-1)
A': (5,1)
B: (-3, -3)
B': (3, -3)
C: (-5, -5)
C': (5, -5)
D: (-7, -3)
D': (7,-3)
The x values change sign but the y values don't.
Answer:
He can build ...
... min(floor((available wood)/(wood per chair)), floor((available glue)/(glue per chair)))
... = min(floor(6/4), floor(12/6))
... = min(1, 2) = 1
The carpenter can build ...
... e. one chair
Step-by-step explanation:
Let’s remember the most basic thing in percentages, the equation.
Percent x Whole = Part.
We know the whole, and the part, but we are trying to find the percent, so we have to divide the two, first turn your whole and part into a decimal.
Percent x 0.4 = 0.18, so we divide 0.18 by 0.4
0.18/0.4 = 0.45
0.45 = 45%
Answer:
d = 10.8167
Step-by-step explanation:
The distance between two points can be easily found by using the following expression
d = √((x1-x2)^2 + (y1-y2)^2)
where
(x1,y1) = (6,-4)
(x2,y2) = (0,5)
d = √((6-0)^2 + (-4-5)^2)
d = √(36 + 81)
d = √(117)
d = 10.8167