// Numbas version: exam_results_page_options {"name": "Addition and Subtraction", "metadata": {"description": "

Addition and Subtraction by hand questions, whole numbers and decimals. Fully worked solutions in feedback.

\n

", "licence": "Creative Commons Attribution-NonCommercial 4.0 International"}, "duration": 0, "percentPass": "100", "showQuestionGroupNames": false, "showstudentname": true, "question_groups": [{"name": "Addition ", "pickingStrategy": "all-ordered", "pickQuestions": 1, "questionNames": ["", ""], "questions": [{"name": "Addition - whole and decimal numbers", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Lyn Gardner", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1742/"}], "tags": [], "metadata": {"description": "

Addition calculations to be carried out by hand, full worked solutions in feedback.

\n

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

Addition of numbers of any size.

\n

Calculate the following without using a calculator.

", "advice": "

\n

Addition of numbers

\n

Part a)

\n

To add numbers we need to take into account their place value, so line numbers up placing the hundreds, tens and units  in vertical columns.

\n

\\[\\begin{align} \\var{a}&\\\\\\underline{+\\hspace{0.5cm}\\var{b}}&\\\\=\\hspace{1cm}\\end{align}\\]

\n

Addition is started in the right hand column, the units.  $\\var{au}+\\var{bu}=\\var{au+bu}$. Any tens in the answer to this are then carried across to be added to the tens total. In this case the answer has $\\var{((au+bu)-mod(au+bu,10))/10}$ in the tens column to carry across and $\\var{mod((au+bu),10)}$ in the units column which can go straight in for the answer.

\n

\\[\\begin{align} \\var{a}&\\\\\\underline{+\\hspace{0.5cm}\\var{b}}&\\\\=\\hspace{0.5cm}\\ _\\var{((au+bu)-mod(au+bu,10))/10} \\var{mod(au+bu,10)}&\\\\\\end{align}\\]

\n

The next column is the tens column, $\\var{at}+\\var{bt}=\\var{at+bt}$ Add to this anything that was carried over from the units, $\\var{((au+bu)-(mod(au+bu,10)))/10}$, makes it $\\var{at+bt+((au+bu)-mod(au+bu,10))/10}$. As we are adding the tens column, the $\\var{mod(at+bt+((au+bu)-mod(au+bu,10))/10,10)}$ is placed in the answer in this position and the $\\var{(at+bt+((au+bu)-mod(au+bu,10))/10-(mod(at+bt+((au+bu)-mod(au+bu,10))/10,10)))/10}$ is carried across to the hundreds column.

\n

\\[\\begin{align} \\var{a}&\\\\\\underline{+\\hspace{0.5cm}\\var{b}}&\\\\=\\hspace{0.5cm}\\ _\\var{(at+bt-mod(at+bt,10))/10} \\var{mod(at+bt+((au+bu)-mod(au+bu,10))/10,10)}\\var{mod(au+bu,10)}&\\\\\\end{align}\\]

\n

Then finally the hundreds column. There is only one value in this column so all that is needed is for any digits carried over from the total of the tens column need to be added to this value. So this is $\\var{bh}+\\var{(at+bt-mod(at+bt,10))/10}=\\var{bh+(at+bt-mod(at+bt,10))/10}$. This is then placed in the answer in the appropriate position, in the hundreds column, if the answer has two digits then the first of these is carried across and placed in the thousands position.

\n

\\[\\begin{align} \\var{a}&\\\\\\underline{+\\hspace{0.5cm}\\var{b}}&\\\\=\\hspace{0.5cm}\\var{a+b}\\end{align}\\]

\n

If there were more values then the process would continue until you had added each column in turn. 

\n

Part b)

\n

\\[\\begin{align} \\var{2*a}&\\\\\\underline{+\\hspace{0.5cm}\\var{b}}&\\\\=\\hspace{1cm}\\end{align}\\]

\n

Starting with the units $\\var{mod(2*a,10)}+\\var{bu}=\\var{mod(2*a,10)+bu}$.

\n

So $\\var{((mod(2*a,10)+bu)-mod(mod(2*a,10)+bu,10))/10}$ is carried across to the tens column and $\\var{mod((mod(2*a,10)+bu),10)}$ in the units column answer.

\n

\\[\\begin{align} \\var{2*a}&\\\\\\underline{+\\hspace{0.5cm}\\var{b}}&\\\\=\\hspace{0.5cm}\\ _\\var{((mod(2*a,10)+bu)-mod(mod(2*a,10)+bu,10))/10} \\var{mod(mod(2*a,10)+bu,10)}&\\\\\\end{align}\\]

