{{ summaryTitle }}

{{ resultsReady ? `${questionCountValue} questions` : '—' }}

{{ summaryLine }}

Mode: {{ modeLabel }} Seed: {{ seedLabel }} Repeats: {{ repeatCount }}
{{ summaryAnnouncement }}
Fraction worksheet setup
One focused skill per sheet, or a balanced mixed-operation set.
Use whole numbers from -99 to 99. Narrow ranges produce more similar questions.
Zero is excluded; negative bounds are normalized to positive denominator magnitudes.
Twelve questions fit the default two-column classroom sheet.
questions
Keep a seed with lesson notes so the same version can be printed again.
Use a short lesson or class title, up to 80 characters.
Choose one to three columns for the printed worksheet.
Choose zero to four extra writing lines per question.
{{ option.help }}
{{ option.value ? 'On' : 'Off' }}

{{ worksheetExportStatus }}

{{ computation.normalizedInputs.worksheet_title }}

Name: ____________________   Date: __________

{{ modeDirections }}

  1. {{ question.index }}.{{ question.prompt }}

Answer key

  1. {{ question.index }}. {{ question.answer }}

{{ chartExportStatus }}

#ProblemAnswerCopy
{{ question.index }}{{ question.prompt }}{{ question.answer }}

{{ answerExportStatus }}

#SkillPromptWorked reasoningCopy
{{ question.index }}{{ question.mode_label }}{{ question.prompt }}{{ show_working ? question.worked : question.answer }}

{{ ledgerExportStatus }}

Two fractions can look different and still name the same quantity. One half, two fourths, and four eighths occupy the same point on a number line because multiplying or dividing both parts of a fraction by the same nonzero number preserves its value. That idea connects simplifying, equivalence, comparison, and every arithmetic operation with fractions.

The denominator describes the size of the equal parts, while the numerator counts how many of those parts are present. A denominator of zero is impossible because it would ask for a whole to be divided into zero equal parts. Negative signs are valid, but keeping the denominator positive makes equivalent answers easier to compare and read.

Fraction skills and the mathematical idea behind each one
Skill Central idea Frequent error
Simplify or find an equivalent fractionScale numerator and denominator by the same nonzero factor.Changing only one part of the fraction.
CompareUse common-sized parts or compare cross-products.Assuming the larger denominator always means the larger fraction.
Add or subtractExpress both fractions with a common denominator before combining numerators.Adding or subtracting the denominators.
MultiplyMultiply numerators and denominators, then reduce if needed.Looking for a common denominator when none is required.
DivideMultiply by the reciprocal of the divisor.Flipping the first fraction or forgetting to invert the divisor.
Convert improper and mixed numbersUse quotient and remainder to move between the two forms.Treating the whole-number part as another numerator.

Practice ranges shape the character of a worksheet. A narrow range can focus attention on one fact family, but it also creates repeated or very similar questions. Wider ranges increase variety and can raise arithmetic load. The most useful choice depends on whether the lesson is introducing a rule, building fluency, or checking transfer to less familiar values.

Answer presentation is another teaching choice. Lowest terms emphasize equivalence, while an unreduced answer can expose the direct operation before simplification. Improper fractions preserve a single numerator-denominator form; mixed numbers can be easier to read in an everyday measurement but add a conversion step.

A generated worksheet measures only the answers written for that set of questions. It does not show whether a learner used a diagram, an algorithm, estimation, or guessing. Worked reasoning and a short explanation from the learner give better evidence when method matters.

How to Use This Tool:

Select one fraction skill or the mixed arithmetic set, then choose ranges that contain enough usable values for that mode.

  1. Choose the Practice mode. Mixed operations draws only from unlike-denominator addition, unlike-denominator subtraction, multiplication, and division.
  2. Enter whole-number numerator and denominator ranges from −99 to 99. The denominator range must contain a nonzero magnitude; unlike-denominator modes need at least two different magnitudes.
  3. Set the Question count from 1 to 80 and keep a Replay seed when the exact question set should be reproducible.
  4. Open Advanced to choose simplified or mixed-number answers plus equality and negative-answer policies.
  5. Set worked-reasoning and answer-key visibility, then choose the print columns and writing-space lines without changing the generated mathematics.
  6. Check the repeat badge and any generation warning. Review the Answer key and Generation ledger before printing, especially after using negative or very tight ranges.

