// Numbas version: exam_results_page_options {"name": "Andrew's copy of Matrices: Cramers Rule 3x3", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"statement": "

Using Cramer's rule , solve the system of equations:

\n

$\\var{a11}x_1+\\var{a12}x_2+\\var{a13}x_3=\\var{c1}$

\n

$\\var{a21}x_1+\\var{a22}x_2+\\var{a23}x_3=\\var{c2}$

\n

$\\var{a31}x_1+\\var{a32}x_2+\\var{a33}x_3=\\var{c3}$

\n

\n

", "variable_groups": [{"name": "Cramer determinants", "variables": ["matrixA1", "matrixA2", "matrixA3"]}], "variables": {"matrixA1": {"group": "Cramer determinants", "name": "matrixA1", "definition": "matrix([c1,a12,a13],[c2,a22,a23],[c3,a32,a33])", "templateType": "anything", "description": ""}, "a11": {"group": "Ungrouped variables", "name": "a11", "definition": "random(0..5)", "templateType": "anything", "description": ""}, "a21": {"group": "Ungrouped variables", "name": "a21", "definition": "random(0..10)", "templateType": "anything", "description": ""}, "a12": {"group": "Ungrouped variables", "name": "a12", "definition": "random(0..10)", "templateType": "anything", "description": ""}, "a31": {"group": "Ungrouped variables", "name": "a31", "definition": "random(0..10)", "templateType": "anything", "description": ""}, "x2": {"group": "Ungrouped variables", "name": "x2", "definition": "random(-15..15 except 0)", "templateType": "anything", "description": ""}, "x1": {"group": "Ungrouped variables", "name": "x1", "definition": "random(-15..15 except 0)", "templateType": "anything", "description": ""}, "x3": {"group": "Ungrouped variables", "name": "x3", "definition": "random(-15..15 except 0)", "templateType": "anything", "description": ""}, "c2": {"group": "Ungrouped variables", "name": "c2", "definition": "a21*x1+a22*x2+a23*x3", "templateType": "anything", "description": ""}, "a13": {"group": "Ungrouped variables", "name": "a13", "definition": "random(0..10)", "templateType": "anything", "description": ""}, "a32": {"group": "Ungrouped variables", "name": "a32", "definition": "random(0..10)", "templateType": "anything", "description": ""}, "a33": {"group": "Ungrouped variables", "name": "a33", "definition": "random(0..10)", "templateType": "anything", "description": ""}, "matrixA3": {"group": "Cramer determinants", "name": "matrixA3", "definition": "matrix([a11,a12,c1],[a21,a22,c2],[a31,a32,c3])", "templateType": "anything", "description": ""}, "matrixA2": {"group": "Cramer determinants", "name": "matrixA2", "definition": "matrix([a11,c1,a13],[a21,c2,a23],[a31,c3,a33])", "templateType": "anything", "description": ""}, "c1": {"group": "Ungrouped variables", "name": "c1", "definition": "a11*x1+a12*x2+a13*x3", "templateType": "anything", "description": ""}, "c3": {"group": "Ungrouped variables", "name": "c3", "definition": "a31*x1+a32*x2+a33*x3", "templateType": "anything", "description": ""}, "matrixA": {"group": "Ungrouped variables", "name": "matrixA", "definition": "matrix([a11,a12,a13],[a21,a22,a23],[a31,a32,a33])", "templateType": "anything", "description": ""}, "a22": {"group": "Ungrouped variables", "name": "a22", "definition": "random(0..10 except(a21*a12/a11))", "templateType": "anything", "description": ""}, "a23": {"group": "Ungrouped variables", "name": "a23", "definition": "random(0..10)", "templateType": "anything", "description": ""}}, "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Cramers Rule applied to 3 simultaneous equations

"}, "ungrouped_variables": ["matrixA", "a11", "a12", "a21", "a22", "a13", "a23", "a31", "a32", "a33", "x1", "x2", "x3", "c1", "c2", "c3"], "functions": {}, "advice": "

If \\[  A=\\left( \\begin{array}{ccc}
a_{11} & a_{12} & a_{13} \\\\a_{21} & a_{22} & a_{23}\\\\ a_{31} & a_{32} & a_{33}\\end{array} \\right),\\]

\n

\\[  C=\\left( \\begin{array}{ccc}
c_{1} \\\\ c_{2} \\\\c_{3} \\end{array} \\right),\\]

\n

Cramer's Rule : ${x_1}=\\frac{\\Delta_1}{\\Delta_0}$ ,  ${x_2}=\\frac{\\Delta_2}{\\Delta_0}$ , ${x_3}=\\frac{\\Delta_3}{\\Delta_0}$

\n

Where:\\[ \\Delta_0=\\left| \\begin{array}{ccc}
a_{11} & a_{12} & a_{13} \\\\a_{21} & a_{22} & a_{23}\\\\ a_{31} & a_{32} & a_{33}\\end{array} \\right|\\]

\n

