// Numbas version: exam_results_page_options {"name": "Jinhua's copy of Simultaneous equations by elimination 2", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"variable_groups": [], "advice": "

Solve the pair of equations

\n

\\[\\begin{eqnarray} \\simplify{{n1}*x + {n2}*y} & = & \\var{ans1} &&&&&&&(1)\\\\ \\simplify{{n3}*x + {n4}*y} & = & \\var{ans2}&&&&&&&(2)\\end{eqnarray}\\]

\n

\n

We are going to solve for $y$ first. To do this, we need to eliminate $x$ from the equations. The quickest way to do this is to multiply the first equation by the co-efficient of $x$ in the second equation (here $\\var{n3}$), and multiply the second equation by the co-efficient of $x$ in the first equation (here $\\var{n1}$). We then get the equations:

\n

\n

$\\simplify{{n3}*{n1}*x + {n3}*{n2}*y  =  {ans1}*{n3}}$

\n

$\\simplify{{n1}*{n3}*x + {n1}*{n4}*y = {ans2}*{n1}}$

\n

\n

We then subtract one new equation from the other to get:

\n

$\\simplify{{yCoef}y = {ans3}}$

\n

Now we can work out $y$

\n

$y = \\var{b}$

\n

and substitute this value back in to any of the previous equations to get the value for $x$. 

\n

$\\simplify{{n1}*x + {n2}*{b} = {ans1}}$

\n

which then solves to give $x = \\var{a}$.

\n

\n

", "variables": {"n1": {"definition": "random(-10..10 except 0)", "description": "", "name": "n1", "group": "Ungrouped variables", "templateType": "anything"}, "n2": {"definition": "random(-10..10 except 0)", "description": "", "name": "n2", "group": "Ungrouped variables", "templateType": "anything"}, "a": {"definition": "random(-10..10 except 0)", "description": "", "name": "a", "group": "Ungrouped variables", "templateType": "anything"}, "ans2": {"definition": "{n3}*{a}+{n4}*{b}", "description": "", "name": "ans2", "group": "Ungrouped variables", "templateType": "anything"}, "n4": {"definition": "random(-10..10 except 0 except n2)", "description": "", "name": "n4", "group": "Ungrouped variables", "templateType": "anything"}, "yCoef": {"definition": "{n3}*{n2} - {n1}*{n4}", "description": "", "name": "yCoef", "group": "Ungrouped variables", "templateType": "anything"}, "n3": {"definition": "random(-10..10 except 0 except n1)", "description": "", "name": "n3", "group": "Ungrouped variables", "templateType": "anything"}, "ans3": {"definition": "{ans1}*{n3} - {ans2}*{n1}", "description": "", "name": "ans3", "group": "Ungrouped variables", "templateType": "anything"}, "b": {"definition": "random(-10..10 except 0 except a)", "description": "", "name": "b", "group": "Ungrouped variables", "templateType": "anything"}, "ans1": {"definition": "{n1}*{a} + {n2}*{b}", "description": "", "name": "ans1", "group": "Ungrouped variables", "templateType": "anything"}}, "parts": [{"showFeedbackIcon": true, "useCustomName": false, "customMarkingAlgorithm": "", "customName": "", "scripts": {}, "marks": 0, "unitTests": [], "type": "gapfill", "variableReplacementStrategy": "originalfirst", "extendBaseMarkingAlgorithm": true, "adaptiveMarkingPenalty": 0, "variableReplacements": [], "gaps": [{"useCustomName": false, "valuegenerators": [], "failureRate": 1, "unitTests": [], "customName": "", "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{n3}*{n1}", "vsetRange": [0, 1], "showFeedbackIcon": true, "showPreview": true, "customMarkingAlgorithm": "", "scripts": {}, "marks": 1, "checkingType": "absdiff", "type": "jme", "extendBaseMarkingAlgorithm": true, "variableReplacements": [], "showCorrectAnswer": true, "vsetRangePoints": 5}, {"useCustomName": false, "valuegenerators": [], "failureRate": 1, "unitTests": [], "customName": "", "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{n3}*{n2}", "vsetRange": [0, 1], "showFeedbackIcon": true, "showPreview": true, "customMarkingAlgorithm": "", "scripts": {}, "marks": 1, "checkingType": "absdiff", "type": "jme", "extendBaseMarkingAlgorithm": true, "variableReplacements": [], "showCorrectAnswer": true, "vsetRangePoints": 5}, {"useCustomName": false, "valuegenerators": [], "failureRate": 1, "unitTests": [], "customName": "", "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{n1}*{n3}", "vsetRange": [0, 1], "showFeedbackIcon": true, "showPreview": true, "customMarkingAlgorithm": "", "scripts": {}, "marks": 1, "checkingType": "absdiff", "type": "jme", "extendBaseMarkingAlgorithm": true, "variableReplacements": [], "showCorrectAnswer": false, "vsetRangePoints": 5}, {"useCustomName": false, "valuegenerators": [], "failureRate": 1, "unitTests": [], "customName": "", "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{n1}*{n4}", "vsetRange": [0, 1], "showFeedbackIcon": true, "showPreview": true, "customMarkingAlgorithm": "", "scripts": {}, "marks": 1, "checkingType": "absdiff", "type": "jme", "extendBaseMarkingAlgorithm": true, "variableReplacements": [], "showCorrectAnswer": true, "vsetRangePoints": 5}, {"useCustomName": false, "valuegenerators": [], "failureRate": 1, "unitTests": [], "customName": "", "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{yCoef}", "vsetRange": [0, 1], "showFeedbackIcon": true, "showPreview": true, "customMarkingAlgorithm": "", "scripts": {}, "marks": 1, "checkingType": "absdiff", "type": "jme", "extendBaseMarkingAlgorithm": true, "variableReplacements": [], "showCorrectAnswer": true, "vsetRangePoints": 5}, {"useCustomName": false, "valuegenerators": [], "failureRate": 1, "unitTests": [], "customName": "", "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{b}", "vsetRange": [0, 1], "showFeedbackIcon": true, "showPreview": true, "customMarkingAlgorithm": "", "scripts": {}, "marks": 1, "checkingType": "absdiff", "type": "jme", "extendBaseMarkingAlgorithm": true, "variableReplacements": [], "showCorrectAnswer": true, "vsetRangePoints": 5}, {"useCustomName": false, "valuegenerators": [], "failureRate": 1, "unitTests": [], "customName": "", "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{n2}*{b}", "vsetRange": [0, 1], "showFeedbackIcon": true, "showPreview": true, "customMarkingAlgorithm": "", "scripts": {}, "marks": 1, "checkingType": "absdiff", "type": "jme", "extendBaseMarkingAlgorithm": true, "variableReplacements": [], "showCorrectAnswer": true, "vsetRangePoints": 5}, {"useCustomName": false, "valuegenerators": [], "failureRate": 1, "unitTests": [], "customName": "", "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{a}", "vsetRange": [0, 1], "showFeedbackIcon": true, "showPreview": true, "customMarkingAlgorithm": "", "scripts": {}, "marks": 1, "checkingType": "absdiff", "type": "jme", "extendBaseMarkingAlgorithm": true, "variableReplacements": [], "showCorrectAnswer": true, "vsetRangePoints": 5}], "showCorrectAnswer": true, "sortAnswers": false, "prompt": "