Interpreting Results:

The worksheet is deterministic. The same seed and all settings that affect the mathematics reproduce the same ordered questions and answers. Changing only the title, print columns, writing-space lines, answer-key visibility, or worked-reasoning visibility leaves the question sequence unchanged.

A repeat count above zero means identical mode-and-prompt pairs remain on the final sheet because the chosen pools did not offer enough variety. The generator tries to skip duplicate candidates first, so a tight range may also report how many candidates were rejected along the way. Widen one of the ranges or lower the question count when variety matters.

Zero inside a denominator range is removed and reported as a warning as long as other nonzero magnitudes remain. Negative denominator bounds are converted to positive magnitudes, so a range from −4 to −2 produces denominators 2, 3, and 4. Numerators keep their sign, but zero is excluded from the generated numerator pool.

Worked reasoning reflects the exact generated arithmetic. It is an answer-checking aid, not the only acceptable classroom method. A mathematically equivalent form may still be correct even when it differs from the selected simplified or mixed-number display.

Technical Details:

All fraction arithmetic uses integers. Denominators are normalized to positive values, exact cross-products are used for comparisons, and reduction divides both parts by their greatest common divisor. Floating-point decimal approximations are not used to construct answers.

Formula Core:

For a fraction n/d, reduction uses the greatest common divisor g.

g=gcd(|n|,|d|) nd=n÷gd÷g

Comparison avoids decimal rounding. For positive denominators, the left fraction is less than, equal to, or greater than the right fraction according to the same relation between the two cross-products.

n1d1 <, =, or > n2d2 n1d2 <, =, or > n2d1

Addition and subtraction use the least common multiple L of the denominators, then combine the scaled numerators over L.

L=lcm(d1,d2) n1d1 ± n2d2 = n1Ld1 ± n2Ld2 L

Multiplication combines numerators and denominators directly. Division multiplies by the reciprocal of the second fraction.

n1d1 × n2d2 = n1n2d1d2 n1d1 ÷ n2d2 = n1d2d1n2

For example, 2/3 + 3/4 uses L = 12, giving 8/12 + 9/12 = 17/12. If simplified answers and mixed-number display are both on, the final display is 1 5/12; otherwise the exact improper fraction remains 17/12.

Rule Core:

Rules that govern fraction question generation
Mode or setting Generation rule
SimplifyCreates a reduced base fraction, then multiplies both parts by an integer factor from 2 to 8.
EquivalentScales a reduced base by a factor from 2 to 9 and hides either the new numerator or denominator.
CompareUses cross-products. Equal pairs are retried up to 30 times when equality is disabled.
Like-denominator addition or subtractionBoth fractions receive the same selected denominator.
Unlike-denominator addition or subtractionThe second fraction is retried up to 30 times when its denominator equals the first.
Subtraction without negative answersThe two fractions are swapped when the left value is smaller.
Mixed operationsSelects among unlike-denominator addition, unlike-denominator subtraction, multiplication, and division.
Improper and mixed conversionUses a denominator of at least 2, a whole part from 1 to 6, and a remainder from 1 through denominator minus 1.
SeedA 32-bit hash of the seed and mathematics-affecting settings initializes a deterministic pseudo-random sequence.
Duplicate controlTries at most the larger of 300 attempts or 90 attempts per requested question. Duplicate prompts are skipped until the final ten allowed attempts, where repeats may be accepted to finish the sheet.

Numerator and denominator bounds must be ordered whole numbers from −99 to 99. The numerator pool removes zero. The denominator pool removes zero, converts negative values to positive magnitudes, removes duplicates, and sorts the result. Conversion requires at least one denominator magnitude of 2 or more.

Question generation occurs in the browser and does not require an external problem service. The selected print layout changes only presentation. The mathematical rows, exact answers, worked reasoning, and downloaded generation record all come from the same deterministic result.

References: