\left. \begin{array} { l } { + 9 + 10 + 11 } \\ { 1 + 2 + 3 + 4 } \\ { + 5 + 6 + 7 + 8 } \end{array} \right.
Sort
10,26,30
Evaluate
30,\ 10,\ 26
Share
Copied to clipboard
sort(19+11,1+2+3+4,5+6+7+8)
Add 9 and 10 to get 19.
sort(30,1+2+3+4,5+6+7+8)
Add 19 and 11 to get 30.
sort(30,3+3+4,5+6+7+8)
Add 1 and 2 to get 3.
sort(30,6+4,5+6+7+8)
Add 3 and 3 to get 6.
sort(30,10,5+6+7+8)
Add 6 and 4 to get 10.
sort(30,10,11+7+8)
Add 5 and 6 to get 11.
sort(30,10,18+8)
Add 11 and 7 to get 18.
sort(30,10,26)
Add 18 and 8 to get 26.
30
To sort the list, start from a single element 30.
10,30
Insert 10 to the appropriate location in the new list.
10,26,30
Insert 26 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}