Answer:
c) thermal pollution
Explanation:
aka heat pollution, occurs when heat released into water or air produces undesirable effects.
Answer:
Answered in Python
for i in range(21):
for j in range(i):
print(i, end=' ')
print(" ")
Explanation:
This iteration iterates from 1 to 20
for i in range(21):
This iteration iterates from 1 to current number
for j in range(i):
This prints the current number in the a number of times equal to itself
print(i, end=' ')
This enables printing on new line
print(" ")
The area of polygon MNOPQR is equal to the area of a rectangle that is 15 square units + area of a rectangle that is 2 square units.
<h3>How to calculate the area of this polygon?</h3>
First of all, we would determine the area of rectangle MNSR with a side length of 3 units as follows:
Area = L × W
Area = 3 × 5
Area = 15 square units.
Next, we would determine the area of rectangle MNSR with its dimensions as follows:
- Length = 7 - 5 = 2 units.
Thus, its area is given by:
Area = L × W
Area = 2 × 1
Area = 2 square units.
Therefore, the area of polygon MNOPQR is equal to the area of a rectangle that is 15 square units + area of a rectangle that is 2 square units.
Read more on rectangle here: brainly.com/question/25292087
#SPJ1
C
5x < 30
Divide each side by 5 to find x
x < 6
The number line needs to show the x represents any number less than 6 (3, 5.5, -1, etc)
C is correct because there is an open circle around 6, and then an arrow pointing towards numbers smaller than 6.
If x is less then or equal to six, you draw a filled in circle around six to show that x can be 6.
Because x is less than 6 and not equal to 6, you draw an open circle to represent x can get very close to 6 (ex. 5.9, 5.999) but cannot equal 6.
The line has to be pointing leftwards because the numbers are less then six in that direction. X can be any number smaller than 6, which is how by the leftward arrow