\left. \begin{array} { l } { 200 + 115 } \\ { 210 + 260 } \\ { 260 + 115 } \\ { 250 + 225 } \\ { 180 + 210 } \\ { + 190 } \\ { + 125 } \end{array} \right.
Sort
125,190,315,375,390,470,475
Evaluate
315,\ 470,\ 375,\ 475,\ 390,\ 190,\ 125
Share
Copied to clipboard
sort(315,210+260,260+115,250+225,180+210,190,125)
Add 200 and 115 to get 315.
sort(315,470,260+115,250+225,180+210,190,125)
Add 210 and 260 to get 470.
sort(315,470,375,250+225,180+210,190,125)
Add 260 and 115 to get 375.
sort(315,470,375,475,180+210,190,125)
Add 250 and 225 to get 475.
sort(315,470,375,475,390,190,125)
Add 180 and 210 to get 390.
315
To sort the list, start from a single element 315.
315,470
Insert 470 to the appropriate location in the new list.
315,375,470
Insert 375 to the appropriate location in the new list.
315,375,470,475
Insert 475 to the appropriate location in the new list.
315,375,390,470,475
Insert 390 to the appropriate location in the new list.
190,315,375,390,470,475
Insert 190 to the appropriate location in the new list.
125,190,315,375,390,470,475
Insert 125 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}