Add, Subtract, Multiply, and Divide Mixed Numbers
A b/c
, you use the formula: (A * c + b) / c
. For example, 2 ½ becomes (2 * 2 + 1) / 2 = 5/2. This calculator does this conversion automatically before performing the selected operation.W n/d
is mathematically shorthand for the sum W + n/d
. All operations derive from this basic definition.d₁*d₂
, and proceed: ([(W₁*d₁+n₁) * d₂] + [(W₂*d₂+n₂) * d₁]) / (d₁*d₂)
.((W₁*d₁+n₁)*(W₂*d₂+n₂))/(d₁*d₂)
.