\n

\n

The next column, $\\var{(mod(2*a,100)-mod(2*a,10))/10}+\\var{bt}=\\var{(mod(2*a,100)-mod(2*a,10))/10+bt}$

\n

Add to this anything that was carried over from the units, $\\var{(mod(2*a,100)-mod(2*a,10))/10+bt}+\\var{((mod(2*a,10)+bu)-(mod(mod(2*a,10)+bu,10)))/10}=\\var{(mod(2*a,100)-mod(2*a,10))/10+bt+((mod(2*a,10)+bu)-mod(mod(2*a,10)+bu,10))/10}$.

\n

So $\\var{mod((mod(2*a,100)-mod(2*a,10))/10+bt+((mod(2*a,10)+bu)-mod(mod(2*a,10)+bu,10))/10,10)}$ is placed in the answer and $\\var{((mod(2*a,100)-mod(2*a,10))/10+bt-mod((mod(2*a,100)-mod(2*a,10))/10+bt,10))/10}$ is carried across to the hundreds column.

\n

\n

\\[\\begin{align} \\var{2*a}&\\\\\\underline{+\\hspace{0.5cm}\\var{b}}&\\\\=\\hspace{0.5cm}\\ _\\var{((mod(2*a,100)-mod(2*a,10))/10+bt-mod((mod(2*a,100)-mod(2*a,10))/10+bt,10))/10} \\var{mod((mod(2*a,100)-mod(2*a,10))/10+bt+((mod(2*a,10)+bu)-mod(mod(2*a,10)+bu,10))/10,10)}\\var{mod(mod(2*a,10)+bu,10)}&\\\\\\end{align}\\]

\n

\n

Similarly for the hundreds column, $\\var{(mod(2*a,1000)-mod(2*a,100))/100}+\\var{bh}+\\var{((mod(2*a,100)-mod(2*a,10))/10+bt-mod((mod(2*a,100)-mod(2*a,10))/10+bt,10))/10}=\\var{(mod(2*a,1000)-mod(2*a,100))/100+bh+((mod(2*a,100)-mod(2*a,10))/10+bt-mod((mod(2*a,100)-mod(2*a,10))/10+bt,10))/10}$ This is then placed in the answer in the appropriate position, in the hundreds column, if the answer has two digits then the first of these is carried across and placed in the thousands position.

\n

\\[\\begin{align} \\var{2*a}&\\\\\\underline{+\\hspace{0.5cm}\\var{b}}&\\\\=\\hspace{0.5cm}\\var{2*a+b}\\end{align}\\]

\n

\n

\n

Addition of decimal numbers

\n

Part c)

\n

The process for addition of decimals is the same as that for whole numbers, lining up place values and starting addition with the right hand column. The important thing to remember when adding decimals is to ensure that all the numbers are aligned by the decimal point, this ensures each column contains the right place value.

\n

Whole numbers are lined up so that they are directly to the left of the point. For ease you can add 0's in spaces where there are no numbers, making each number have the same number of decimal places.

\n

\\[\\begin{align} \\var{a3}&\\\\\\var{c3}&\\\\\\underline{+\\hspace{0.5cm}\\var{d}}&\\\\=\\hspace{2cm}\\end{align}\\]

\n

Then carrying out addition down each column, starting with right hand column $0+0+\\var{sigformat(mod((1000*d),10),1)}=\\var{sigformat(mod((1000*d),10),1)}$.

\n

\\[\\begin{align} \\var{a3}&\\\\\\var{c3}&\\\\\\underline{+\\hspace{0.5cm}\\var{d}}&\\\\=\\hspace{2cm}\\var{sigformat(mod((1000*d),10),1)}&\\end{align}\\]

\n

\n

Continuing in this way $0+\\var{mod((100*c),10)}+\\var{(mod((1000*d)-mod(1000*d,10),100))/10}=\\var{mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10}$

\n

In this case the answer has $\\var{(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10-(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)))/10}$ to carry across and $\\var{mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)}$ which can go straight in for the answer.

\n

\\[\\begin{align} \\var{a3}&\\\\\\var{c3}&\\\\\\underline{+\\hspace{0.5cm}\\var{d}}&\\\\=\\hspace{2cm}\\ _\\var{sigformat((mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10-(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)))/10,1)} \\var{sigformat(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10),1)}\\var{sigformat(mod(1000*d,10),1)}&\\\\\\end{align}\\]

\n

\n

