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

Share

sort(\sqrt{0.12\times 30000},0)
Multiply 2 and 0.06 to get 0.12.
sort(\sqrt{3600},0)
Multiply 0.12 and 30000 to get 3600.
sort(60,0)
Calculate the square root of 3600 and get 60.
60
To sort the list, start from a single element 60.
0,60
Insert 0 to the appropriate location in the new list.