Restart
9 of 9
Arrange the given set of integers in ascending order. { -1, 3, -5, -7 }
- A { -1, 3, -5, -7 }
- B { -7, -5, -1, 3 }
- C { -1, -5, -7, 3 }
- D { -5, -7, -1, 3 }
That's Correct!
It's Wrong!
The given set of integers is {-1, 3, -5, -7}. To arrange them in ascending order means to sort them from smallest to largest. The correct answer is {-7, -5, -1, 3} because it follows the ascending order. -7 is the smallest integer, followed by -5, then -1, and finally 3, which is the largest integer in the set.