\left. \begin{array} { l } { 100 \times 500 } \\ { 50 \times 22 } \\ { 10 \times 35 } \\ { 0000 \times 23 } \\ { 200 \times 20 } \end{array} \right.
Sort
0,350,1100,4000,50000
Evaluate
50000,\ 1100,\ 350,\ 0,\ 4000
Share
Copied to clipboard
sort(50000,50\times 22,10\times 35,0\times 23,200\times 20)
Multiply 100 and 500 to get 50000.
sort(50000,1100,10\times 35,0\times 23,200\times 20)
Multiply 50 and 22 to get 1100.
sort(50000,1100,350,0\times 23,200\times 20)
Multiply 10 and 35 to get 350.
sort(50000,1100,350,0,200\times 20)
Multiply 0 and 23 to get 0.
sort(50000,1100,350,0,4000)
Multiply 200 and 20 to get 4000.
50000
To sort the list, start from a single element 50000.
1100,50000
Insert 1100 to the appropriate location in the new list.
350,1100,50000
Insert 350 to the appropriate location in the new list.
0,350,1100,50000
Insert 0 to the appropriate location in the new list.
0,350,1100,4000,50000
Insert 4000 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}