Skip to main content
Speclore

Fractions

Reference data and engineering information about fractions for miscellaneous applications.

fractions

Overview

Engineering reference data for Fractions in miscellaneous.

Key Formulas

Unit Conversion

y=xky = x \cdot k

Multiply by conversion factor.

Linear Interpolation

y=y1+(xx1)(y2y1)x2x1y = y_1 + \frac{(x - x_1)(y_2 - y_1)}{x_2 - x_1}

Estimate between two known points.

Percentage

p=partwhole×100%p = \frac{\text{part}}{\text{whole}} \times 100\%

Part as fraction of whole.

Variables

SymbolDescriptionUnit
xxInput value
yyOutput value
kkConversion factor

Fraction Types

  • Proper fraction: A fraction where the numerator is smaller than the denominator, e.g., 34\frac{3}{4}.
  • Improper fraction: A fraction where the numerator is larger than the denominator, e.g., 53\frac{5}{3}.
  • Reducible fraction: A fraction that can be simplified to lower terms by dividing the numerator and denominator by a common factor.
  • Least common denominator (LCD): The smallest common multiple of the denominators of two or more fractions.
  • Mixed number: A combination of a whole number and a proper fraction, e.g., 2132 \frac{1}{3}.

Fraction Operations Examples

Adding Fractions

To add fractions, find a common denominator and add the numerators.

Example: Add 14+316+78\frac{1}{4} + \frac{3}{16} + \frac{7}{8}.

  1. Find the least common denominator (LCD) of 4, 16, and 8, which is 16.
  2. Convert each fraction to have denominator 16:
    • 14=416\frac{1}{4} = \frac{4}{16}
    • 316=316\frac{3}{16} = \frac{3}{16}
    • 78=1416\frac{7}{8} = \frac{14}{16}
  3. Add the numerators: 416+316+1416=2116\frac{4}{16} + \frac{3}{16} + \frac{14}{16} = \frac{21}{16}.

Multiplying Fractions

To multiply fractions, multiply the numerators and multiply the denominators.

Example: Multiply 34×916\frac{3}{4} \times \frac{9}{16}.

34×916=3×94×16=2764\frac{3}{4} \times \frac{9}{16} = \frac{3 \times 9}{4 \times 16} = \frac{27}{64}

Dividing Fractions

To divide fractions, multiply by the reciprocal of the divisor.

Example: Divide 34÷916\frac{3}{4} \div \frac{9}{16}.

  1. Multiply by the reciprocal: 34×169\frac{3}{4} \times \frac{16}{9}
  2. Simplify: 3×164×9=4836=43\frac{3 \times 16}{4 \times 9} = \frac{48}{36} = \frac{4}{3} after dividing numerator and denominator by 12.

References