// Numbas version: exam_results_page_options {"name": "Find common difference in arithmetic sequences with gaps", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"tags": ["Arithmetic Sequences", "Arithmetic sequences", "arithmetic sequences", "common difference", "sequences", "taxonomy"], "parts": [{"variableReplacementStrategy": "originalfirst", "marks": 0, "prompt": "

$\\var{n[0]*index[0]}$, $\\var{n[0]*(index[0]+1)}$, $\\var{n[0]*(index[0]+2)}$, $\\var{n[0]*(index[0]+3)}$

\n

Common Difference = [[0]]

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

$\\var{n[1]*(index[1])}$, $?$, $\\var{n[1]*(index[1]+2)}$, $?$, $\\var{n[1]*(index[1]+4)}$

\n

Common Difference = [[0]]

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

$\\var{n[2]*(index[2])}$, $?$, $?$, $\\var{n[2]*(index[2]+3)}$, $?$, $?$, $\\var{n[2]*(index[2]+6)}$

\n

Common Difference = [[0]]

", "type": "gapfill", "gaps": [{"variableReplacementStrategy": "originalfirst", "marks": 1, "minValue": "{n[2]}", "correctAnswerStyle": "plain", "showCorrectAnswer": true, "correctAnswerFraction": false, "mustBeReducedPC": 0, "allowFractions": false, "notationStyles": ["plain", "en", "si-en"], "type": "numberentry", "maxValue": "{n[2]}", "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "mustBeReduced": false}], "showFeedbackIcon": true, "showCorrectAnswer": true, "variableReplacements": [], "scripts": {}}], "variable_groups": [], "ungrouped_variables": ["n", "index"], "variables": {"index": {"group": "Ungrouped variables", "description": "", "definition": "shuffle(5..15 except 10)[0..3]", "name": "index", "templateType": "anything"}, "n": {"group": "Ungrouped variables", "description": "", "definition": "shuffle(3..9)[0..3]", "name": "n", "templateType": "anything"}}, "functions": {}, "preamble": {"css": "", "js": ""}, "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Given sequences with missing terms, find the common difference between terms.

"}, "type": "question", "statement": "

Find the common differences of the following arithmetic sequences. Some of the terms are missing.

", "advice": "

In an arithmetic sequence, the difference between two adjecent terms is always the same.

\n

Call the common difference $d$, and the first term in the sequence $a_0$. Then the sequence goes as follows:

\n

\\[ a_0, \\; a_0+d, \\; a_0+2d, \\; a_0+3d, \\; \\ldots \\]

\n

The difference between a term in the sequence and the term $n$ places along is $n \\times d$.

\n

a)

\n

The difference between the first two terms is $\\var{n[0]*(index[0]+1)} - \\var{n[0]*index[0]} = \\var{n[0]}$.

\n

So the common difference is $\\var{n[0]}$.

\n

b)

\n

We're not given any adjacent terms of this sequence, but we are given some terms two palces apart.

\n

\\begin{align}
2d &= \\var{n[1]*(index[1]+2)} - \\var{n[1]*index[1]} \\\\
&= \\var{2*n[1]} \\\\
d &= \\var{n[1]}
\\end{align}

\n

The common difference is $\\var{n[1]}$.

\n

c)

\n

Again we're not given any adjacent terms of this sequence, but we have two terms three places apart.

\n

\\begin{align}
3d &= \\var{n[2]*(index[2]+3)} - \\var{n[2]*index[2]} \\\\
&= \\var{3*n[2]} \\\\
d &= \\var{n[2]}
\\end{align}

\n

The common difference is $\\var{n[2]}$.

\n

", "rulesets": {}, "extensions": [], "name": "Find common difference in arithmetic sequences with gaps", "variablesTest": {"condition": "", "maxRuns": 100}, "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Xiaodan Leng", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2146/"}]}]}], "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Xiaodan Leng", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2146/"}]}