// Numbas version: exam_results_page_options {"name": "Multiply two fractions", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"variablesTest": {"condition": "(a<>2 or c<>4) and (b<>3 or d<>5) and gcd(a,b)=1 and gcd(c,d)=1", "maxRuns": 100}, "extensions": [], "statement": "

Multiply the following fractions using the formula $\\dfrac{a}{b}\\times\\dfrac{c}{d}=\\frac{\\boxed{a}\\times \\boxed{c}}{\\boxed{b}\\times \\boxed{d}}=\\frac{\\boxed{a\\times c}}{\\boxed{b\\times d}}$.

\n

An example of a correct calculation would be $\\dfrac{2}{3}\\times\\dfrac{4}{5}=\\frac{\\boxed{2}\\times\\boxed{4}}{\\boxed{3}\\times\\boxed{5}}=\\frac{\\boxed{8}}{\\boxed{15}}$.

\n

Note the final fraction should be left as it is and should not be entered in lowest form (if this is different).

", "advice": "

The correct calculation is $\\dfrac{\\var{a}}{\\var{b}}\\times\\dfrac{\\var{c}}{\\var{d}}=\\frac{\\boxed{\\var{a}}\\times\\boxed{\\var{c}}}{\\boxed{\\var{b}}\\times\\boxed{\\var{d}}}=\\frac{\\boxed{\\var{a*c}}}{\\boxed{\\var{b*d}}}$.

", "preamble": {"css": "fraction {\n display: inline-block;\n vertical-align: middle;\n}\nfraction > numerator, fraction > denominator {\n float: left;\n width: 100%;\n text-align: center;\n line-height: 2.5em;\n}\nfraction > numerator {\n border-bottom: 1px solid;\n padding-bottom: 5px;\n}\nfraction > denominator {\n padding-top: 5px;\n}\nfraction input {\n line-height: 1em;\n}\n\nfraction .part {\n margin: 0;\n}\n\n.table-responsive, .fractiontable {\n display:inline-block;\n}\n.fractiontable {\n padding: 0; \n border: 0;\n}\n\n.fractiontable .tddenom \n{\n text-align: center;\n}\n\n.fractiontable .tdnum \n{\n border-bottom: 1px solid black; \n text-align: center;\n}\n\n\n.fractiontable tr {\n height: 3em;\n}\n", "js": "document.createElement('fraction');\ndocument.createElement('numerator');\ndocument.createElement('denominator');"}, "functions": {}, "metadata": {"description": "

This question tests a student's ability to multiply two fractions.

", "licence": "Creative Commons Attribution 4.0 International"}, "tags": [], "name": "Multiply two fractions", "ungrouped_variables": ["a", "b", "c", "d"], "variables": {"a": {"templateType": "anything", "description": "

Numerator of the first fraction.

", "group": "Ungrouped variables", "definition": "random(2..99)", "name": "a"}, "d": {"templateType": "anything", "description": "

Denominator of the second fraction.

", "group": "Ungrouped variables", "definition": "random(2..99)", "name": "d"}, "b": {"templateType": "anything", "description": "

Denomnator of the first fraction.

", "group": "Ungrouped variables", "definition": "random(2..99)", "name": "b"}, "c": {"templateType": "anything", "description": "

Numerator of the second fraction.

", "group": "Ungrouped variables", "definition": "random(2..99)", "name": "c"}}, "parts": [{"variableReplacementStrategy": "originalfirst", "scripts": {}, "marks": 0, "type": "gapfill", "gaps": [{"marks": 1, "variableReplacementStrategy": "originalfirst", "minValue": "a", "correctAnswerStyle": "plain", "type": "numberentry", "mustBeReduced": false, "maxValue": "a", "mustBeReducedPC": 0, "showFeedbackIcon": true, "correctAnswerFraction": false, "scripts": {}, "notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "variableReplacements": [], "allowFractions": false}, {"marks": 1, "variableReplacementStrategy": "originalfirst", "minValue": "c", "correctAnswerStyle": "plain", "type": "numberentry", "mustBeReduced": false, "maxValue": "c", "mustBeReducedPC": 0, "showFeedbackIcon": true, "correctAnswerFraction": false, "scripts": {}, "notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "variableReplacements": [], "allowFractions": false}, {"marks": "1", "variableReplacementStrategy": "originalfirst", "minValue": "b", "correctAnswerStyle": "plain", "type": "numberentry", "mustBeReduced": false, "maxValue": "b", "mustBeReducedPC": 0, "showFeedbackIcon": true, "correctAnswerFraction": false, "scripts": {}, "notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "variableReplacements": [], "allowFractions": false}, {"marks": 1, "variableReplacementStrategy": "originalfirst", "minValue": "d", "correctAnswerStyle": "plain", "type": "numberentry", "mustBeReduced": false, "maxValue": "d", "mustBeReducedPC": 0, "showFeedbackIcon": true, "correctAnswerFraction": false, "scripts": {}, "notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "variableReplacements": [], "allowFractions": false}, {"marks": 1, "variableReplacementStrategy": "originalfirst", "minValue": "a*c", "correctAnswerStyle": "plain", "type": "numberentry", "mustBeReduced": false, "maxValue": "a*c", "mustBeReducedPC": 0, "showFeedbackIcon": true, "correctAnswerFraction": false, "scripts": {}, "notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "variableReplacements": [], "allowFractions": false}, {"marks": 1, "variableReplacementStrategy": "originalfirst", "minValue": "b*d", "correctAnswerStyle": "plain", "type": "numberentry", "mustBeReduced": false, "maxValue": "b*d", "mustBeReducedPC": 0, "showFeedbackIcon": true, "correctAnswerFraction": false, "scripts": {}, "notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "variableReplacements": [], "allowFractions": false}], "showCorrectAnswer": true, "prompt": "

{a}{b} $\\ \\times \\ $ {c}{d} $\\ =\\ $ [[0]] $\\ \\times\\ $ [[1]] [[2]] $\\ \\times \\ $ [[3]] $\\ =\\ $ [[4]][[5]].

", "variableReplacements": [], "showFeedbackIcon": true}], "rulesets": {"std": ["all"]}, "variable_groups": [], "type": "question", "contributors": [{"name": "Anthony Brown", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/799/"}]}]}], "contributors": [{"name": "Anthony Brown", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/799/"}]}