asked 205k views
5 votes
Help thank u so much thanks

Help thank u so much thanks-example-1
asked
User Mginn
by
8.3k points

2 Answers

6 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}

answered
User Arun Raaj
by
7.8k points
3 votes

7.5, 7.058, 8.508,

8.58

Explanation:

answered
User Sebastian Utz
by
7.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.