2 + \frac { 24 } { 1 } , 15 . \frac { 0,55 \cdot 10 ^ { - 4 } - 7 \cdot 10 ^ { - 6 } } { 24 \cdot 10 ^ { - 6 } }
Sort
26,30
Evaluate
26,30
Share
Copied to clipboard
sort(2+24,15\times \frac{0.55\times 10^{-4}-7\times 10^{-6}}{24\times 10^{-6}})
Anything divided by one gives itself.
sort(26,15\times \frac{0.55\times 10^{-4}-7\times 10^{-6}}{24\times 10^{-6}})
Add 2 and 24 to get 26.
sort(26,15\times \frac{0.55\times \frac{1}{10000}-7\times 10^{-6}}{24\times 10^{-6}})
Calculate 10 to the power of -4 and get \frac{1}{10000}.
sort(26,15\times \frac{\frac{11}{200000}-7\times 10^{-6}}{24\times 10^{-6}})
Multiply 0.55 and \frac{1}{10000} to get \frac{11}{200000}.
sort(26,15\times \frac{\frac{11}{200000}-7\times \frac{1}{1000000}}{24\times 10^{-6}})
Calculate 10 to the power of -6 and get \frac{1}{1000000}.
sort(26,15\times \frac{\frac{11}{200000}-\frac{7}{1000000}}{24\times 10^{-6}})
Multiply 7 and \frac{1}{1000000} to get \frac{7}{1000000}.
sort(26,15\times \frac{\frac{3}{62500}}{24\times 10^{-6}})
Subtract \frac{7}{1000000} from \frac{11}{200000} to get \frac{3}{62500}.
sort(26,15\times \frac{\frac{3}{62500}}{24\times \frac{1}{1000000}})
Calculate 10 to the power of -6 and get \frac{1}{1000000}.
sort(26,15\times \frac{\frac{3}{62500}}{\frac{3}{125000}})
Multiply 24 and \frac{1}{1000000} to get \frac{3}{125000}.
sort(26,15\times \frac{3}{62500}\times \frac{125000}{3})
Divide \frac{3}{62500} by \frac{3}{125000} by multiplying \frac{3}{62500} by the reciprocal of \frac{3}{125000}.
sort(26,15\times 2)
Multiply \frac{3}{62500} and \frac{125000}{3} to get 2.
sort(26,30)
Multiply 15 and 2 to get 30.
26,30
The list values are already in order.
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}