The next column is $0+\\var{(mod(100*c,100)-mod(100*c,10))/10}+\\var{(mod(1000*d,1000)-mod(1000*d,100))/100}=\\var{(mod(100*c,100)-mod(100*c,10))/10+(mod(1000*d,1000)-mod(1000*d,100))/100}$

\n

Adding anything carried over $\\var{(mod(100*c,100)-mod(100*c,10))/10+(mod(1000*d,1000)-mod(1000*d,100))/100}+\\var{(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10-(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)))/10}=\\var{(mod(100*c,100)-mod(100*c,10))/10+(mod(1000*d,1000)-mod(1000*d,100))/100+(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10-(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)))/10}$

\n

\n

\\[\\begin{align} \\var{a3}&\\\\\\var{c3}&\\\\\\underline{+\\hspace{0.5cm}\\var{d}}&\\\\=\\hspace{2cm}\\ _\\var{((mod(100*c,100)-mod(100*c,10))/10+(mod(1000*d,1000)-mod(1000*d,100))/100+(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10-(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)))/10-mod((mod(100*c,100)-mod(100*c,10))/10+(mod(1000*d,1000)-mod(1000*d,100))/100+(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10-(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)))/10,10))/10} .\\var{mod((mod(100*c,100)-mod(100*c,10))/10+(mod(1000*d,1000)-mod(1000*d,100))/100+(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10-(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)))/10,10)}\\var{mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)}\\var{sigformat(mod(1000*d,10),1)}&\\\\\\end{align}\\]

\n

\n

So for the above the carry across is $\\var{((mod(100*c,100)-mod(100*c,10))/10+(mod(1000*d,1000)-mod(1000*d,100))/100+(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10-(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)))/10-mod((mod(100*c,100)-mod(100*c,10))/10+(mod(1000*d,1000)-mod(1000*d,100))/100+(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10-(mod(mod((100*c),10)+(mod((1000*d)-mod((1000*d),10),100))/10,10)))/10,10))/10}$ and the addition continues in the same way as for the whole numbers to produce

\n

\n

\\[\\begin{align} \\var{a3}&\\\\\\var{c3}&\\\\\\underline{+\\hspace{0.5cm}\\var{d}}&\\\\=\\hspace{2cm}\\var{d+a+c}&\\end{align}\\]

\n

\n

\n

Part d)

\n

Again the first thing to do is to line the numbers up by thier decimal points. You do not need to put the numbers into size order but some people find this helpful.

\n

\\[\\begin{align} \\var{j}&\\\\\\var{k}&\\\\\\underline{+\\hspace{0.5cm}\\var{l}}&\\\\=\\hspace{2cm}\\end{align}\\]

\n

Then carrying out addition down each column, starting with right hand column $0+0+\\var{sigformat(mod((1000*l),10),1)}=\\var{sigformat(mod((1000*l),10),1)}$.

\n

\\[\\begin{align} \\var{j}&\\\\\\var{k}&\\\\\\underline{+\\hspace{0.5cm}\\var{l}}&\\\\=\\hspace{2cm}\\var{sigformat(mod((1000*l),10),1)}&\\end{align}\\]

\n

\n

Continuing in this way $0+\\var{mod((100*k1),10)}+\\var{(mod((1000*l)-mod(1000*l,10),100))/10}=\\var{mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10}$

\n

In this case the answer has $\\var{(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10-(mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)))/10}$ to carry across and $\\var{mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)}$ which can go straight in for the answer.

\n

\n

\\[\\begin{align} \\var{j}&\\\\\\var{k}&\\\\\\underline{+\\hspace{0.5cm}\\var{l}}&\\\\=\\hspace{2cm}\\ _\\var{(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10-(mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)))/10} \\var{mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)}\\var{sigformat(mod(1000*l,10),1)}&\\\\\\end{align}\\]

\n

\n

\n

The next column is $0+\\var{(mod(100*k1,100)-mod(100*k1,10))/10}+\\var{(mod(1000*l,1000)-mod(1000*l,100))/100}=\\var{(mod(100*k1,100)-mod(100*k1,10))/10+(mod(1000*l,1000)-mod(1000*l,100))/100}$

\n

Adding anything carried over $\\var{(mod(100*k1,100)-mod(100*k1,10))/10+(mod(1000*l,1000)-mod(1000*l,100))/100}+\\var{(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10-(mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)))/10}=\\var{(mod(100*k1,100)-mod(100*k1,10))/10+(mod(1000*l,1000)-mod(1000*l,100))/100+(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10-(mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)))/10}$

\n

\n

