// Numbas version: exam_results_page_options {"name": "Algebraic Fractions", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"extensions": [], "name": "Algebraic Fractions", "preamble": {"css": "", "js": ""}, "functions": {}, "variable_groups": [], "rulesets": {}, "metadata": {"description": "

Practice with adding, subtracting and dividing basic algebraic fractions

", "licence": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International"}, "parts": [{"variableReplacements": [], "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "type": "jme", "checkingType": "absdiff", "marks": 1, "vsetRangePoints": 5, "prompt": "

\\[ \\frac{\\var{a}}{x} + \\frac{1}{\\var{b}x} \\]

", "answerSimplification": "all", "checkVariableNames": false, "answer": "({a}*{b}+1)/({b}x)", "showCorrectAnswer": true, "unitTests": [], "expectedVariableNames": [], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "showPreview": true, "scripts": {}, "vsetRange": [0, 1]}, {"variableReplacements": [], "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "type": "jme", "checkingType": "absdiff", "marks": 1, "vsetRangePoints": 5, "prompt": "

\\[ \\frac{\\var{c}}{x} - \\frac{\\var{a}}{\\var{d}} \\]

", "answerSimplification": "all", "checkVariableNames": false, "answer": "({c}*{d}-{a}*x)/({d}x)", "showCorrectAnswer": true, "unitTests": [], "expectedVariableNames": [], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "showPreview": true, "scripts": {}, "vsetRange": [0, 1]}, {"variableReplacements": [], "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "type": "jme", "checkingType": "absdiff", "marks": 1, "vsetRangePoints": 5, "prompt": "

\\[ \\frac{\\var{a}}{x} \\times \\frac{\\var{d}}{\\var{b}y} \\]

", "answerSimplification": "all", "checkVariableNames": false, "answer": "({a}{d})/({b}xy)", "showCorrectAnswer": true, "unitTests": [], "expectedVariableNames": [], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "showPreview": true, "scripts": {}, "vsetRange": [0, 1]}, {"variableReplacements": [], "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "type": "jme", "checkingType": "absdiff", "marks": 1, "vsetRangePoints": 5, "prompt": "

\\[ \\frac{\\var{d}}{x} \\div \\frac{\\var{c}}{\\var{a}y} \\]

", "answerSimplification": "all", "checkVariableNames": false, "answer": "({a}{d}y)/({c}x)", "showCorrectAnswer": true, "unitTests": [], "expectedVariableNames": [], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "showPreview": true, "scripts": {}, "vsetRange": [0, 1]}, {"variableReplacements": [], "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "type": "jme", "checkingType": "absdiff", "marks": 1, "vsetRangePoints": 5, "prompt": "

\\[ \\frac{\\var{a}}{x} + \\frac{1}{(\\var{c} -\\var{f}x)} \\]

", "answerSimplification": "all", "checkVariableNames": false, "answer": "({a}{c} + (1 - {a}{f})x)/(x({c} -{f}x))", "showCorrectAnswer": true, "unitTests": [], "expectedVariableNames": [], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "showPreview": true, "scripts": {}, "vsetRange": [0, 1]}, {"variableReplacements": [], "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "type": "jme", "checkingType": "absdiff", "marks": 1, "vsetRangePoints": 5, "prompt": "

\\[ \\frac{\\var{c}}{(\\var{d} + y)} - \\frac{\\var{b}}{(\\var{a} + x)}\\]

", "answerSimplification": "all", "checkVariableNames": false, "answer": "({a}{c} -{b}{d} + {c}x - {b}y)/(({d} + y)({a} + x))", "showCorrectAnswer": true, "unitTests": [], "expectedVariableNames": [], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "showPreview": true, "scripts": {}, "vsetRange": [0, 1]}], "variables": {"a": {"name": "a", "description": "", "group": "Ungrouped variables", "templateType": "anything", "definition": "random(2..8)"}, "b": {"name": "b", "description": "", "group": "Ungrouped variables", "templateType": "anything", "definition": "random(2..9)"}, "d": {"name": "d", "description": "", "group": "Ungrouped variables", "templateType": "anything", "definition": "random(2..15)"}, "f": {"name": "f", "description": "", "group": "Ungrouped variables", "templateType": "randrange", "definition": "random(2..12#1)"}, "c": {"name": "c", "description": "", "group": "Ungrouped variables", "templateType": "anything", "definition": "random(2..9)"}}, "advice": "

To add two algebraic fractions you use the same procedure as you would with numbers.

\n

For example: $\\frac{1}{x}+\\frac{1}{6x}$

\n

The simplest common denominator in this case is $6x$

\n

To get a single fraction we alter each fraction to get an equivalent one with the common denominator $\\frac{6}{6x}+\\frac{1}{6x}$

\n

Then we combine the fractions by adding the top row together $\\frac{6+1}{6x}$

\n

The collect like terms if possible: $\\frac{7}{6x}$

\n

\n

Similarly to subtract, you use a similar method to adding but to combine the fractions you subtract: $\\frac{6-1}{6x}$

\n

Then collect like terms if possible: $\\frac{5}{6x}$

\n

\n

To multiply algebraic fractions, you multiply the top and then multiply the bottom terms.

\n

$\\frac{1}{x} \\times\\frac{1}{6x}$

\n

$=\\frac{1\\times1}{x\\times6x}$

\n

$=\\frac{1}{6x^2}$

\n

\n

To divide algebraic fractions to turn the second fraction upside down and then multiply the fractions together.

\n

$\\frac{1}{x} \\div\\frac{1}{6x}$

\n

$=\\frac{1}{x} \\times\\frac{6x}{1}$

\n

=6 (since the $x$ cancels out)

\n

", "tags": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "ungrouped_variables": ["a", "b", "c", "d", "f"], "statement": "

Express the following as a single fraction.

\n

You will need to type your answer in the form (numerator)/(denominator). For this system please note the bractets need to be around all of the numerator or denominator for it to be marked correct. For these examples don't forget to simplify them and collect like terms on the numerator.

", "type": "question", "contributors": [{"name": "Jinhua Mathias", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/514/"}, {"name": "Katy Dobson", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/854/"}, {"name": "Jo-Ann Lyons", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2630/"}]}]}], "contributors": [{"name": "Jinhua Mathias", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/514/"}, {"name": "Katy Dobson", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/854/"}, {"name": "Jo-Ann Lyons", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2630/"}]}