ACCUPLACER ARITHMETIC • FRACTION OPERATIONS

Multiplying & Dividing Fractions — Multiply and divide fractions and mixed numbers

Master the algorithms and reasoning behind fraction multiplication and division to conquer the ACCUPLACER Arithmetic section.

Historical Context & Motivation

The need to multiply and divide fractional quantities is as old as organized commerce and land surveying. Ancient civilizations faced the practical problem of partitioning resources—grain, land, and water—into portions that were not whole numbers, and then combining or comparing those portions. The algorithms for fraction arithmetic that we use today evolved over millennia, refined by Egyptian scribes, Babylonian accountants, Indian mathematicians, and Islamic scholars before arriving in Europe in their modern form. Understanding this lineage clarifies why the procedures work and reveals the deep reasoning behind what might otherwise seem like arbitrary rules.

c. 1650 BCE
Rhind Mathematical Papyrus
Egyptian scribes recorded methods for handling unit fractions (fractions with numerator 1). They expressed every fraction as a sum of distinct unit fractions, and their multiplication tables included procedures for scaling these sums—an early form of fraction multiplication.
c. 300 BCE
Babylonian Sexagesimal System
Babylonians used a base-60 positional system that effectively treated fractional parts as integers in a different place value. Division by a fraction was accomplished by multiplying by its reciprocal—a principle that remains central to fraction division today.
c. 628 CE
Brahmagupta's Rules
The Indian mathematician Brahmagupta formally stated rules for multiplying and dividing fractions in his work Brāhmasphutasiddhānta. His notation and procedures closely resemble the modern 'multiply across' and 'invert and multiply' algorithms.
c. 820 CE
Al-Khwarizmi's Algebra
Muhammad ibn Musa al-Khwarizmi transmitted Indian fraction methods into the Islamic mathematical tradition and, eventually, into medieval Europe. His systematic treatment of arithmetic operations on fractions standardized the notation and algorithmic approach.
1202 CE
Fibonacci's Liber Abaci
Leonardo of Pisa (Fibonacci) introduced Hindu-Arabic fraction notation to Europe. His textbook popularized the horizontal fraction bar and the straightforward rules for multiplication and division of fractions that students learn today.

The central question these mathematicians addressed remains the same question you face on the ACCUPLACER: How do you efficiently and correctly compute products and quotients of fractions and mixed numbers? The answer lies in two elegant algorithms—'multiply straight across' and 'invert the divisor, then multiply'—and in the conceptual understanding of why those algorithms produce correct results.

Core Principles & Definitions

Before diving into computation, it is essential to ground the discussion in precise definitions and foundational principles. Every operation on fractions—whether multiplication or division—ultimately rests on a small set of ideas that, once internalized, make the algorithmic steps feel inevitable rather than arbitrary. A fraction a/b represents a parts out of b equal parts, where b ≠ 0. A mixed number combines a whole-number part with a proper fraction (e.g., 3 ½). Converting between these forms is a prerequisite for multiplication and division.

1

Multiply Straight Across

To multiply two fractions, multiply the numerators together and the denominators together: (a/b) × (c/d) = (a × c) / (b × d). No common denominator is needed.
2

Reciprocal (Multiplicative Inverse)

The reciprocal of a/b is b/a. The product of any nonzero number and its reciprocal equals 1: (a/b) × (b/a) = 1. This identity is the foundation of fraction division.
3

Invert and Multiply

Dividing by a fraction is equivalent to multiplying by its reciprocal: (a/b) ÷ (c/d) = (a/b) × (d/c). This transforms every division problem into a multiplication problem.
4

Cross-Cancellation

Before multiplying, you may divide any numerator and any denominator by a common factor. This simplification step keeps numbers small and often eliminates the need to reduce after multiplying.
5

Convert Mixed Numbers First