\\[\\begin{align} \\var{j}&\\\\\\var{k}&\\\\\\underline{+\\hspace{0.5cm}\\var{l}}&\\\\=\\hspace{2cm}\\ _\\var{((mod(100*k1,100)-mod(100*k1,10))/10+(mod(1000*l,1000)-mod(1000*l,100))/100+(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10-(mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)))/10-mod((mod(100*k1,100)-mod(100*k1,10))/10+(mod(1000*l,1000)-mod(1000*l,100))/100+(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10-(mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)))/10,10))/10} .\\var{mod((mod(100*k1,100)-mod(100*k1,10))/10+(mod(1000*l,1000)-mod(1000*l,100))/100+(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10-(mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)))/10,10)}\\var{mod(mod((100*k1),10)+(mod((1000*l)-mod((1000*l),10),100))/10,10)}\\var{sigformat(mod(1000*l,10),1)}&\\\\\\end{align}\\]

\n

And carrying on in the same way until all columns have been completed to give

\n

\\[\\begin{align} \\var{j}&\\\\\\var{k}&\\\\\\underline{+\\hspace{0.5cm}\\var{l}}&\\\\=\\hspace{2cm}\\var{j1+k1+l}&\\end{align}\\]

\n

\n

Part e)

\n

Again lining the numbers up around the decimal point and adding each column in turn gives

\n

\n

\\[\\begin{align} \\var{b3}&\\\\\\var{l}&\\\\\\underline{+\\hspace{0.5cm}\\var{c3}}&\\\\=\\hspace{2cm}\\var{b+l+c}&\\end{align}\\]

\n

\n

\n

Additional resources

\n

For further examples and questions

\n

Multi Digit Addition - Khan Academy

\n

Adding Decimals - Khan Academy

\n

\n

\n

\n

\n

\n

\n

", "rulesets": {}, "variables": {"at": {"name": "at", "group": "Ungrouped variables", "definition": "(mod(a,100)-au)/10", "description": "", "templateType": "anything"}, "bh": {"name": "bh", "group": "Ungrouped variables", "definition": "(mod(b,1000)-mod(b,100))/100", "description": "

Hundreds value of b

", "templateType": "anything"}, "abt": {"name": "abt", "group": "Ungrouped variables", "definition": "((mod((a+b),100)-(mod((a+b),10)))/10)", "description": "

Digit in Tens pace value of a+b

