Answer:

Step-by-step explanation:
The perimeter of a polygon is simply sum of the lengths of all sides of the polygon.
Therefore, we can find this polygon's perimeter by adding up the length of each of its sides:

Since there is a lot to keep track of, I'd recommend picking any side and moving clockwise/counter-clockwise until you get all sides.
Answer:
If the first quantity doubles, the second is divided by two. If the first quantity triples, the second is divided by 3.
Step-by-step explanation:
It’s the second sentence in the online content site they gave.
Given A = {a, e, i, o, u} and B = {a, l, g, e, b, r}, find A ∪ B.
harkovskaia [24]
Ahh..this is sets topics - A U B = all the elements found in A and B. But do note, do not repeat the elements if it is the same. And if the question were to ask : n(AUB) = total number of elements found in A and B.
Earth to the sun is 92.96 million miles away from each other. The sun to Venus is 67.24 million miles. I hope I helped!
Every even number is 2 away from the last.
0, 2, 4, 6, 8, 10, 12, 14...etc.
If we had an even number p, then the next three even numbers would be
p+2, p+4, and p+6.
<em>(If we had an odd number p, then the next three even numbers would be</em>
<em>p+1, p+3, and p+5. I'm not sure if p is even is implied in the question. Technically the answer would be p - p mod 2 + 2, where p is an interger...that gets into more technical function stuff, though.)</em>