\left. \begin{array} { l } { - 24,2 } \\ { + 2,8 + 97 + 15,2 + 18,4 + 1,9,7 + 1,9,1 + 15,3 + 9,4 + 3,6 + 0,1 } \end{array} \right.
Sort
-24,1,4,5,6,7,8,9,9,12,16,20,120
Evaluate
-24,4,120,20,5,9,8,9,16,12,7,6,1
Share
Copied to clipboard
sort(-24,4,8+97+15,2+18,4+1,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 2 and 2 to get 4.
sort(-24,4,105+15,2+18,4+1,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 8 and 97 to get 105.
sort(-24,4,120,2+18,4+1,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 105 and 15 to get 120.
sort(-24,4,120,20,4+1,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 2 and 18 to get 20.
sort(-24,4,120,20,5,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 4 and 1 to get 5.
sort(-24,4,120,20,5,9,8,9,1+15,3+9,4+3,6+0,1)
Add 7 and 1 to get 8.
sort(-24,4,120,20,5,9,8,9,16,3+9,4+3,6+0,1)
Add 1 and 15 to get 16.
sort(-24,4,120,20,5,9,8,9,16,12,4+3,6+0,1)
Add 3 and 9 to get 12.
sort(-24,4,120,20,5,9,8,9,16,12,7,6+0,1)
Add 4 and 3 to get 7.
sort(-24,4,120,20,5,9,8,9,16,12,7,6,1)
Add 6 and 0 to get 6.
-24
To sort the list, start from a single element -24.
-24,4
Insert 4 to the appropriate location in the new list.
-24,4,120
Insert 120 to the appropriate location in the new list.
-24,4,20,120
Insert 20 to the appropriate location in the new list.
-24,4,5,20,120
Insert 5 to the appropriate location in the new list.
-24,4,5,9,20,120
Insert 9 to the appropriate location in the new list.
-24,4,5,8,9,20,120
Insert 8 to the appropriate location in the new list.
-24,4,5,8,9,9,20,120
Insert 9 to the appropriate location in the new list.
-24,4,5,8,9,9,16,20,120
Insert 16 to the appropriate location in the new list.
-24,4,5,8,9,9,12,16,20,120
Insert 12 to the appropriate location in the new list.
-24,4,5,7,8,9,9,12,16,20,120
Insert 7 to the appropriate location in the new list.
-24,4,5,6,7,8,9,9,12,16,20,120
Insert 6 to the appropriate location in the new list.
-24,1,4,5,6,7,8,9,9,12,16,20,120
Insert 1 to the appropriate location in the new list.
Examples
Quadratic equation
{ x } ^ { 2 } - 4 x - 5 = 0
Trigonometry
4 \sin \theta \cos \theta = 2 \sin \theta
Linear equation
y = 3x + 4
Arithmetic
699 * 533
Matrix
\left[ \begin{array} { l l } { 2 } & { 3 } \\ { 5 } & { 4 } \end{array} \right] \left[ \begin{array} { l l l } { 2 } & { 0 } & { 3 } \\ { -1 } & { 1 } & { 5 } \end{array} \right]
Simultaneous equation
\left. \begin{cases} { 8x+2y = 46 } \\ { 7x+3y = 47 } \end{cases} \right.
Differentiation
\frac { d } { d x } \frac { ( 3 x ^ { 2 } - 2 ) } { ( x - 5 ) }
Integration
\int _ { 0 } ^ { 1 } x e ^ { - x ^ { 2 } } d x
Limits
\lim _{x \rightarrow-3} \frac{x^{2}-9}{x^{2}+2 x-3}