// Numbas version: exam_results_page_options {"name": "Percentages: Percentage of an amount ", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"name": "Percentages: Percentage of an amount ", "tags": [], "metadata": {"description": "

Percentage of an amount

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

Write the following question down on paper and evaluate it without using a calculator.

\n

If you are unsure of how to do a question, click on Show steps to see the full working. Then, once you understand how to do the question, click on Try another question like this one to start again.

", "advice": "", "rulesets": {}, "extensions": [], "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"q": {"name": "q", "group": "Ungrouped variables", "definition": "random(9,11,20,90,99)", "description": "", "templateType": "anything", "can_override": false}, "percent2": {"name": "percent2", "group": "Ungrouped variables", "definition": "random(2..19)*factorsofhun[0][0]", "description": "", "templateType": "anything", "can_override": false}, "amount2": {"name": "amount2", "group": "Ungrouped variables", "definition": "random(2..12)*factorsofhun[0][1]", "description": "", "templateType": "anything", "can_override": false}, "factorsofhun": {"name": "factorsofhun", "group": "Ungrouped variables", "definition": "shuffle([[2,50],[4,25],[5,20]])", "description": "", "templateType": "anything", "can_override": false}, "ans2": {"name": "ans2", "group": "Ungrouped variables", "definition": "percent2*amount2/100", "description": "", "templateType": "anything", "can_override": false}, "number": {"name": "number", "group": "Ungrouped variables", "definition": "random(12..78)", "description": "", "templateType": "anything", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["factorsofhun", "amount2", "percent2", "ans2", "number", "q"], "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": "

Writing a percentage as a fraction or a decimal can be useful in the following type of questions:

\n

$\\var{percent2}\\%$ of $\\var{amount2}$ is [[0]]

", "stepsPenalty": "1", "steps": [{"type": "information", "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": "

Write the percentage as a fraction or decimal and replace the word 'of' with '$\\times$'.

\n

This question requires you to know how to multiply fractions (multiply the tops and multiply the bottoms) and divide by $100$ (move the decimal place twice to make the number smaller).

\n

\n
\n

\n

In particular, \\begin{align}\\var{percent2}\\% \\text{ of } \\var{amount2} &= \\frac{\\var{percent2}}{100}\\times \\var{amount2} \\\\[2mm]&=\\frac{\\var{percent2}}{100}\\times \\frac{\\var{amount2}}{1}\\\\[2mm]&= \\frac{\\var{percent2}\\times \\var{amount2}}{100}\\\\[2mm]&=\\frac{\\var{percent2*amount2}}{100}\\\\[2mm]&=\\var{ans2}\\end{align}

"}], "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": "{ans2}", "maxValue": "{ans2}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "displayAnswer": "", "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": "

It is often useful to determine $10\\%$ and $1\\%$ of an amount so you can combine them to get other percentages. For example,

\n

$10\\%$ of $\\var{number}$ is [[0]],

\n

$1\\%$ of $\\var{number}$ is [[1]],

\n

and by using the above we can say $\\var{q}\\%$ of $\\var{number}$ is  [[2]].

", "stepsPenalty": "3", "steps": [{"type": "information", "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": "

Move the decimal point once to the left to get 10%, move it one more time to the left to get 1%. Add and subtract multiples of these as required.

\n

\n
\n

Notice

\n

\\[10\\%=\\frac{10}{100}=\\frac{1}{10}=1\\div 10 = 0.1\\]

\n

and 

\n

\\[1\\%=\\frac{1}{100}=1\\div 100 = 0.01\\]

\n
\n

This means that

\n

$10\\%$ of $\\var{number}$ is $\\var{number/10}$,

\n

$1\\%$ of $\\var{number}$ is $\\var{number/100}$,

\n

and from this we can calculate $\\var{q}\\%$ of $\\var{number}$ since 

\n

$9\\%=10\\%-1\\%=\\var{number/10}-\\var{number/100}=\\var{q*number/100}$. $11\\%=10\\%+1\\%=\\var{number/10}+\\var{number/100}=\\var{q*number/100}$. $20\\%=10\\%+10\\%=\\var{number/10}+\\var{number/10}=\\var{q*number/100}$. $90\\%=100\\%-10\\%=\\var{number}-\\var{number/10}=\\var{q*number/100}$. $99\\%=100\\%-1\\%=\\var{number}-\\var{number/100}=\\var{q*number/100}$.

\n

"}], "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": "{number/10}", "maxValue": "{number/10}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "displayAnswer": "", "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": "{number/100}", "maxValue": "{number/100}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "displayAnswer": "", "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": "{q*number}/100", "maxValue": "{q*number}/100", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "displayAnswer": "", "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always", "contributors": [{"name": "Ben Brawn", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/605/"}]}]}], "contributors": [{"name": "Ben Brawn", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/605/"}]}