Planting Depth(in)|Height (in)

3 |5
6 |9
6 |18
6 |8
7 |21
6 |12
4 |12
-----------------------------------------
a.Write the depths as integers
b.list those integers from least to greatest
c.write the heights as integers
d.list those integers from least to greatest
e.identify any opposites on this list

all data are already integers

3,4,6,6,6,6,7
5,8,9,12,12,18,21
No idea what "opposite" means, unless you mean negative.

a. The depths as integers are 3, 6, 6, 6, 7, 6, 4.

b. To list those integers from least to greatest, we can sort them in ascending order: 3, 4, 6, 6, 6, 6, 7.

c. The heights as integers are 5, 9, 18, 8, 21, 12, 12.

d. To list those integers from least to greatest, we can sort them in ascending order: 5, 8, 9, 12, 12, 18, 21.

e. To identify any opposites on this list, we need to look for pairs of numbers where one number is equal to the negative value of the other. However, in this case, there are no opposites on the list as there are no pairs of numbers that satisfy this condition.