\frac { 2 } { 1 } , \frac { 3 } { 3 } , \frac { 4 } { 5 } , \frac { 5 } { 7 } , \frac { 6 } { 9 }
Sort
\frac{2}{3},\frac{5}{7},\frac{4}{5},1,2
Evaluate
2,1,\frac{4}{5},\frac{5}{7},\frac{2}{3}
Share
Copied to clipboard
sort(\frac{2}{1},1,\frac{4}{5},\frac{5}{7},\frac{6}{9})
Divide 3 by 3 to get 1.
sort(2,1,\frac{4}{5},\frac{5}{7},\frac{6}{9})
Anything divided by one gives itself.
sort(2,1,\frac{4}{5},\frac{5}{7},\frac{2}{3})
Reduce the fraction \frac{6}{9} to lowest terms by extracting and canceling out 3.
2,1,\frac{4}{5},\frac{5}{7},\frac{2}{3}
Convert decimal numbers in the list 2,1,\frac{4}{5},\frac{5}{7},\frac{2}{3} to fractions.
\frac{210}{105},\frac{105}{105},\frac{84}{105},\frac{75}{105},\frac{70}{105}
Least common denominator of the numbers in the list 2,1,\frac{4}{5},\frac{5}{7},\frac{2}{3} is 105. Convert numbers in the list to fractions with denominator 105.
\frac{210}{105}
To sort the list, start from a single element \frac{210}{105}.
\frac{105}{105},\frac{210}{105}
Insert \frac{105}{105} to the appropriate location in the new list.
\frac{84}{105},\frac{105}{105},\frac{210}{105}
Insert \frac{84}{105} to the appropriate location in the new list.
\frac{75}{105},\frac{84}{105},\frac{105}{105},\frac{210}{105}
Insert \frac{75}{105} to the appropriate location in the new list.
\frac{70}{105},\frac{75}{105},\frac{84}{105},\frac{105}{105},\frac{210}{105}
Insert \frac{70}{105} to the appropriate location in the new list.
\frac{2}{3},\frac{5}{7},\frac{4}{5},1,2
Replace the obtained fractions with the initial values.
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}