163,061 views
15 votes
15 votes
Help thank u so much thanks

Help thank u so much thanks-example-1
User Flamemyst
by
3.3k points

2 Answers

21 votes
21 votes

Answer:

1. 8.58, 8.508, 7.5, 7.058

2. 439.612, 439.261, 439.216, 439.126

Explanation:

Prioritize the numbers that have a higher digit at a higher position. Just for fun:

In[1]:= ReverseSort[{8.508, 8.58, 7.5, 7.058}]

Out[1]= {8.58, 8.508, 7.5, 7.058}

In[2]:= ReverseSort[{439.216, 439.126, 439.612, 439.261}]

Out[2]= {439.612, 439.261, 439.216, 439.126}

User Rhett Sutphin
by
2.6k points
15 votes
15 votes

7.5, 7.058, 8.508,

8.58

Explanation:

User Cwash
by
3.0k points