\left. \begin{array} { l } { \text { 1. } 10,35 } \\ { \text { 2. } 18,45 } \\ { \text { 3. } 9,12,30 } \\ { \text { 4. 8, } 12,25 } \end{array} \right.
Sort
10,12,12,25,27,30,32,35,36,45
Evaluate
10,\ 35,\ 36,\ 45,\ 27,\ 12,\ 30,\ 32,\ 12,\ 25
Share
Copied to clipboard
sort(10,35,2\times 18,45,3\times 9,12,30,4\times 8,12,25)
Multiply 1 and 10 to get 10.
sort(10,35,36,45,3\times 9,12,30,4\times 8,12,25)
Multiply 2 and 18 to get 36.
sort(10,35,36,45,27,12,30,4\times 8,12,25)
Multiply 3 and 9 to get 27.
sort(10,35,36,45,27,12,30,32,12,25)
Multiply 4 and 8 to get 32.
10
To sort the list, start from a single element 10.
10,35
Insert 35 to the appropriate location in the new list.
10,35,36
Insert 36 to the appropriate location in the new list.
10,35,36,45
Insert 45 to the appropriate location in the new list.
10,27,35,36,45
Insert 27 to the appropriate location in the new list.
10,12,27,35,36,45
Insert 12 to the appropriate location in the new list.
10,12,27,30,35,36,45
Insert 30 to the appropriate location in the new list.
10,12,27,30,32,35,36,45
Insert 32 to the appropriate location in the new list.
10,12,12,27,30,32,35,36,45
Insert 12 to the appropriate location in the new list.
10,12,12,25,27,30,32,35,36,45
Insert 25 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}