Mixed numbers must be converted to improper fractions before multiplying or dividing. To convert: multiply the whole number by the denominator, add the numerator, and place the result over the original denominator.
KEY TAKEAWAY
Think of fraction multiplication like resizing a photocopy. If you copy a document at ¾ scale and then copy the result at ⅔ scale, the final document is (¾ × ⅔) = ½ the size of the original—you simply multiply the two scale factors. Division asks the reverse question: if the final copy is ½ the original and one scale factor was ¾, what was the other? You divide ½ ÷ ¾ = ⅔. The 'invert and multiply' rule is not a trick; it is the algebraic consequence of undoing one multiplication to find a missing factor.

Visual Explanation — Area Model for Fraction Multiplication

One of the most powerful ways to understand why 'multiply straight across' works is through the area model. Consider a unit square (1 × 1) representing one whole. When we compute ¾ × ⅔, we are asking: what is ¾ of ⅔? The area model partitions the unit square into rows and columns corresponding to the denominators, then shades the region determined by the numerators. The doubly-shaded area, measured against the total number of cells, gives the product.

The unit square is divided into 4 rows (denominator of ¾) and 3 columns (denominator of ⅔). Shading ¾ of the rows and ⅔ of the columns produces a doubly-shaded region of 6 out of 12 cells, confirming that ¾ × ⅔ = 6/12 = ½.

Notice how the area model makes the algorithm visually transparent. The product of the numerators (3 × 2 = 6) counts the shaded cells; the product of the denominators (4 × 3 = 12) counts the total cells. This is precisely why 'multiply straight across' works: the numerator product describes the part, and the denominator product describes the whole. The same geometric logic extends to any pair of fractions, including improper fractions and those arising from mixed-number conversions.

Mathematical Framework

This section formalizes the two core algorithms—multiplication and division—along with the supporting procedures for mixed-number conversion and cross-cancellation. Each formula is accompanied by the reasoning that justifies it, so you can reconstruct the rule if memory fails during the exam.

FRACTION MULTIPLICATION
a/b × c/d = (a × c) / (b × d)
where a and c are numerators, b and d are denominators (both nonzero). No common denominator is needed. Simplify the result to lowest terms.
FRACTION DIVISION
a/b ÷ c/d = a/b × d/c = (a × d) / (b × c)
Dividing by c/d is equivalent to multiplying by the reciprocal d/c. The reciprocal of c/d exists as long as c ≠ 0.
MIXED NUMBER → IMPROPER FRACTION
W n/d = (W × d + n) / d
where W is the whole-number part, n is the numerator, and d is the denominator. Example: 3 ⅖ = (3 × 5 + 2) / 5 = 17/5.
CROSS-CANCELLATION
a/b × c/d → cancel GCF(a, d) and GCF(c, b) before multiplying
Any numerator may be simplified against any denominator because the associative and commutative properties of multiplication guarantee that the order of cancellation does not affect the product. This is algebraically equivalent to reducing the final answer, but it keeps intermediate values smaller.

To see why the 'invert and multiply' rule is valid, consider the division a/b ÷ c/d expressed as a complex fraction: (a/b) / (c/d). Multiplying both the numerator and denominator of this complex fraction by d/c (the reciprocal of c/d) clears the denominator: the denominator becomes (c/d) × (d/c) = 1, and the numerator becomes (a/b) × (d/c). Therefore (a/b) ÷ (c/d) = (a/b) × (d/c). The rule is simply a consequence of the multiplicative-identity property and the definition of reciprocals.

Step-by-Step Procedure Map

The flowchart below captures the complete decision process for any ACCUPLACER problem that asks you to multiply or divide fractions and mixed numbers. It consolidates every rule from the previous sections into a single visual reference. Study the branches: one path handles multiplication, the other handles division, but both converge on the same 'multiply straight across' step after appropriate preparation.

This flowchart shows the complete procedure: convert mixed numbers first, then branch based on the operation. Division problems require an extra step—inverting the divisor—before both paths converge on cross-cancellation and multiplication. Always simplify the final result and convert back to a mixed number if the problem requires it.