Solve the pair of equations

\n

\\[\\begin{eqnarray} \\simplify{{n1}*x + {n2}*y} & = & \\var{ans1} &&&&&&&(1)\\\\ \\simplify{{n3}*x + {n4}*y} & = & \\var{ans2}&&&&&&&(2)\\end{eqnarray}\\]

\n

\n

We are going to solve for $y$ first. To do this, we need to eliminate $x$ from the equations. The quickest way to do this is to multiply the first equation by the co-efficient of $x$ in the second equation (here $\\var{n3}$), and multiply the second equation by the co-efficient of $x$ in the first equation (here $\\var{n1}$). We then get the equations:

\n

\n

[[0]]$x + $[[1]]$y  =  \\simplify{{ans1}*{n3}}$

\n

 [[2]]$x + $[[3]]$y =  \\simplify{{ans2}*{n1}}$

\n

\n

We then subtract one new equation from the other to get:

\n

[[4]]$\\simplify{y = {ans3}}$

\n

Now we can work out $y$

\n

$y =$[[5]]

\n

and substitute this value back in to any of the previous equations to get the value for $x$. 

\n

$\\simplify{{n1}*x}$ + [[6]] = $\\var{ans1}$

\n

which then solves to give $x = $[[7]].

\n

\n

\n\n\n\n\n"}], "metadata": {"description": "

Straightforward solving linear equations question

", "licence": "Creative Commons Attribution 4.0 International"}, "tags": [], "name": "Jinhua's copy of Simultaneous equations by elimination 2", "variablesTest": {"maxRuns": 100, "condition": ""}, "statement": "

\n\n\n\n\n", "extensions": [], "rulesets": {}, "ungrouped_variables": ["a", "b", "ans1", "ans2", "ans3", "yCoef", "n1", "n2", "n3", "n4"], "preamble": {"css": "", "js": ""}, "functions": {}, "contributors": [{"name": "Jinhua Mathias", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/514/"}, {"name": "Xiaodan Leng", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2146/"}, {"name": "Roz Wyatt-Millington", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3732/"}]}]}], "contributors": [{"name": "Jinhua Mathias", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/514/"}, {"name": "Xiaodan Leng", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2146/"}, {"name": "Roz Wyatt-Millington", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3732/"}]}