asked 182k views
1 vote
Can someone pls explain to me how to Order the following numbers in an ascending order?


3.61 * 10^( - 8)

1.22 * 10^(- 8)

7.49 * 10 ^( - 6)

5.5 * 10 ^( - 6)

2.87 * 10 ^( - 5)


1 Answer

4 votes

Answer:

swap 1,2; swap 3,4

Explanation:

Put the numbers in scientific notation, with one digit left of the decimal point.

The number with the largest exponent is largest.

If exponents are equal, the number with the largest mantissa is the largest.

__

Here, the exponents are already in order, so you need only order the mantissas for each exponent. Ascending order is ...


1.22*10^(-8)\\3.61*10^(-8)\\5.5*10^(-6)\\7.49*10^(-6)\\2.87*10^(-5)

answered
User Abracadabra
by
8.6k 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.