Fatskills
Practice. Master. Repeat.
Study Guide: Trades Math Basics: Multiplying and Dividing Fractions (Doubling, Halving, Fraction of an Amount)
Source: https://www.fatskills.com/php-programming/chapter/consumer-math-multiplying-and-dividing-fractions-doubling-halving-fraction-of-an-amount

Trades Math Basics: Multiplying and Dividing Fractions (Doubling, Halving, Fraction of an Amount)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

Trades Math – Multiplying and Dividing Fractions (Doubling, Halving, Fraction of an Amount)

On-the-Job Study Guide for Apprentices & Journeymen


What This Is

Multiplying and dividing fractions is how you adjust material quantities, cut lists, and load calculations on the fly. Need to halve a ¾" plywood sheet for a cabinet back? Double a ?" copper pipe run for a hot-water loop? Or figure out what fraction of a 50-lb bag of mortar mix you’ll use for a small patch? Fractions let you scale materials without waste, stay under code limits, and keep your crew moving. If you can’t do this fast in your head or on paper, you’ll either over-order (costing the boss money) or under-cut (costing you time).


Key Terms & Formulas

  • Numerator / Denominator:
  • Numerator = top number (how many parts you have).
  • Denominator = bottom number (how many parts make a whole).
  • Example: In ?" drywall, the numerator is 5 (five eighths of an inch), and the denominator is 8 (eight parts in a whole inch).

  • Multiplying Fractions:

  • Multiply numerators-multiply denominators-simplify.
  • Formula: (a/b) × (c/d) = (a×c)/(b×d)
  • Example: ½ ×-= (1×2)/(2×3) = 2/6 = ?.

  • Dividing Fractions (Keep-Change-Flip):

  • Keep the first fraction-change ÷ to ×-flip the second fraction.
  • Formula: (a/b) ÷ (c/d) = (a/b) × (d/c)
  • Example: ¾ ÷ ½ = ¾ × 2/1 = 6/4 = 1½.

  • Doubling a Fraction:

  • Multiply by 2/1 (same as adding the fraction to itself).
  • Example: Double ?" =-× 2/1 = 6/8 = ¾".

  • Halving a Fraction:

  • Multiply by ½ (or divide by 2/1).
  • Example: Half of ?" =-× ½ = 5/16".

  • Fraction of an Amount:

  • Multiply the fraction by the total quantity.
  • Example: You need-of a 50-lb bag of thinset. 50 ×-= 33.3 lbs (round to 33 lbs).

  • Simplifying Fractions:

  • Divide numerator and denominator by their greatest common divisor (GCD).
  • Example: 8/12 simplifies to? (GCD is 4).

  • Mixed Numbers-Improper Fractions:

  • Multiply whole number by denominator-add numerator-keep denominator.
  • Example: 2-= (2×8 + 3)/8 = 19/8.

  • Improper Fractions-Mixed Numbers:

  • Divide numerator by denominator-whole number is the integer, remainder is the new numerator.
  • Example: 11/4 = 2 ¾ (11 ÷ 4 = 2 with remainder 3).

  • Cross-Cancelling:

  • Before multiplying, divide numerator of one fraction and denominator of the other by the same number.
  • Example: 4/9 × 3/8-cancel 4 and 8 (÷4)-1/9 × 3/2 = 3/18 = ?.

Step-by-Step / Process Flow

1. Multiplying Fractions (Scaling Materials)