", "templateType": "anything"}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "random(0.001 .. 1000#0.002)", "description": "

decimal between 0 and 1000 , 3 decimal places

", "templateType": "randrange"}, "b3": {"name": "b3", "group": "Ungrouped variables", "definition": "dpformat(b,3)", "description": "

b with 3 decimal placeholders

", "templateType": "anything"}, "abu": {"name": "abu", "group": "Ungrouped variables", "definition": "mod(a+b,10)", "description": "

units digit of a+b

", "templateType": "anything"}, "bt": {"name": "bt", "group": "Ungrouped variables", "definition": "(mod(b,100)-mod(b,10))/10", "description": "

Tens value of b

", "templateType": "anything"}, "ab": {"name": "ab", "group": "Ungrouped variables", "definition": "a+b", "description": "

total of a +b

", "templateType": "anything"}, "k1": {"name": "k1", "group": "Ungrouped variables", "definition": "random(0 .. 50#0.01)", "description": "", "templateType": "randrange"}, "f": {"name": "f", "group": "Ungrouped variables", "definition": "random(1003.1 .. 9000#100)", "description": "

number containing zero's in middle

", "templateType": "randrange"}, "au": {"name": "au", "group": "Ungrouped variables", "definition": "mod(a,10)", "description": "

Unit value of a

", "templateType": "anything"}, "j": {"name": "j", "group": "Ungrouped variables", "definition": "dpformat(j1,3)", "description": "

J1 to 3 decimal places

", "templateType": "anything"}, "g": {"name": "g", "group": "Ungrouped variables", "definition": "random(89.7 .. 9999#100)", "description": "

Decimal Number with high numbers in

", "templateType": "randrange"}, "c": {"name": "c", "group": "Ungrouped variables", "definition": "random(0.01 .. 100#0.02)", "description": "

Decimal between 0 and 100

", "templateType": "randrange"}, "j1": {"name": "j1", "group": "Ungrouped variables", "definition": "random(10 .. 1000#1)", "description": "

whole number

", "templateType": "randrange"}, "a3": {"name": "a3", "group": "Ungrouped variables", "definition": "dpformat(a,3)", "description": "", "templateType": "anything"}, "l": {"name": "l", "group": "Ungrouped variables", "definition": "random(302.001 .. 1000#0.002)", "description": "", "templateType": "randrange"}, "c3": {"name": "c3", "group": "Ungrouped variables", "definition": "dpformat(c,3)", "description": "", "templateType": "anything"}, "abh": {"name": "abh", "group": "Ungrouped variables", "definition": "(mod(a+b,1000)-mod(a+b,100))/100", "description": "

The digit in the hundreds postion for a+b

", "templateType": "anything"}, "a": {"name": "a", "group": "Ungrouped variables", "definition": "random(1 .. 99#1)", "description": "

Integer between 1-99

", "templateType": "randrange"}, "bu": {"name": "bu", "group": "Ungrouped variables", "definition": "mod(b,10)", "description": "

Unit value of b

", "templateType": "anything"}, "k": {"name": "k", "group": "Ungrouped variables", "definition": "dpformat(k1,3)", "description": "", "templateType": "anything"}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "random(100 .. 999#1)", "description": "

Integer between 100 and 999

", "templateType": "randrange"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "b", "c", "d", "f", "g", "au", "at", "bu", "bt", "bh", "ab", "abu", "abt", "abh", "a3", "c3", "j1", "j", "k1", "k", "l", "b3"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "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": "

 $\\var{a}+\\var{b}$=[[0]]

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "a+b", "maxValue": "a+b", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "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": "

$\\var{b}+\\var{a*2}$ =[[0]]

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "b+2a", "maxValue": "b+2a", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "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": "

$\\var{a}+\\var{c}+\\var{d}$=[[0]]

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "a+c+d", "maxValue": "a+c+d", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "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": "

$\\var{j1}+\\var{k1}+\\var{l}$=[[0]]

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "j1+k1+l", "maxValue": "j1+k1+l", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "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": "

$\\var{b}+\\var{l}+\\var{c}$=[[0]]

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "b+l+c", "maxValue": "b+l+c", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}, {"name": "Subtraction", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Lyn Gardner", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1742/"}], "tags": [], "metadata": {"description": "

Subtraction questions, whole and decimal, to be carried out by hand. Full worked solutions given in feedback.

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

Subtraction.

\n

Work out the following without using a calculator.

", "advice": "

\n

Subtraction by hand

\n

To carry out subtraction by hand the easiest way is to line the numbers up one above the other. When lining them up make sure that each place value is lined up correctly. Remember that the first number in the subtraction is placed above the second. The order of subtraction is important and it must be remembered throughout the calculation that it is the top number minus the bottom number.

\n

Part a)

\n

i)

\n

Lining these up gives

\n

\\[\\begin{align}\\var{a}&\\\\\\underline{-{\\hspace 0.5cm}\\var{b}}&\\\\\\end{align}\\]

\n

Carrying out subtraction down each column in turn starting with the furthest right and placing the answer of these two digits underneath each column gives

\n

$\\var{z}-\\var{v}=\\var{z-v}$,

\n

\\[\\begin{align}\\var{a}&\\\\\\underline{-{\\hspace 0.5cm}\\var{b}}&\\\\\\var{z-v}&\\\\\\end{align}\\]

\n

And for the other columns $\\var{y}-\\var{u}=\\var{y-u}$ and $\\var{x}-\\var{t}=\\var{x-t}$

\n

\\[\\begin{align}\\var{a}&\\\\\\underline{-{\\hspace 0.5cm}\\var{b}}&\\\\\\var{a-b}&\\\\\\end{align}\\]

\n

ii)

\n

Lining these up gives

\n

\\[\\begin{align}\\var{c}&\\\\\\underline{-{\\hspace 0.5cm}\\var{d}}&\\\\\\end{align}\\]

\n

Carrying out subtraction down each column in turn starting with the furthest right and placing the answer of these two digits underneath each column gives

\n

$\\var{y}-\\var{u}=\\var{y-u}$,

\n

\\[\\begin{align}\\var{c}&\\\\\\underline{-{\\hspace 0.5cm}\\var{d}}&\\\\\\var{y-u}&\\\\\\end{align}\\]

\n

And for the other columns $\\var{z}-\\var{v}=\\var{z-v}$ and $\\var{x}-\\var{t}=\\var{x-t}$

\n

\\[\\begin{align}\\var{c}&\\\\\\underline{-{\\hspace 0.5cm}\\var{d}}&\\\\\\var{c-d}&\\\\\\end{align}\\]

\n

\n

Part b)

\n

In part a for each column the number at the top was equal to or greater than the number below it. In this case the subtraction did not need any rearranging or consideration of surrounding columns. This is not often the case with subtraction and when the top number of a column is less than the number beneath it some rearranging may be required. At this point remembering that the column is part of a bigger calculation enables the digits to be changed so that the top number is bigger in each column. It can be helpful to think of it in terms of money and changing a larger domination coin into smaller ones, 10p = 10 x 1p. If the digit at the top of a column is less than the digit below it then this can be changed by looking to the column to the left. If this is not 0 at the top you can change one from this column into 10 in your column.

\n

i)

\n

Lining up the numbers in the same way gives

\n

\\[\\begin{align}\\var{f}&\\\\\\underline{-{\\hspace 0.5cm}\\var{g}}\\\\\\end{align}\\]

\n

Looking at the furthest right column the calculation we want to perform is $\\var{t}-\\var{z}$, but the number at the top is smaller than the number at the bottom. We need to change this by reducing the number at the top in the column to the left of it by 1 and adding 10 to the top of this column. So the top row now becomes $\\var{y},\\var{x-1},\\var{t+10}$ and the subtraction is performed on the following numbers.

\n

\\[\\begin{align}\\var{y}^{\\;\\var{x-1}}\\rlap{/}\\var{x}^{\\;1}\\var{t}&\\\\\\underline{-{\\hspace 0.5cm}\\var{t}\\  \\;\\;\\var{u}\\ \\;\\; \\var{z}}&\\\\\\end{align}\\]

\n

So now carrying out the subtraction down each column gives

\n

$\\var{t+10}-\\var{z}=\\var{t+10-z}$, $\\var{x-1}-\\var{u}=\\var{x-1-u}$, $\\var{y}-\\var{t}=\\var{y-t}$

\n

\\[\\begin{align}\\var{y}^{\\;\\var{x-1}}\\rlap{/}\\var{x}^{\\;1}\\var{t}&\\\\\\underline{-{\\hspace 0.5cm}\\var{t}\\ \\;\\;\\var{u}\\ \\;\\;\\var{z}}&\\\\\\var{y-t}\\ \\;\\;\\var{x-1-u}\\ \\;\\;\\var{t+10-z}&\\\\\\end{align}\\]

\n

\n

ii)

\n

Again lining up the numbers gives

\n

\\[\\begin{align}\\var{h}&\\\\\\underline{-{\\hspace 0.5cm}\\var{l}}\\\\\\end{align}\\]

\n

Looking at each column and exchanging along the top where the bottom number is larger the subtraction becomes

\n

\\[\\begin{align}\\var{x}^{\\;\\var{u-1}}\\rlap{/}\\var{u}^{\\;1}\\var{v}&\\\\\\underline{-{\\hspace 1cm}\\var{y}\\ \\;\\; \\var{z}}&\\\\\\end{align}\\]

\n

There is still a column with the top number smaller than the bottom, so the process is repeated, carried out in all positions from right to left where the top number is smaller than the bottom.

\n

\\[\\begin{align}^{\\;\\var{x-1}}\\rlap{/}\\var{x}^{\\;\\var{u-1+10}}\\rlap{/}\\var{u}^{\\;1}\\var{v}&\\\\\\underline{-{\\hspace 1cm}\\var{y}\\ \\;\\; \\var{z}}&\\\\\\end{align}\\]

\n

\n

Carrying out subtraction down each column in turn starting with the furthest right and placing the answer of these two digits underneath each column gives

\n

\\[\\begin{align}^{\\;\\var{x-1}}\\rlap{/}\\var{x}^{\\;\\var{u-1+10}}\\rlap{/}\\var{u}^{\\;1}\\var{v}&\\\\\\underline{-{\\hspace 1cm}\\var{y}\\ \\; \\var{z}}&\\\\\\var{x-1}\\ \\;\\;\\; \\var{u-1+10-y}\\ \\; \\var{v+10-z}&\\\\\\end{align}\\]

\n

\n

Part c)

