Skip to main content
Sort
Tick mark Image
Evaluate
Tick mark Image

Similar Problems from Web Search

Share

sort(10^{14},\left(-2\right)^{3}\left(-2\right)^{2})
To multiply powers of the same base, add their exponents. Add 5 and 9 to get 14.
sort(10^{14},\left(-2\right)^{5})
To multiply powers of the same base, add their exponents. Add 3 and 2 to get 5.
sort(100000000000000,\left(-2\right)^{5})
Calculate 10 to the power of 14 and get 100000000000000.
sort(100000000000000,-32)
Calculate -2 to the power of 5 and get -32.
100000000000000
To sort the list, start from a single element 100000000000000.
-32,100000000000000
Insert -32 to the appropriate location in the new list.