{{ computation.normalizedInputs.worksheet_title }}
{{ modeDirections }}
- {{ question.index }}.{{ question.prompt }}
Answer key
- {{ question.index }}. {{ question.answer }}
{{ summaryLine }}
{{ worksheetExportStatus }}
{{ modeDirections }}
{{ chartExportStatus }}
| # | Problem | Answer | Copy |
|---|---|---|---|
| {{ question.index }} | {{ question.prompt }} | {{ question.answer }} |
{{ answerExportStatus }}
| # | Skill | Prompt | Worked reasoning | Copy |
|---|---|---|---|---|
| {{ 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.
| Skill | Central idea | Frequent error |
|---|---|---|
| Simplify or find an equivalent fraction | Scale numerator and denominator by the same nonzero factor. | Changing only one part of the fraction. |
| Compare | Use common-sized parts or compare cross-products. | Assuming the larger denominator always means the larger fraction. |
| Add or subtract | Express both fractions with a common denominator before combining numerators. | Adding or subtracting the denominators. |
| Multiply | Multiply numerators and denominators, then reduce if needed. | Looking for a common denominator when none is required. |
| Divide | Multiply by the reciprocal of the divisor. | Flipping the first fraction or forgetting to invert the divisor. |
| Convert improper and mixed numbers | Use 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.
Select one fraction skill or the mixed arithmetic set, then choose ranges that contain enough usable values for that mode.
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.
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.
For a fraction n/d, reduction uses the greatest common divisor 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.
Addition and subtraction use the least common multiple L of the denominators, then combine the scaled numerators over L.
Multiplication combines numerators and denominators directly. Division multiplies by the reciprocal of the second fraction.
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.
| Mode or setting | Generation rule |
|---|---|
| Simplify | Creates a reduced base fraction, then multiplies both parts by an integer factor from 2 to 8. |
| Equivalent | Scales a reduced base by a factor from 2 to 9 and hides either the new numerator or denominator. |
| Compare | Uses cross-products. Equal pairs are retried up to 30 times when equality is disabled. |
| Like-denominator addition or subtraction | Both fractions receive the same selected denominator. |
| Unlike-denominator addition or subtraction | The second fraction is retried up to 30 times when its denominator equals the first. |
| Subtraction without negative answers | The two fractions are swapped when the left value is smaller. |
| Mixed operations | Selects among unlike-denominator addition, unlike-denominator subtraction, multiplication, and division. |
| Improper and mixed conversion | Uses a denominator of at least 2, a whole part from 1 to 6, and a remainder from 1 through denominator minus 1. |
| Seed | A 32-bit hash of the seed and mathematics-affecting settings initializes a deterministic pseudo-random sequence. |
| Duplicate control | Tries 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.