On the ACCUPLACER, many students lose points not because they misunderstand the algorithm but because they skip one of the preparatory steps—especially the mixed-number conversion or the sign check when negative fractions appear. Internalizing this flowchart ensures that you follow a consistent procedure every time, reducing careless errors under timed conditions.

Worked Examples

Example 1: Multiplying Mixed Numbers

Compute 2 ⅗ × 1 ¾ and express the result as a mixed number in simplest form.

2 ⅗ × 1 ¾
1
Step 1 — Convert Mixed Numbers to Improper FractionsFor 2 ⅗: multiply the whole number 2 by the denominator 5, then add the numerator 3: (2 × 5 + 3) / 5 = 13/5. For 1 ¾: (1 × 4 + 3) / 4 = 7/4.
13/5 × 7/4
2
Step 2 — Cross-Cancel Common FactorsCheck for common factors between any numerator and any denominator. GCF(13, 4) = 1 and GCF(7, 5) = 1, so no cross-cancellation is possible. Proceed directly to multiplication.
No simplification available
3
Step 3 — Multiply Straight AcrossMultiply the numerators: 13 × 7 = 91. Multiply the denominators: 5 × 4 = 20. The product is 91/20.
91/20
4
Step 4 — Convert to Mixed Number and SimplifyDivide 91 by 20: 91 ÷ 20 = 4 remainder 11. So 91/20 = 4 11/20. Check if 11/20 is in lowest terms: GCF(11, 20) = 1, so the fraction is already simplified.
4 11/20

Example 2: Dividing Fractions with Cross-Cancellation

Compute 9/14 ÷ 3/7 and express the result in simplest form.

9/14 ÷ 3/7
1
Step 1 — Rewrite as Multiplication by the ReciprocalInvert the divisor 3/7 to get 7/3. The problem becomes 9/14 × 7/3.
9/14 × 7/3
2
Step 2 — Cross-Cancel Common FactorsLook across numerators and denominators. The numerator 9 and the denominator 3 share a GCF of 3: 9 ÷ 3 = 3, 3 ÷ 3 = 1. The numerator 7 and the denominator 14 share a GCF of 7: 7 ÷ 7 = 1, 14 ÷ 7 = 2. After cancellation: 3/2 × 1/1.
3/2 × 1/1
3
Step 3 — Multiply Straight AcrossNumerators: 3 × 1 = 3. Denominators: 2 × 1 = 2. Result: 3/2.
3/2
4
Step 4 — Simplify or Convert3/2 is an improper fraction. As a mixed number: 3 ÷ 2 = 1 remainder 1, so 3/2 = 1 ½. If the answer choices list improper fractions, 3/2 is acceptable.
3/2 or 1 ½

Common Pitfalls & Strategic Tips

Fraction multiplication and division are straightforward in theory, but under timed exam conditions, several recurring mistakes account for the majority of lost points. The table below catalogues these pitfalls alongside the corrective strategy for each.

Common pitfalls on fraction multiplication and division problems
Common PitfallWhy It HappensCorrective Strategy
Finding a common denominator for multiplicationConfusion with the addition/subtraction algorithm, which does require a common denominator.Remember: multiplication and division never require a common denominator. Simply multiply straight across.
Inverting the wrong fractionRushing through the 'invert and multiply' step and flipping the dividend instead of the divisor.Always identify the divisor (the fraction after the ÷ sign) and invert only that fraction. Rewrite the problem before proceeding.
Forgetting to convert mixed numbersAttempting to multiply the whole parts separately and the fraction parts separately, which yields an incorrect result.Convert every mixed number to an improper fraction as the very first step. Follow the flowchart.
Skipping simplificationFailing to reduce the final answer, which may not match any ACCUPLACER answer choice.Use cross-cancellation before multiplying and always check the final result for common factors.
Sign errors with negativesLosing track of negative signs when one or both fractions are negative.Determine the sign first: same signs → positive product, different signs → negative product. Then compute with absolute values.
EXAM STRATEGY
The ACCUPLACER Arithmetic section is adaptive, meaning that each correct answer raises the difficulty of the next question. Fraction multiplication and division problems are considered foundational, so missing them early signals the algorithm to serve easier (and lower-scoring) items. Treat these problems as gatekeeper questions: executing them quickly and accurately unlocks higher-scoring items in operations with decimals, percents, and proportions. Invest the effort to internalize the procedure now, and the payoff cascades through the rest of the test.

