Answer:
Median: 387
small bowl.
Range is related to standard deviation. Smaller the range smaller is the standard deviation
Histogram is attached.
Explanation:
The table is attached.
Arranging the data of large bowl in ascending order :
258, 376, 387, 424, 445
Median: 387
Range of large bowl: 187
Range of small bowl: 126
small bowl has smaller range
The range and standard deviation are both related by range rule. The range rule says standard deviation is approximately equal to one-fourth of the range.
The frequency distribution chart in the form of histogram is attached
Answer:
Ocean tides are caused by the complex interplay of three astronomical bodies
Shaded relief maps show features on the surface, such as mountains, valleys, plateaus, and canyons.
works for edg
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(" ")
Answer:
Europeans were already familiar with the voyage to Africa. They originally tried to use Native Americans as slaves but discontinued because they were dying of over-work and diseases. Native Americans were replaced with Africans because they were immune and already exposed to European diseases.
Explanation: