Tool/Calculator with fractions and simplification. Calculating with fractions involves specific computation steps for numerator and denominator, before simplifying.
Calculator with Fractions - dCode
Tag(s) : Symbolic Computation
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Tool/Calculator with fractions and simplification. Calculating with fractions involves specific computation steps for numerator and denominator, before simplifying.
dCode first perform calculations (addition, subtraction, multiplication or any other calculation of the initial mathematical expression) and makes them irreducible fractions by reducing them to the same denominator. Simplification is given in result, as a fraction in irreducible form.
Example: $$ \frac12 + \frac14 = \frac34 $$
dCode allows to check results of school exercises and will soon display the calculation step by step, meanwhile, use LCM and GCD tools.
dCode can calculate the LCM least common multiple of the denominators in order to realize additions and subtractions.
Example: If the denominators of the fractions to be added are 8 and 3 then LCM(8,3)=24 and the fraction should have as denominator 24: 15/8-2/3 = 29/24
A multiplication of the numerator implies a multiplication of the denominator to preserve the equality of the fraction.
Addition of a fractions requires reducing the fractions to the same denominator (attempting to simplify the fractions beforehand if possible), then adding the numerators (attempting to simplify the resulting fraction if possible).
Example: $$ \frac{1}{2} + \frac{1}{3} = \frac{1 \times 3}{2 \times 3} + \frac{1 \times 2}{3 \times 2} = \frac{3}{6} + \frac{2}{6} = \frac{3+2}{6} = \frac{5}{6} $$
Fractions subtraction is the same as addition, except you need to subtract the numerators instead of adding them.
Example: $$ \frac{1}{2} - \frac{1}{3} = \frac{1 \times 3}{2 \times 3} - \frac{1 \times 2}{3 \times 2} = \frac{3}{6} - \frac{2}{6} = \frac{3-2}{6} = \frac{1}{6} $$
The multiplication of fractions consists in multiplying the numerator between them then the denominators between them (try to simplify the fractions before and / or after if possible).
Example: $$ \frac{1}{2} \times \frac{2}{3} = \frac{1 \times 2}{2 \times 3} = \frac{2}{6} = \frac{1}{3} $$
The division of fractions can be written as the multiplication of the first fraction by the inverse of the second fraction (inversion of the numerator and the denominator). Then apply the multiplication technique.
dCode retains ownership of the online 'Calculator with Fractions' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script, copy-paste, or API access will be for free, same for Calculator with Fractions download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!