Connections to Advanced Topics

Multiplying and dividing fractions is not an isolated arithmetic skill—it is the operational backbone for a wide range of more advanced mathematical topics. On the ACCUPLACER itself, fraction operations feed directly into problems involving proportions, ratios, rates, and percent calculations. Beyond the exam, the same principles reappear whenever you work with algebraic fractions (rational expressions), dimensional analysis in science, or probability calculations.

How fraction skills extend to higher mathematics and applied contexts
Fraction Arithmetic SkillAdvanced ApplicationWhere You'll See It
Multiplying fractionsMultiplying rational expressions (polynomials over polynomials)College Algebra, ACCUPLACER Advanced
Dividing fractionsSimplifying complex fractions in calculus and physicsPrecalculus, Physics
Cross-cancellationCancelling common polynomial factors in rational expressionsCollege Algebra
Mixed-number conversionConverting between improper fractions and mixed numbers in measurement contextsTrades math, nursing dosage calculations
ReciprocalsInverse functions, matrix inverses, unit conversionsLinear Algebra, Chemistry

Understanding the 'why' behind fraction operations—rather than memorizing steps—gives you a transferable skill. When you encounter rational expressions in college algebra, you will recognize that multiplying (x + 1)/(x − 2) by (x − 2)/(x + 3) follows exactly the same logic: multiply numerators, multiply denominators, and cancel common factors. The numbers get more complex, but the structural reasoning is identical to what you practice here.

Practice Problems

Work through these five problems in order. They progress from conceptual understanding to multi-step applied reasoning, mirroring the difficulty curve you will encounter on the ACCUPLACER. Show all work, including mixed-number conversions and cross-cancellation steps.

PROBLEM 1CONCEPTUAL
Explain in one or two sentences why dividing by ⅔ is the same as multiplying by 3/2. Use the concept of reciprocals in your explanation.
PROBLEM 2BASIC CALCULATION
Compute 5/8 × 4/15 and simplify to lowest terms.
PROBLEM 3INTERMEDIATE
Compute 3 ½ ÷ 1 ⅔ and express the result as a mixed number in simplest form.
PROBLEM 4APPLIED
A recipe calls for 2 ¼ cups of flour. You want to make ⅔ of the recipe. How many cups of flour do you need? Express your answer as a mixed number.
PROBLEM 5CRITICAL THINKING
A board is 5 ⅓ feet long. How many pieces, each 1 ⅓ feet long, can be cut from the board? Will there be any leftover material, and if so, how much?

Lesson Summary

Multiplying fractions requires no common denominator: simply multiply numerators together and denominators together to get the product. Dividing fractions is accomplished by the invert-and-multiply rule: flip the divisor to its reciprocal, then multiply. When working with mixed numbers, always convert them to improper fractions before performing any operation. Use cross-cancellation to simplify before multiplying—this keeps numbers manageable and reduces errors.

On the ACCUPLACER, these problems test procedural fluency and attention to detail. Follow a consistent procedure: convert, identify the operation, set up the multiplication, cross-cancel, multiply, and simplify. The area model provides geometric intuition for why the algorithm works, and the concept of reciprocals underpins the division rule. Mastering these foundational operations prepares you for more advanced topics—rational expressions, proportions, and applied problems—both on the test and in college coursework.

Varsity Tutors • ACCUPLACER Arithmetic • Multiplying & Dividing Fractions