\left. \begin{array} { l } { 5 ^ { 0 } + ( 0,25 ) ^ { - 2 } - ( 0,5 ) ^ { - 2 } - 2 ^ { 4 } } \\ { ( 2 ^ { - 1 } - 1 ) ^ { - 1 } + ( - 2 ) ^ { 3 } } \end{array} \right.
Sort
-10;-3
Evaluate
-3,\ -10
Share
Copied to clipboard
sort(1+0,25^{-2}-0,5^{-2}-2^{4};\left(2^{-1}-1\right)^{-1}+\left(-2\right)^{3})
Calculate 5 to the power of 0 and get 1.
sort(1+16-0,5^{-2}-2^{4};\left(2^{-1}-1\right)^{-1}+\left(-2\right)^{3})
Calculate 0,25 to the power of -2 and get 16.
sort(17-0,5^{-2}-2^{4};\left(2^{-1}-1\right)^{-1}+\left(-2\right)^{3})
Add 1 and 16 to get 17.
sort(17-4-2^{4};\left(2^{-1}-1\right)^{-1}+\left(-2\right)^{3})
Calculate 0,5 to the power of -2 and get 4.
sort(13-2^{4};\left(2^{-1}-1\right)^{-1}+\left(-2\right)^{3})
Subtract 4 from 17 to get 13.
sort(13-16;\left(2^{-1}-1\right)^{-1}+\left(-2\right)^{3})
Calculate 2 to the power of 4 and get 16.
sort(-3;\left(2^{-1}-1\right)^{-1}+\left(-2\right)^{3})
Subtract 16 from 13 to get -3.
sort(-3;\left(\frac{1}{2}-1\right)^{-1}+\left(-2\right)^{3})
Calculate 2 to the power of -1 and get \frac{1}{2}.
sort(-3;\left(-\frac{1}{2}\right)^{-1}+\left(-2\right)^{3})
Subtract 1 from \frac{1}{2} to get -\frac{1}{2}.
sort(-3;-2+\left(-2\right)^{3})
Calculate -\frac{1}{2} to the power of -1 and get -2.
sort(-3;-2-8)
Calculate -2 to the power of 3 and get -8.
sort(-3;-10)
Subtract 8 from -2 to get -10.
-3
To sort the list, start from a single element -3.
-10;-3
Insert -10 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}