Scenario: You’re framing a wall and need to double the number of 2×4 studs for a 16-ft section (normally 16" on-center). The original plan calls for 13 studs (16 ft ÷ 1.33 ft per stud = 12 + 1 end stud). How many studs do you need for 8" on-center?

  • Step 1: Convert spacing to a fraction of the original.
  • Original spacing: 16" = 16/12 ft = 4/3 ft.
  • New spacing: 8" = 8/12 ft = 2/3 ft.
  • Step 2: Divide original spacing by new spacing to find the multiplier.
  • (4/3) ÷ (2/3) = (4/3) × (3/2) = 12/6 = 2.
  • Step 3: Multiply original stud count by the multiplier.
  • 13 studs × 2 = 26 studs.

2. Dividing Fractions (Cutting Materials)

Scenario: You have a 10-ft length of ¾" EMT conduit and need to cut it into 1?" nipples for a control panel. How many nipples can you get?

  • Step 1: Convert mixed number to improper fraction.
  • 1?" = (1×8 + 5)/8 = 13/8".
  • Step 2: Convert total length to inches.
  • 10 ft × 12 in/ft = 120".
  • Step 3: Divide total length by nipple length.
  • 120 ÷ (13/8) = 120 × (8/13) = 960/13-73.8.
  • Step 4: Round down to whole nipples.
  • 73 nipples (with 11/13" leftover).

3. Fraction of an Amount (Material Estimating)

Scenario: A 50-lb bag of mortar mix covers 45 sq ft at ½" thickness. You’re patching a 10 sq ft area at ?" thickness. How much mix do you need?

  • Step 1: Find the fraction of the original thickness.
  • ?" ÷ ½" =-× 2/1 = 6/8 = ¾.
  • Step 2: Multiply coverage by the fraction.
  • 45 sq ft × ¾ = 33.75 sq ft.
  • Step 3: Divide your area by the adjusted coverage.
  • 10 sq ft ÷ 33.75 sq ft = 0.296-0.3 bags (round up to ½ bag for waste).

Common Mistakes

  • Mistake: Forgetting to flip the second fraction when dividing.
  • Correction: Always use "Keep-Change-Flip." Example: ½ ÷ ¼ = ½ × 4/1 = 2 (not ½ × ¼ = ?).

  • Mistake: Adding denominators when multiplying fractions.

  • Correction: Multiply denominators (and numerators). Example: ½ ×-= 1/6 (not 2/3).

  • Mistake: Not simplifying before multiplying.

  • Correction: Cross-cancel first to save time. Example: 4/5 × 10/12-cancel 4 and 12 (÷4), 5 and 10 (÷5)-1/1 × 2/3 = ?.

  • Mistake: Misapplying fractions to mixed numbers.

  • Correction: Convert mixed numbers to improper fractions first. Example: 1½ ×-= 3/2 ×-= 1 (not 1 ×-= ?).

  • Mistake: Rounding too early in multi-step problems.

  • Correction: Keep fractions exact until the final step. Example: 10 ÷ 1?" = 10 ÷ 1.625 = 6.15-round to 6 (not 10 ÷ 1.6 = 6.25-6).

Trade-Specific Insights

  • Carpentry: When halving plywood sheets, account for saw kerf (?" blade). Example: Halving a 4×8 sheet of ¾" plywood? Cut at 47?" (not 48") to end up with two 23?" pieces.

  • Electrical: Breaker sizing often uses fractions of continuous loads. Example: A 20A circuit with a 16A continuous load is 16/20 = 80% (NEC 210.20 requires 125% of continuous loads-16 × 1.25 = 20A).

  • Plumbing: Pipe offsets use fractions for rolling 45s. Example: A 6" rise and 8" run = 6/8 = ¾ (use a ¾" offset multiplier for diagonal length).

  • HVAC: Duct sizing fractions appear in airflow calculations. Example: A 12" round duct reduced by-= 12 ×-= 8" (not 9").


Quick Check Questions

  1. You need to double a ?" drywall screw spacing (from 12" to 6"). If a 4×8 sheet has 7 screws along the 8-ft edge, how many screws will you need after doubling?
  2. Answer: 14 screws. (7 × 2 = 14; doubling the fraction 1/12 to 2/12 = 1/6, so spacing halves from 12" to 6".)

  3. A 50-lb bag of concrete mix covers 3.5 cu ft. How much mix do you need for a 1.25 cu ft footing?

  4. Answer: 17.9 lbs (50 × (1.25/3.5) = 17.85 lbs; round up to 18 lbs for waste).

  5. You’re cutting 10-ft lengths of ½" EMT into 1?" nipples. How many nipples can you get, and how much scrap is left?

  6. Answer: 85 nipples with ?" scrap. (120" ÷ 11/8" = 120 × 8/11 = 960/11-87.27-85 full nipples; 120 - (85 × 11/8) = 120 - 116.875 = 3.125" = ?".)

Last-Minute Cram Sheet

  1. Multiplying fractions: Numerator × numerator, denominator × denominator. Simplify.
  2. Dividing fractions: Keep-Change-Flip (first fraction stays, ÷-×, second fraction flips).
  3. Doubling a fraction: Multiply by 2/1 (e.g.,-× 2 = 6/8 = ¾).
  4. Halving a fraction: Multiply by ½ (e.g.,-× ½ = 5/16).
  5. Fraction of an amount: Multiply fraction by total (e.g.,-of 50 lbs = 33.3 lbs).
  6. Mixed numbers: Convert to improper fractions before multiplying/dividing.
  7. Cross-cancel: Simplify before multiplying to save time.
  8. Saw kerf: Subtract ?" when halving materials (e.g., 48"-47?").
  9. NEC 125% rule: For continuous loads, multiply by 1.25 (e.g., 16A × 1.25 = 20A breaker).
  10. Pipe offsets: Rise/run = fraction for diagonal (e.g., 6" rise / 8" run = ¾ offset).