\n

With decimals the key point is to line up the numbers by the decimal point and it can be made easier by adding 0's in to any gaps.

\n

i)

\n

So lining up the numbers in this case gives

\n

\\[\\begin{align}\\var{x}\\var{y}.\\var{z}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{t}.\\var{u}\\var{v}}&\\\\\\end{align}\\]

\n

The same method is used as before, looking at each column in turn and if the top number is smaller than the bottom then change the top numbers by taking one from the column to the left and adding 10 to the current column so the top number becomes more than the bottom in that column.

\n

\\[\\begin{align}\\var{x}\\ \\;\\; \\var{y}.^{\\var{z-1}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{t}.\\ \\; \\var{u}\\ \\;\\; \\var{v}}&\\\\\\end{align}\\]

\n

Carrying out the calculation the answer is found. Make sure that the decimal point is placed in the correct place in the answer

\n

\\[\\begin{align}\\var{x}\\ \\;\\; \\var{y}.^{\\var{z-1}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{t}.\\ \\; \\var{u}\\ \\;\\; \\var{v}}&\\\\\\var{x}\\ \\;\\; \\var{y-t}.\\ \\; \\var{z-1-u}\\ \\;\\; \\var{10-v}&\\\\\\end{align}\\]

\n

ii)

\n

\\[\\begin{align}\\var{t}\\var{u}.\\var{z}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{y}.\\var{x}\\var{t}}&\\\\\\end{align}\\]

