\left. \begin{array} { l } { 3 \times 10 ^ { 3 } + 47 } \\ { 2 \times 10 ^ { 2 } + 4 \times 1 } \end{array} \right.
Sort
204,3047
Evaluate
3047,\ 204
Share
Copied to clipboard
sort(3\times 1000+47,2\times 10^{2}+4\times 1)
Calculate 10 to the power of 3 and get 1000.
sort(3000+47,2\times 10^{2}+4\times 1)
Multiply 3 and 1000 to get 3000.
sort(3047,2\times 10^{2}+4\times 1)
Add 3000 and 47 to get 3047.
sort(3047,2\times 100+4\times 1)
Calculate 10 to the power of 2 and get 100.
sort(3047,200+4\times 1)
Multiply 2 and 100 to get 200.
sort(3047,200+4)
Multiply 4 and 1 to get 4.
sort(3047,204)
Add 200 and 4 to get 204.
3047
To sort the list, start from a single element 3047.
204,3047
Insert 204 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}