\left. \begin{array} { l } { 3 ^ { 2 } 4 ^ { 2 } } \\ { 3 ^ { 3 } 4 ^ { 3 } } \\ { 3 ^ { 4 } 4 ^ { 4 } } \\ { 44 } \\ { 88 } \\ { 44 } \end{array} \right.
Sort
44,44,88,144,1728,20736
Evaluate
144,\ 1728,\ 20736,\ 44,\ 88,\ 44
Share
Copied to clipboard
sort(9\times 4^{2},3^{3}\times 4^{3},3^{4}\times 4^{4},44,88,44)
Calculate 3 to the power of 2 and get 9.
sort(9\times 16,3^{3}\times 4^{3},3^{4}\times 4^{4},44,88,44)
Calculate 4 to the power of 2 and get 16.
sort(144,3^{3}\times 4^{3},3^{4}\times 4^{4},44,88,44)
Multiply 9 and 16 to get 144.
sort(144,27\times 4^{3},3^{4}\times 4^{4},44,88,44)
Calculate 3 to the power of 3 and get 27.
sort(144,27\times 64,3^{4}\times 4^{4},44,88,44)
Calculate 4 to the power of 3 and get 64.
sort(144,1728,3^{4}\times 4^{4},44,88,44)
Multiply 27 and 64 to get 1728.
sort(144,1728,81\times 4^{4},44,88,44)
Calculate 3 to the power of 4 and get 81.
sort(144,1728,81\times 256,44,88,44)
Calculate 4 to the power of 4 and get 256.
sort(144,1728,20736,44,88,44)
Multiply 81 and 256 to get 20736.
144
To sort the list, start from a single element 144.
144,1728
Insert 1728 to the appropriate location in the new list.
144,1728,20736
Insert 20736 to the appropriate location in the new list.
44,144,1728,20736
Insert 44 to the appropriate location in the new list.
44,88,144,1728,20736
Insert 88 to the appropriate location in the new list.
44,44,88,144,1728,20736
Insert 44 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}