\n

The same method is used as before, looking at each column in turn and if the top number is smaller than the bottom then change the top numbers by taking one from the column to the left and adding 10 to the current column so the top number becomes more than the bottom in that column.

\n

\\[\\begin{align}\\var{t}\\ \\;\\; \\var{u}.^{\\var{z-1}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{y}.\\ \\; \\var{x}\\ \\;\\; \\var{t}}&\\\\\\end{align}\\]

\n

Carying out the calculation the answer is found . Make sure that the decimal point is placed in the correct place in the answer.

\n
\n

\\[\\begin{align}\\var{t}\\ \\;\\;^{\\var{u-1}} \\rlap{/}\\var{u}.^{\\var{z-1+10}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{y}.\\;\\ \\; \\var{x}\\ \\;\\; \\var{t}}&\\\\\\end{align}\\]

\n

\n

\\[\\begin{align}^{\\var{t-1}}\\rlap{/}\\var{t}\\ \\;\\;^{\\var{u-1+10}} \\rlap{/}\\var{u}.^{\\var{z-1+10}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{y}.\\;\\ \\; \\var{x}\\ \\;\\; \\var{t}}&\\\\\\end{align}\\]

\n

Now carrying out the calculations in each column gives

\n

\\[\\begin{align}^{\\var{t-1}}\\rlap{/}\\var{t}\\ \\;\\;^{\\var{u-1+10}} \\rlap{/}\\var{u}.^{\\var{z-1+10}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{y}.\\;\\ \\; \\var{x}\\ \\;\\; \\var{t}}&\\\\\\var{t-1}\\ \\;\\; \\var{u+9-y}.\\;\\ \\; \\var{z+9-x}\\ \\;\\; \\var{10-t}&\\\\\\end{align}\\]

\n
\n

\n
\n

\\[\\begin{align}^{\\var{t-1}}\\rlap{/}\\var{t}\\ \\;\\;^{\\var{1}} \\var{u}.^{\\var{z-1}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{y}.\\ \\; \\var{x}\\ \\;\\; \\var{t}}&\\\\\\end{align}\\]

\n

Now carrying out the calculations in each column gives

\n

\\[\\begin{align}^{\\var{t-1}}\\rlap{/}\\var{t}\\ \\;\\;^{\\var{1}} \\var{u}.^{\\var{z-1}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{y}.\\ \\; \\var{x}\\ \\;\\; \\var{t}}&\\\\\\var{t-1}\\ \\;\\; \\var{u+10-y}.\\ \\; \\var{z-1-x}\\ \\;\\; \\var{10-t}&\\\\\\end{align}\\]

\n
\n

\n
\n

\\[\\begin{align}^{\\var{t-1}}\\rlap{/}\\var{t}\\ \\;\\;^{\\var{1}} \\var{u}.^{\\var{z-1}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{y}.\\ \\; \\var{x}\\ \\;\\; \\var{t}}&\\\\\\end{align}\\]

\n

Now carrying out the calculations in each column gives

\n

\\[\\begin{align}^{\\var{t-1}}\\rlap{/}\\var{t}\\ \\;\\;^{\\var{1}} \\var{u}.^{\\var{z-1}}\\rlap{/}\\var{z}^{\\ \\;1}0&\\\\\\underline{-{\\hspace 0.5cm}\\var{y}.\\ \\; \\var{x}\\ \\;\\; \\var{t}}&\\\\\\var{t-1}\\ \\;\\; \\var{u+10-y}.\\ \\; \\var{z-1-x}\\ \\;\\; \\var{10-t}&\\\\\\end{align}\\]

\n
\n

\n

Additional resources

\n

\n

For further examples and questions

\n

Multi Digit Subtraction - Khan Academy

\n

Subtracting Decimals - Khan Academy

", "rulesets": {}, "variables": {"a1": {"name": "a1", "group": "Ungrouped variables", "definition": "a/10", "description": "

