// Numbas version: exam_results_page_options {"name": "Welche Bruchzahl ist verschieden von allen anderen? (Kleine Nenner)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"name": "Welche Bruchzahl ist verschieden von allen anderen? (Kleine Nenner)", "tags": [], "metadata": {"description": "

Suche von den fünf gegebenen Bruchzahlen diejenige aus, die nicht denselben Wert hat wie alle anderen.

\n

Quelle: Angepasste und übersetzte Version von https://numbas.mathcentre.ac.uk/question/23233/select-the-fraction-not-equivalent-to-the-others-small-denominators/ von Christian Lawson-Perfect.

", "licence": "Creative Commons Attribution 4.0 International"}, "statement": "

Eine kleine Übung zum Vergleichen von Bruchzahlen.

", "advice": "

Um die gesuchte Zahl zu finden, kürzen wir alle Brüche.

\n

\\begin{align}
\\frac{\\var{mone}}{\\var{none}} &= \\frac{\\var{m_coprime}}{\\var{n_coprime}}\\times\\frac{\\var{one}}{\\var{one}} = \\frac{\\var{m_coprime}}{\\var{n_coprime}}\\\\[0.5em]
\\frac{\\var{mtwo}}{\\var{ntwo}} &= \\frac{\\var{m_coprime}}{\\var{n_coprime}}\\times\\frac{\\var{two}}{\\var{two}} = \\frac{\\var{m_coprime}}{\\var{n_coprime}}\\\\[0.5em]
\\frac{\\var{mthree}}{\\var{nthree}} &= \\frac{\\var{m_coprime}}{\\var{n_coprime}}\\times\\frac{\\var{three}}{\\var{three}} = \\frac{\\var{m_coprime}}{\\var{n_coprime}}\\\\[0.5em]
\\frac{\\var{mfour}}{\\var{nfour}} &= \\frac{\\var{m_coprime}}{\\var{n_coprime}}\\times\\frac{\\var{four}}{\\var{four}} = \\frac{\\var{m_coprime}}{\\var{n_coprime}}\\\\[0.5em]
\\frac{\\var{mfive}}{\\var{nfive}} &= \\frac{\\var{mfive/gcd(mfive,nfive)}}{\\var{nfive/gcd(mfive,nfive)}} \\times \\frac{\\var{gcd(mfive,nfive)}}{\\var{gcd(mfive,nfive)}} = \\frac{\\var{mfive/gcd(mfive,nfive)}}{\\var{nfive/gcd(mfive,nfive)}}
\\end{align}

\n

In allen Fällen bis auf einen erhalten wir den Wert $\\displaystyle\\frac{\\var{m_coprime}}{\\var{n_coprime}}$.

\n

Der Ausnahmebruch ist $\\displaystyle\\frac{\\var{mfive}}{\\var{nfive}}$.

", "rulesets": {}, "extensions": [], "variables": {"five": {"name": "five", "group": "Ungrouped variables", "definition": "random(1..7 except one except two except three except four)", "description": "", "templateType": "anything"}, "m_coprime": {"name": "m_coprime", "group": "Ungrouped variables", "definition": "m/gcd_mn", "description": "", "templateType": "anything"}, "mthree": {"name": "mthree", "group": "Ungrouped variables", "definition": "m_coprime*three", "description": "", "templateType": "anything"}, "ntwo": {"name": "ntwo", "group": "Ungrouped variables", "definition": "n_coprime*two", "description": "", "templateType": "anything"}, "mfive": {"name": "mfive", "group": "Ungrouped variables", "definition": "m_coprime*five+random(-4..4 except 0)", "description": "", "templateType": "anything"}, "mtwo": {"name": "mtwo", "group": "Ungrouped variables", "definition": "m_coprime*two", "description": "", "templateType": "anything"}, "four": {"name": "four", "group": "Ungrouped variables", "definition": "random(5..20 except one except two except three)", "description": "", "templateType": "anything"}, "none": {"name": "none", "group": "Ungrouped variables", "definition": "n_coprime*one", "description": "", "templateType": "anything"}, "nthree": {"name": "nthree", "group": "Ungrouped variables", "definition": "n_coprime*three", "description": "", "templateType": "anything"}, "two": {"name": "two", "group": "Ungrouped variables", "definition": "random(2..15 except one)", "description": "", "templateType": "anything"}, "m": {"name": "m", "group": "Ungrouped variables", "definition": "random(1..7)", "description": "

Random number between 1 and 10

", "templateType": "anything"}, "nfive": {"name": "nfive", "group": "Ungrouped variables", "definition": "n_coprime*five", "description": "", "templateType": "anything"}, "n": {"name": "n", "group": "Ungrouped variables", "definition": "random(7..15 except m)", "description": "", "templateType": "anything"}, "one": {"name": "one", "group": "Ungrouped variables", "definition": "random(2..10)", "description": "", "templateType": "anything"}, "gcd_mn": {"name": "gcd_mn", "group": "Ungrouped variables", "definition": "gcd(m,n)", "description": "", "templateType": "anything"}, "n_coprime": {"name": "n_coprime", "group": "Ungrouped variables", "definition": "n/gcd_mn", "description": "", "templateType": "anything"}, "nfour": {"name": "nfour", "group": "Ungrouped variables", "definition": "n_coprime*four", "description": "", "templateType": "anything"}, "mone": {"name": "mone", "group": "Ungrouped variables", "definition": "m_coprime*one", "description": "", "templateType": "anything"}, "three": {"name": "three", "group": "Ungrouped variables", "definition": "random(1..6 except one except two)", "description": "", "templateType": "anything"}, "mfour": {"name": "mfour", "group": "Ungrouped variables", "definition": "m_coprime*four", "description": "", "templateType": "anything"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["m", "n", "gcd_mn", "m_coprime", "n_coprime", "one", "mone", "none", "two", "mtwo", "ntwo", "three", "mthree", "nthree", "four", "mfour", "nfour", "five", "mfive", "nfive"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "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"}, "parts": [{"type": "1_n_2", "useCustomName": false, "customName": "", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

Wählen Sie von den gegebenen Zahlen diejenige aus, die nicht denselben Wert hat wie alle anderen.

", "minMarks": 0, "maxMarks": 0, "shuffleChoices": true, "displayType": "radiogroup", "displayColumns": 0, "showCellAnswerState": true, "choices": ["

$\\displaystyle\\frac{\\var{mone}}{\\var{none}}$

", "

$\\displaystyle\\frac{\\var{mtwo}}{\\var{ntwo}}$

", "

$\\displaystyle\\frac{\\var{mthree}}{\\var{nthree}}$

", "

$\\displaystyle\\frac{\\var{mfour}}{\\var{nfour}}$

", "

$\\displaystyle\\frac{\\var{mfive}}{\\var{nfive}}$

"], "matrix": [0, 0, "0", 0, "1"], "distractors": ["", "", "", "", ""]}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always", "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Ulrich G\u00f6rtz", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7603/"}]}]}], "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Ulrich G\u00f6rtz", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7603/"}]}