// Numbas version: finer_feedback_settings {"name": "Simon's copy of Write down and apply the formula for an arithmetic sequence.", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Given the first few terms of an arithmetic sequence, write down its formula, then find a couple of particular terms.

"}, "tags": [], "ungrouped_variables": ["a1", "d", "small", "large"], "variable_groups": [], "variables": {"d": {"definition": "random(3..13 except 10)", "name": "d", "group": "Ungrouped variables", "description": "", "templateType": "anything"}, "a1": {"definition": "random(1..90)", "name": "a1", "group": "Ungrouped variables", "description": "

The first term in the sequence

", "templateType": "anything"}, "small": {"definition": "random(6..10)", "name": "small", "group": "Ungrouped variables", "description": "

A small index to compute

", "templateType": "anything"}, "large": {"definition": "random(10..50#5)*10", "name": "large", "group": "Ungrouped variables", "description": "

A large index to compute

", "templateType": "anything"}}, "name": "Simon's copy of Write down and apply the formula for an arithmetic sequence.", "parts": [{"showCorrectAnswer": true, "gaps": [{"showCorrectAnswer": true, "showFeedbackIcon": true, "answer": "{a1}+(n-1){d}", "unitTests": [], "scripts": {}, "answerSimplification": "basic", "vsetRange": [0, 1], "expectedVariableNames": [], "type": "jme", "customMarkingAlgorithm": "", "checkingType": "absdiff", "showPreview": true, "failureRate": 1, "marks": 1, "checkingAccuracy": 0.001, "vsetRangePoints": 5, "variableReplacements": [], "extendBaseMarkingAlgorithm": true, "checkVariableNames": false, "variableReplacementStrategy": "originalfirst"}], "showFeedbackIcon": true, "unitTests": [], "scripts": {}, "type": "gapfill", "customMarkingAlgorithm": "", "prompt": "

Write out an expression for $a_n$, the $n^{\\text{th}}$ term of the sequence, in terms of $n$.

\n

$a_n =$ [[0]]

\n

", "marks": 0, "sortAnswers": false, "variableReplacements": [], "extendBaseMarkingAlgorithm": true, "variableReplacementStrategy": "originalfirst"}, {"showCorrectAnswer": true, "gaps": [{"showCorrectAnswer": true, "showFeedbackIcon": true, "correctAnswerStyle": "plain", "maxValue": "a1+(small-1)*d", "unitTests": [], "scripts": {}, "notationStyles": ["plain", "en", "si-en"], "minValue": "a1+(small-1)*d", "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "mustBeReduced": false, "marks": 1, "mustBeReducedPC": 0, "variableReplacements": [], "extendBaseMarkingAlgorithm": true, "allowFractions": false, "type": "numberentry"}], "showFeedbackIcon": true, "unitTests": [], "scripts": {}, "type": "gapfill", "customMarkingAlgorithm": "", "prompt": "

\n

Find the $\\var{small}^{\\text{th}}$ term

\n

$a_{\\var{small}} = $ [[0]]

\n

", "marks": 0, "sortAnswers": false, "variableReplacements": [], "extendBaseMarkingAlgorithm": true, "variableReplacementStrategy": "originalfirst"}, {"showCorrectAnswer": true, "gaps": [{"showCorrectAnswer": true, "showFeedbackIcon": true, "correctAnswerStyle": "plain", "maxValue": "a1+(large-1)*d", "unitTests": [], "scripts": {}, "notationStyles": ["plain", "en", "si-en"], "minValue": "a1+(large-1)*d", "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "mustBeReduced": false, "marks": 1, "mustBeReducedPC": 0, "variableReplacements": [], "extendBaseMarkingAlgorithm": true, "allowFractions": false, "type": "numberentry"}], "showFeedbackIcon": true, "unitTests": [], "scripts": {}, "type": "gapfill", "customMarkingAlgorithm": "", "prompt": "

Find the $\\var{large}^{\\text{th}}$ term

\n

$a_{\\var{large}} = $[[0]]

", "marks": 0, "sortAnswers": false, "variableReplacements": [], "extendBaseMarkingAlgorithm": true, "variableReplacementStrategy": "originalfirst"}], "rulesets": {}, "preamble": {"css": "", "js": ""}, "statement": "

In this question, consider the sequence

\n

\\[ a = \\var{a1}, \\; \\var{a1+d}, \\; \\var{a1+d*2}, \\; \\var{a1+d*3}, \\; \\ldots \\]

\n

A helpful person has drawn out a table of the terms so far.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
$\\boldsymbol{n}$$1$$2$$3$$4$$\\ldots$
$\\boldsymbol{a_n}$$\\var{a1}$$\\var{a1+d}$$\\var{a1+2d}$$\\var{a1+3d}$$\\ldots$
", "functions": {}, "variablesTest": {"condition": "", "maxRuns": 100}, "extensions": [], "advice": "

The formula for the $n^\\text{th}$ term, $a_n$, of an arithmetic sequence is

\n

\\[ a_n=a_1+(n-1)d \\text{.} \\]

\n

$a_1$ is the first term, and $d$ is the common difference between adjacent terms.

\n

a)

\n

In the given sequence, the common difference is $\\var{a1+d} - \\var{a1} = \\var{d}$, and the first term is $\\var{a1}$.

\n

So, the formula for this sequence is

\n

\\[ a_n = \\var{a1} + (n-1) \\times \\var{d} \\text{.} \\]

\n

(which can be simplified to $ a_n = \\simplify{{a1} + {d}n-{d}}$ if desired)

\n

b)

\n

\\[ a_\\var{small} = \\var{a1} + (\\var{small}-1) \\times \\var{d} = \\var{a1+(small-1)*d} \\text{.} \\]

\n

c)

\n

\\[ a_\\var{large} = \\var{a1} + (\\var{large}-1) \\times \\var{d} = \\var{a1+(large-1)*d} \\text{.} \\]

\n

\n

", "type": "question", "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Simon Thomas", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3148/"}]}]}], "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Simon Thomas", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3148/"}]}