\\[ \\Delta_1=\\left| \\begin{array}{ccc}
c_{1} & a_{12} & a_{13} \\\\c_{2} & a_{22} & a_{23}\\\\ c_{3} & a_{32} & a_{33}\\end{array} \\right|\\]

\n

\\[ \\Delta_2=\\left| \\begin{array}{ccc}
a_{11} & c_{1} & a_{13} \\\\a_{21} & c_{2} & a_{23}\\\\ a_{31} & c_{3} & a_{33}\\end{array} \\right|\\]

\n

\\[ \\Delta_3=\\left| \\begin{array}{ccc}
a_{11} & a_{12} & c_{1} \\\\a_{21} & a_{22} & c_{2}\\\\ a_{31} & a_{32} & c_{3}\\end{array} \\right|\\]

\n

 

\n

 

\n

 

\n

", "tags": [], "preamble": {"js": "", "css": ""}, "name": "Andrew's copy of Matrices: Cramers Rule 3x3", "rulesets": {}, "variablesTest": {"maxRuns": 100, "condition": ""}, "parts": [{"marks": 0, "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "prompt": "

What is the determinant of A=$\\var{matrixA}$? i.e |A|

\n

[[0]]

", "gaps": [{"notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "mustBeReducedPC": 0, "mustBeReduced": false, "correctAnswerStyle": "plain", "marks": 1, "correctAnswerFraction": false, "variableReplacementStrategy": "originalfirst", "minValue": "det(matrixA)", "showFeedbackIcon": true, "maxValue": "det(matrixA)", "allowFractions": false, "type": "numberentry"}], "showFeedbackIcon": true, "variableReplacementStrategy": "originalfirst", "type": "gapfill"}, {"marks": 0, "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "prompt": "

Calculate A${x_1}$ [[0]]

\n

Hence, calculate ${x_1}$  [[1]]

", "gaps": [{"notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "mustBeReducedPC": 0, "mustBeReduced": false, "correctAnswerStyle": "plain", "marks": 1, "correctAnswerFraction": false, "variableReplacementStrategy": "originalfirst", "minValue": "det(matrixA1)", "showFeedbackIcon": true, "maxValue": "det(matrixA1)", "allowFractions": false, "type": "numberentry"}, {"notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "mustBeReducedPC": 0, "mustBeReduced": false, "correctAnswerStyle": "plain", "marks": 1, "correctAnswerFraction": false, "variableReplacementStrategy": "originalfirst", "minValue": "{x1}", "showFeedbackIcon": true, "maxValue": "{x1}", "allowFractions": false, "type": "numberentry"}], "showFeedbackIcon": true, "variableReplacementStrategy": "originalfirst", "type": "gapfill"}, {"marks": 0, "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "prompt": "

Calculate A${x_2}$[[0]]

\n

Hence, calculate ${x_2}$  [[1]]

", "gaps": [{"notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "mustBeReducedPC": 0, "mustBeReduced": false, "correctAnswerStyle": "plain", "marks": 1, "correctAnswerFraction": false, "variableReplacementStrategy": "originalfirst", "minValue": "det(matrixA2)", "showFeedbackIcon": true, "maxValue": "det(matrixA2)", "allowFractions": false, "type": "numberentry"}, {"notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "mustBeReducedPC": 0, "mustBeReduced": false, "correctAnswerStyle": "plain", "marks": 1, "correctAnswerFraction": false, "variableReplacementStrategy": "originalfirst", "minValue": "{x2}", "showFeedbackIcon": true, "maxValue": "{x2}", "allowFractions": false, "type": "numberentry"}], "showFeedbackIcon": true, "variableReplacementStrategy": "originalfirst", "type": "gapfill"}, {"marks": 0, "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "prompt": "

Calculate A${x_3}$[[0]]

\n

Hence, calculate ${x_3}$  [[1]]

", "gaps": [{"notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "mustBeReducedPC": 0, "mustBeReduced": false, "correctAnswerStyle": "plain", "marks": 1, "correctAnswerFraction": false, "variableReplacementStrategy": "originalfirst", "minValue": "det(matrixA3)", "showFeedbackIcon": true, "maxValue": "det(matrixA3)", "allowFractions": false, "type": "numberentry"}, {"notationStyles": ["plain", "en", "si-en"], "showCorrectAnswer": true, "scripts": {}, "variableReplacements": [], "mustBeReducedPC": 0, "mustBeReduced": false, "correctAnswerStyle": "plain", "marks": 1, "correctAnswerFraction": false, "variableReplacementStrategy": "originalfirst", "minValue": "{x3}", "showFeedbackIcon": true, "maxValue": "{x3}", "allowFractions": false, "type": "numberentry"}], "showFeedbackIcon": true, "variableReplacementStrategy": "originalfirst", "type": "gapfill"}], "extensions": [], "type": "question", "contributors": [{"name": "Andrew Dunbar", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/770/"}]}]}], "contributors": [{"name": "Andrew Dunbar", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/770/"}]}