xy.z

", "templateType": "anything"}, "f2": {"name": "f2", "group": "Ungrouped variables", "definition": "f/100", "description": "

x.yt

", "templateType": "anything"}, "b2": {"name": "b2", "group": "Ungrouped variables", "definition": "b/100", "description": "

t.uv

", "templateType": "anything"}, "g": {"name": "g", "group": "Ungrouped variables", "definition": "100*t+10*u+z", "description": "

tuz

", "templateType": "anything"}, "b1": {"name": "b1", "group": "Ungrouped variables", "definition": "b/10", "description": "

tu.v

", "templateType": "anything"}, "x": {"name": "x", "group": "Ungrouped variables", "definition": "random(4..9 except u-1 except u)", "description": "

(4..9)

", "templateType": "anything"}, "y": {"name": "y", "group": "Ungrouped variables", "definition": "random(5..9 except x except u)", "description": "

(5..9)

", "templateType": "anything"}, "z": {"name": "z", "group": "Ungrouped variables", "definition": "random(5..9 except y except v except u)", "description": "

(5..9)

", "templateType": "anything"}, "t": {"name": "t", "group": "Ungrouped variables", "definition": "random(1 .. 4#1)", "description": "

(1..4)

", "templateType": "randrange"}, "l": {"name": "l", "group": "Ungrouped variables", "definition": "10*y+z", "description": "

yz

", "templateType": "anything"}, "c": {"name": "c", "group": "Ungrouped variables", "definition": "100*x+10*z+y", "description": "

xzy

", "templateType": "anything"}, "u": {"name": "u", "group": "Ungrouped variables", "definition": "random(1..5 except t)", "description": "

(1..5)

", "templateType": "anything"}, "a": {"name": "a", "group": "Ungrouped variables", "definition": "100*x+10*y+z", "description": "

xyz

", "templateType": "anything"}, "g1": {"name": "g1", "group": "Ungrouped variables", "definition": "g/10", "description": "

tu.v

", "templateType": "anything"}, "f": {"name": "f", "group": "Ungrouped variables", "definition": "100*y+10*x+t", "description": "

yxt

", "templateType": "anything"}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "100*t+10v+u", "description": "

tvu

", "templateType": "anything"}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "100*t+10*u+v", "description": "

tuv

", "templateType": "anything"}, "v": {"name": "v", "group": "Ungrouped variables", "definition": "random(1..5 except u)", "description": "

(1..5)

", "templateType": "anything"}, "a2": {"name": "a2", "group": "Ungrouped variables", "definition": "a/100", "description": "

x.yz

", "templateType": "anything"}, "h": {"name": "h", "group": "Ungrouped variables", "definition": "100*x+10*u+v", "description": "

xuv

", "templateType": "anything"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "x", "y", "z", "u", "v", "t", "b", "c", "d", "f", "g", "h", "l", "a1", "a2", "b1", "b2", "g1", "f2"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "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": "

i) $\\var{a}-\\var{b}$=[[0]]

\n

ii) $\\var{c} -\\var{d}$=[[1]]

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "a-b", "maxValue": "a-b", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}, {"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "c-d", "maxValue": "c-d", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "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": "

i) $\\var{f}-\\var{g}$=[[0]]

\n

ii) $\\var{h}-\\var{l}$=[[1]]

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "f-g", "maxValue": "f-g", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}, {"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "h-l", "maxValue": "h-l", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "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": "

i) $\\var{a1}-\\var{b2}$=[[0]]

\n

ii) $\\var{g1}-\\var{f2}$=[[1]]

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "a1-b2", "maxValue": "a1-b2", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}, {"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "g1-f2", "maxValue": "g1-f2", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}]}], "navigation": {"allowregen": true, "reverse": true, "browse": true, "allowsteps": true, "showfrontpage": true, "showresultspage": "oncompletion", "navigatemode": "sequence", "onleave": {"action": "none", "message": ""}, "preventleave": true, "startpassword": ""}, "timing": {"allowPause": true, "timeout": {"action": "none", "message": ""}, "timedwarning": {"action": "none", "message": ""}}, "feedback": {"showactualmark": true, "showtotalmark": true, "showanswerstate": true, "allowrevealanswer": true, "advicethreshold": 0, "intro": "", "reviewshowscore": true, "reviewshowfeedback": true, "reviewshowexpectedanswer": true, "reviewshowadvice": true, "feedbackmessages": []}, "contributors": [{"name": "Lyn Gardner", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1742/"}], "extensions": [], "custom_part_types": [], "resources": []}