// Numbas version: finer_feedback_settings {"name": "Error & Approximation", "feedback": {"allowrevealanswer": true, "showtotalmark": true, "advicethreshold": 0, "intro": "", "feedbackmessages": [], "showanswerstate": true, "showactualmark": true, "enterreviewmodeimmediately": true, "showexpectedanswerswhen": "inreview", "showpartfeedbackmessageswhen": "always", "showactualmarkwhen": "always", "showtotalmarkwhen": "always", "showanswerstatewhen": "always", "showadvicewhen": "never"}, "timing": {"allowPause": true, "timeout": {"action": "none", "message": ""}, "timedwarning": {"action": "none", "message": ""}}, "allQuestions": true, "shuffleQuestions": false, "percentPass": 0, "duration": 0, "pickQuestions": 0, "navigation": {"onleave": {"action": "none", "message": ""}, "reverse": true, "allowregen": true, "showresultspage": "oncompletion", "preventleave": true, "browse": true, "showfrontpage": true}, "metadata": {"description": "
Error, percentage error and approximation.
\nrebel
\nrebelmaths
", "licence": "None specified"}, "type": "exam", "questions": [], "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": [{"name": "Q1 (Percentage Error)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "TEAME CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/591/"}], "functions": {}, "ungrouped_variables": ["material", "est", "lent", "ans1", "name1", "est1", "est2", "cost", "ans2", "att", "ans3", "game", "item"], "tags": ["rebelmaths"], "advice": "Part 1:
\nPercentage error:
\n$abs(\\frac{\\var{est} - \\var{lent}}{\\var{lent}}) \\times 100 = \\var{ans1}$%
\nPart 2:
\nPercentage error:
\n$abs(\\frac{\\var{est1} - \\var{cost}}{\\var{cost}}) \\times 100 = \\var{ans2}$%
\nPart 3:
\nPercentage error:
\n$abs(\\frac{\\var{est2} - \\var{att}}{\\var{att}}) \\times 100 = \\var{ans3}$%
\n", "rulesets": {}, "parts": [{"stepsPenalty": 0, "prompt": "The length of a $\\var{material}$ bar was estimated to be $\\var{est}$ cm. If the true length was $\\var{lent}$ cm, calculate the percentage error.
\n[[0]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "precision": "1", "maxValue": "{ans1}", "minValue": "{ans1}", "variableReplacementStrategy": "originalfirst", "strictPrecision": false, "correctAnswerFraction": false, "showCorrectAnswer": true, "precisionPartialCredit": 0, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "steps": [{"prompt": "First find out how wrong the guess was (the error). This is the difference between the guess and the true value. We always use the positive number.
\nFind what percentage this is of the true value.
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "information"}], "marks": 0, "scripts": {}, "showCorrectAnswer": true, "type": "gapfill"}, {"prompt": "The estimate to repair a $\\var{item}$ was $€\\var{est1}$. If the final cost was $€\\var{cost}$, calculate the percentage error.
\n[[0]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "precision": "1", "maxValue": "{ans2}", "minValue": "{ans2}", "variableReplacementStrategy": "originalfirst", "strictPrecision": false, "correctAnswerFraction": false, "showCorrectAnswer": true, "precisionPartialCredit": 0, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "The attendance at a $\\var{game}$ match was estimated to be $€\\var{est2}$ people. If the actual attendance was $€\\var{att}$, calculate the percentage error.
\n[[0]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "precision": "1", "maxValue": "{ans3}", "minValue": "{ans3}", "variableReplacementStrategy": "originalfirst", "strictPrecision": false, "correctAnswerFraction": false, "showCorrectAnswer": true, "precisionPartialCredit": 0, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}], "statement": "Calculate the following correct to one decimal place:
", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "preamble": {"css": "", "js": ""}, "variables": {"material": {"definition": "random('copper','brass','metal','steel')", "templateType": "anything", "group": "Ungrouped variables", "name": "material", "description": ""}, "lent": {"definition": "random((est-8)..(est+8) except[est,(est-1),est-2,est-3,(est+1),(est+2),(est+3)])", "templateType": "anything", "group": "Ungrouped variables", "name": "lent", "description": ""}, "ans1": {"definition": "(abs(est-lent)/lent)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans1", "description": ""}, "ans2": {"definition": "(abs(est1 - cost)/ cost)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans2", "description": ""}, "ans3": {"definition": "(abs(est2 - att)/ att)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans3", "description": ""}, "att": {"definition": "random(est2-500..est2+1000#20 except[est2,est2-20,est2-40,est2-60,est2-80,est2+20,est2+40,est2+60,est2+80,est2+100,est2-100])", "templateType": "anything", "group": "Ungrouped variables", "name": "att", "description": ""}, "item": {"definition": "random('car','motorbike','computer','van')", "templateType": "anything", "group": "Ungrouped variables", "name": "item", "description": ""}, "game": {"definition": "random('tennis','football','soccer','hurling')", "templateType": "anything", "group": "Ungrouped variables", "name": "game", "description": ""}, "cost": {"definition": "random(est1-50..est1+50#10 except[est1,est1-10,est1+10])", "templateType": "anything", "group": "Ungrouped variables", "name": "cost", "description": ""}, "est": {"definition": "random(30..70#10)", "templateType": "anything", "group": "Ungrouped variables", "name": "est", "description": ""}, "est2": {"definition": "random(5000..10000#500)", "templateType": "anything", "group": "Ungrouped variables", "name": "est2", "description": ""}, "name1": {"definition": "random('Susan','Rose','Lisa','Karen','Kate','Vicky')", "templateType": "anything", "group": "Ungrouped variables", "name": "name1", "description": ""}, "est1": {"definition": "random(500..700#50)", "templateType": "anything", "group": "Ungrouped variables", "name": "est1", "description": ""}}, "metadata": {"description": "Percentage Error
\nrebelmaths
", "licence": "Creative Commons Attribution 4.0 International"}, "type": "question", "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}]}, {"name": "Q2 (Percentage Error with adding and Subtracting)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "TEAME CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/591/"}], "functions": {}, "ungrouped_variables": ["num1", "num2", "num3", "ans", "num1a", "num2a", "num3a", "ans1"], "tags": ["rebelmaths"], "advice": "part 1
\n$ABS(\\frac{(\\var{num3} - (\\var{num1} + \\var{num2}))}{(\\var{num1} + \\var{num2})}) \\times 100 = \\var{ans}$
\npart 2
\n$ABS(\\frac{(\\var{num3a} - (\\var{num1a} - \\var{num2a}))}{(\\var{num1a} - \\var{num2a})}) \\times 100 = \\var{ans1}$
", "rulesets": {}, "parts": [{"stepsPenalty": 0, "prompt": "The answer to $\\var{num1} + \\var{num2}$ was given as $\\var{num3}$.
\nWhat was the percentage error?
\n[[0]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "precision": "2", "maxValue": "{ans}", "minValue": "{ans}", "variableReplacementStrategy": "originalfirst", "strictPrecision": false, "correctAnswerFraction": false, "showCorrectAnswer": true, "precisionPartialCredit": 0, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "steps": [{"prompt": "You need to find accurte answer. Work your division up to 5 decimals places to be sure you have the accuracy required.
\nWork this video to recap how to divide decimals by decimals.
\n", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "information"}], "marks": 0, "scripts": {}, "showCorrectAnswer": true, "type": "gapfill"}, {"prompt": "The answer to $\\var{num1a} - \\var{num2a}$ was given as $\\var{num3a}$.
\nWhat was the percentage error?
\n[[0]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "precision": "2", "maxValue": "{ans1}", "minValue": "{ans1}", "variableReplacementStrategy": "originalfirst", "strictPrecision": false, "correctAnswerFraction": false, "showCorrectAnswer": true, "precisionPartialCredit": 0, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}], "statement": "Solve the following correct to two decimal places.
", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "preamble": {"css": "", "js": ""}, "variables": {"num2a": {"definition": "random(6.1..8.9#0.01 except 7 except 8)", "templateType": "anything", "group": "Ungrouped variables", "name": "num2a", "description": ""}, "num1": {"definition": "random(2.8..4#0.01)", "templateType": "anything", "group": "Ungrouped variables", "name": "num1", "description": ""}, "num2": {"definition": "random(1.8..3.5#0.01)", "templateType": "anything", "group": "Ungrouped variables", "name": "num2", "description": ""}, "num3": {"definition": "precround(num1,1)+ precround(num2,1)", "templateType": "anything", "group": "Ungrouped variables", "name": "num3", "description": ""}, "ans1": {"definition": "(abs(num3a-(num1a-num2a))/(num1a-num2a))*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans1", "description": ""}, "num1a": {"definition": "random(11.1..14.9#0.01 except 12 except 13 except 14)", "templateType": "anything", "group": "Ungrouped variables", "name": "num1a", "description": ""}, "num3a": {"definition": "precround(num1a,1)- precround(num2a,1)", "templateType": "anything", "group": "Ungrouped variables", "name": "num3a", "description": ""}, "ans": {"definition": "(abs(num3-(num1+num2))/(num1+num2))*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans", "description": ""}}, "metadata": {"description": "Percentage Error
\nrebelmaths
", "licence": "Creative Commons Attribution 4.0 International"}, "type": "question", "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}]}, {"name": "Q3 (Percentage error in rounding to 1 significant figure)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "TEAME CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/591/"}], "functions": {}, "ungrouped_variables": ["num1", "num2", "num3", "ans", "num4"], "tags": ["rebelmaths"], "advice": "$ABS(\\frac{(\\var{num4} - (\\frac{\\var{num1} \\times \\var{num2}}{\\var{num3}}))}{(\\frac{\\var{num1} \\times \\var{num2}}{\\var{num3}})}) \\times 100 = \\var{ans}$
", "rulesets": {}, "parts": [{"stepsPenalty": 0, "prompt": "Calculate the percentage error, correct to one decimal place?
\n[[0]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "precision": "1", "maxValue": "{ans}", "minValue": "{ans}", "variableReplacementStrategy": "originalfirst", "strictPrecision": true, "correctAnswerFraction": false, "showCorrectAnswer": true, "precisionPartialCredit": 0, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "steps": [{"prompt": "You need to find an accurate answer. Work your division up to 4 decimal places to be sure you have the accuracy required. Then figure out how wrong the guess was. Find the absolute value ( or positive value) of this error and find out what percentage that is of the correct value.
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "information"}], "marks": 0, "scripts": {}, "showCorrectAnswer": true, "type": "gapfill"}], "statement": "A person used $\\var{num4}$ as an approximation for $\\frac{\\var{num1} \\times \\var{num2}}{\\var{num3}}$.
", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "preamble": {"css": "", "js": ""}, "variables": {"num4": {"definition": "(precround(num1,0)* precround(num2,0))/ precround(num3,1)", "templateType": "anything", "group": "Ungrouped variables", "name": "num4", "description": ""}, "num3": {"definition": "random(0.5..1.5#0.01 except 1)", "templateType": "anything", "group": "Ungrouped variables", "name": "num3", "description": ""}, "num1": {"definition": "random(84.01..90.99#0.01 except[84.5,85,85.5,85,86.5,87,87.5,88,88.5,89,89.5])", "templateType": "anything", "group": "Ungrouped variables", "name": "num1", "description": ""}, "num2": {"definition": "random(2.01..3.49#0.01 except 2.5 except 3 except 3.5)", "templateType": "anything", "group": "Ungrouped variables", "name": "num2", "description": ""}, "ans": {"definition": "(abs(num4-((num1*num2)/num3))/((num1*num2)/num3))*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans", "description": ""}}, "metadata": {"description": "Perventage Error
\nrebel
\nrebelmaths
", "licence": "Creative Commons Attribution 4.0 International"}, "type": "question", "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}]}, {"name": "Q4 (Percentage error when estimating total cost of shop items)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "TEAME CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/591/"}], "functions": {}, "ungrouped_variables": ["place", "num", "name", "ans1", "name1", "est1", "est2", "ans2", "price"], "tags": ["rebelmaths"], "advice": "Part 1:
\n$\\var{name}$ ignores the cent part and estimates:
\n$ Estimate = €\\var{est1}$
\nPercentage error:
\n$abs(\\frac{\\var{est1} - \\var{price}}{\\var{price}}) \\times 100 = \\var{ans1}$%
\nPart 2:
\n$\\var{name1}$ rounds to the nearest euro and estimates:
\n$ Estimate = € \\var{est2}$
\nPercentage error:
\n$abs(\\frac{\\var{est2} - \\var{price}}{\\var{price}}) \\times 100 = \\var{ans2}$%
\n", "rulesets": {}, "parts": [{"stepsPenalty": 0, "prompt": "$\\var{name}$ estimates the total cost by ignoring the cent part in the cost of each item. Calculate the percentage error in her estimate.
\n[[0]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "precision": "1", "maxValue": "{ans1}", "minValue": "{ans1}", "variableReplacementStrategy": "originalfirst", "strictPrecision": false, "correctAnswerFraction": false, "showCorrectAnswer": true, "precisionPartialCredit": 0, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "steps": [{"prompt": "You need to figure out both the guess and the correct value
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "information"}], "marks": 0, "scripts": {}, "showCorrectAnswer": true, "type": "gapfill"}, {"prompt": "$\\var{name1}$ estimates the total cost by rounding the cost of each item to the nearest euro. Calculate the percentage error in his estimate.
\n[[0]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "precision": "1", "maxValue": "{ans2}", "minValue": "{ans2}", "variableReplacementStrategy": "originalfirst", "strictPrecision": false, "correctAnswerFraction": false, "showCorrectAnswer": true, "precisionPartialCredit": 0, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}], "statement": "Four items in a $\\var{place}$ cost €{dpformat(num[0],2)}, €{dpformat(num[1],2)}, €{dpformat(num[2],2)} and €{dpformat(num[3],2)}.
\nCalculate correct to one decimal place:
", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "preamble": {"css": "", "js": ""}, "variables": {"name": {"definition": "random('Robert','John','Liam','Karl','Victor')", "templateType": "anything", "group": "Ungrouped variables", "name": "name", "description": ""}, "ans1": {"definition": "(abs(est1-price)/price)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans1", "description": ""}, "price": {"definition": "num[0]+num[1]+num[2]+num[3]", "templateType": "anything", "group": "Ungrouped variables", "name": "price", "description": ""}, "num": {"definition": "shuffle(3.5..14.5#0.05)[0..4]", "templateType": "anything", "group": "Ungrouped variables", "name": "num", "description": ""}, "place": {"definition": "random('shop','supermarket','corner shop')", "templateType": "anything", "group": "Ungrouped variables", "name": "place", "description": ""}, "est1": {"definition": "floor(num[0])+floor(num[1])+floor(num[2])+floor(num[3])", "templateType": "anything", "group": "Ungrouped variables", "name": "est1", "description": ""}, "est2": {"definition": "precround(num[0],0)+precround(num[1],0)+precround(num[2],0)+precround(num[3],0)", "templateType": "anything", "group": "Ungrouped variables", "name": "est2", "description": ""}, "name1": {"definition": "random('Susan','Rose','Lisa','Karen','Kate','Vicky')", "templateType": "anything", "group": "Ungrouped variables", "name": "name1", "description": ""}, "ans2": {"definition": "(abs(est2-price)/price)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans2", "description": ""}}, "metadata": {"description": "rebelmaths
", "licence": "Creative Commons Attribution 4.0 International"}, "type": "question", "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}]}, {"name": "Q5 percentage error", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "TEAME CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/591/"}], "functions": {}, "ungrouped_variables": ["num", "ans2", "ans1", "ans3"], "tags": ["rebelmaths"], "preamble": {"css": "", "js": ""}, "advice": "Part 1:
\nExact relationship formula:
\n$((\\frac{9}{5}) \\times \\var{num}) + 32 = \\var{ans1}$degrees
\nPart 2:
\nApproximate relationship formula::
\n$(\\var{num} + 15) \\times 2= \\var{ans2}$degrees
\nPart 3:
\nPercentage error:
\n$abs(\\frac{\\var{ans2} - \\var{ans1}}{\\var{ans1}}) \\times 100 = \\var{ans3}$%
\n", "rulesets": {}, "parts": [{"prompt": "Find the value of F when C is $\\var{num}$ degrees using the exact relationship formula.
\n[[0]]degrees
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans1}", "strictPrecision": false, "minValue": "{ans1}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "1", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "Find the value of F when C is $\\var{num}$ degrees using the approximate relationship formula.
\n[[0]]degrees
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans2}", "strictPrecision": false, "minValue": "{ans2}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "1", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "Calculate the percentage error in using the approximate relationship formula, correct to one decimal place.
\n[[0]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans3}", "strictPrecision": false, "minValue": "{ans3}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "1", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}], "statement": "The exact relationship between Celsius and Fahrenheit is: $F = \\frac{9}{5}C + 32$. An approximate relationship between Celsius and Fahrenheit is given by the follow rule:
\nTo find F, add 15 to C and double your answer.
", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "variables": {"ans1": {"definition": "(num*(9/5))+32", "templateType": "anything", "group": "Ungrouped variables", "name": "ans1", "description": ""}, "ans2": {"definition": "(num+15)*2", "templateType": "anything", "group": "Ungrouped variables", "name": "ans2", "description": ""}, "num": {"definition": "random(10..35#5)", "templateType": "anything", "group": "Ungrouped variables", "name": "num", "description": ""}, "ans3": {"definition": "(abs(ans2 - ans1)/ ans1)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans3", "description": ""}}, "metadata": {"description": "(Calculating estimate and actual value of temperature using given formulas, and hence finding the percentage error)
\nrebelmaths
", "licence": "Creative Commons Attribution 4.0 International"}, "type": "question", "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}]}, {"name": "Q6 (Calculate the minimum and maximum approximations of an estimate)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "TEAME CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/591/"}], "functions": {}, "ungrouped_variables": ["est", "shop", "ans1", "num", "per", "ans2"], "tags": ["rebelmaths"], "preamble": {"css": "", "js": ""}, "advice": "First calculate $\\var{num}$% of the estimate $\\var{est}$
\n$\\frac{\\var{num}}{100} \\times \\var{est} = €\\var{per}$
\nPart 1:
\nCheapest possible cost
\n$€\\var{est} - €\\var{per} = €\\var{ans1}$
\nPart 2:
\nDearest possible cost
\n$€\\var{est} + €\\var{per} = €\\var{ans2}$
", "rulesets": {}, "parts": [{"stepsPenalty": 0, "prompt": "Calculate the cheapest and dearest possible costs, if an estimate of $€\\var{est}$ is given for a particular repair.
\nCheapest: €[[0]]
\nDearest: €[[1]]
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "steps": [{"prompt": "Find the percentage of the estimate. The actual cost must be in the range $\\var{est}$ +/- $\\var{num}$%.
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "information"}], "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans1}", "strictPrecision": false, "minValue": "{ans1}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans2}", "strictPrecision": true, "minValue": "{ans2}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}], "statement": "$\\var{shop}$ guarantees that the actual cost of repairs will not be more than $\\var{num}$% different from any estimate.
\nCalculate correct to two decimal place.
\n", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "variables": {"shop": {"definition": "random('A garage','A PC repair shop','A Phone-shop',' An eletronics-shop','An engineering shop')", "templateType": "anything", "group": "Ungrouped variables", "name": "shop", "description": ""}, "est": {"definition": "random(300..500#10)", "templateType": "anything", "group": "Ungrouped variables", "name": "est", "description": ""}, "ans1": {"definition": "est-per", "templateType": "anything", "group": "Ungrouped variables", "name": "ans1", "description": ""}, "ans2": {"definition": "est+per", "templateType": "anything", "group": "Ungrouped variables", "name": "ans2", "description": ""}, "per": {"definition": "(est*num)/100", "templateType": "anything", "group": "Ungrouped variables", "name": "per", "description": ""}, "num": {"definition": "random(3..8)", "templateType": "anything", "group": "Ungrouped variables", "name": "num", "description": ""}}, "metadata": {"description": "
(Calculate the minimum and maximum approximations of an estimate)
\nrebelmaths
", "licence": "Creative Commons Attribution 4.0 International"}, "type": "question", "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}]}, {"name": "Q7 (Calculate the estimate, actual and from these the percentage error)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "TEAME CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/591/"}], "functions": {"tens": {"definition": "random(35..80#0.01)", "type": "number", "language": "jme", "parameters": []}, "hun": {"definition": "random(301..599)", "type": "number", "language": "jme", "parameters": []}, "sin": {"definition": "random(3..8#0.01)", "type": "number", "language": "jme", "parameters": []}, "hun1": {"definition": "random(400..600)", "type": "number", "language": "jme", "parameters": []}}, "ungrouped_variables": ["num1", "num2", "num3", "num4", "num5", "num7", "num6", "num8", "num9", "num10", "num11", "num12", "num13", "num14", "num15", "num16", "num17", "num18", "num19", "num20", "num21", "ans11", "ans21", "ans31", "ans41", "ans51", "ans61", "ans12", "ans22", "ans32", "ans42", "ans52", "ans62", "ans13", "ans23", "ans33", "ans43", "ans53", "ans63"], "tags": ["rebelmaths"], "preamble": {"css": "", "js": ""}, "advice": "When rounding off a number to one significant place, round to the left most figure of the number, like below;
\n$367 = 400$
\n$38 = 40$
\n$71 = 70$
\n$3.79 = 4$
\n$65.13 = 70$
\n$215 = 200$
\n\nPart 1:
\nEstimate value with each number rounded to one significant place:
\n$\\frac{(\\var{num1} \\times \\var{num2})}{(\\var{num3} \\times \\var{num4})}$
\nRound numbers to one significant number:
\n$\\var{num1} = ${siground(num1,1)}
\n$\\var{num2} = ${siground(num2,1)}
\n$\\var{num3} = ${siground(num3,1)}
\n$\\var{num4} = ${siground(num4,1)}
\nAnswer:
\n$= \\var{ans11}$
\n\nPart 2:
\nActual value:
\n$\\frac{(\\var{num1} \\times \\var{num2})}{(\\var{num3} \\times \\var{num4})} = \\var{ans12}$
\n\nPart 3:
\nPercentage error:
\n$abs(\\frac{\\var{ans12} - \\var{ans11}}{\\var{ans11}}) \\times 100 = \\var{ans13}$%
", "rulesets": {}, "parts": [{"prompt": "$\\frac{\\var{num1} \\times \\var{num2}}{\\var{num3} \\times \\var{num4}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"allowFractions": false, "variableReplacements": [], "maxValue": "{ans11}", "minValue": "{ans11}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"allowFractions": false, "variableReplacements": [], "maxValue": "{ans12}", "minValue": "{ans12}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "integerPartialCredit": 0, "precisionMessage": "You have not given your answer to the correct precision.", "integerAnswer": true, "allowFractions": false, "variableReplacements": [], "maxValue": "{ans13}+1", "strictPrecision": false, "minValue": "{ans13}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "1", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "$\\frac{\\var{num5} + \\var{num6}}{\\var{num7}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"allowFractions": false, "variableReplacements": [], "maxValue": "{ans21}", "minValue": "{ans21}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"allowFractions": false, "variableReplacements": [], "maxValue": "{ans22}", "minValue": "{ans22}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans23}+1", "strictPrecision": false, "minValue": "{ans23}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "1", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "$\\frac{\\var{num8} \\times \\var{num9}}{\\var{num10}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"allowFractions": false, "variableReplacements": [], "maxValue": "{ans31}", "minValue": "{ans31}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"integerPartialCredit": 0, "integerAnswer": true, "allowFractions": false, "variableReplacements": [], "maxValue": "{ans32}", "minValue": "{ans32}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans33}+1", "strictPrecision": false, "minValue": "{ans33}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "1", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "$\\frac{\\var{num11} - \\var{num12}}{\\var{num13} + \\var{num14}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"allowFractions": false, "variableReplacements": [], "maxValue": "{ans41}", "minValue": "{ans41}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"allowFractions": false, "variableReplacements": [], "maxValue": "{ans42}", "minValue": "{ans42}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans43}+1", "strictPrecision": false, "minValue": "{ans43}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "1", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "$\\frac{\\var{num15} - \\var{num16}}{\\var{num17} + \\var{num18}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"allowFractions": false, "variableReplacements": [], "maxValue": "{ans51}", "minValue": "{ans51}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"allowFractions": false, "variableReplacements": [], "maxValue": "{ans52}", "minValue": "{ans52}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans53}+1", "strictPrecision": false, "minValue": "{ans53}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "1", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "$\\frac{\\var{num19}^2 \\times \\var{num20}}{\\var{num21}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"allowFractions": false, "variableReplacements": [], "maxValue": "{ans61}", "minValue": "{ans61}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"allowFractions": false, "variableReplacements": [], "maxValue": "{ans62}", "minValue": "{ans62}", "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans63}+1", "strictPrecision": false, "minValue": "{ans63}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "1", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}], "statement": "By rounding each number correct to one significant figure, estimate the answer to each of the problems given below. Then use your calculator to accurately evaluate each of them.
\nCalculate the percentage error in using the estimate, correct to one decimal place.
\n", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "variables": {"num4": {"definition": "random(35..80 except num3)", "templateType": "anything", "group": "Ungrouped variables", "name": "num4", "description": ""}, "num5": {"definition": "random(120..140#0.01)", "templateType": "anything", "group": "Ungrouped variables", "name": "num5", "description": ""}, "num6": {"definition": "random(20..30#0.01)", "templateType": "anything", "group": "Ungrouped variables", "name": "num6", "description": ""}, "num7": {"definition": "tens()", "templateType": "anything", "group": "Ungrouped variables", "name": "num7", "description": ""}, "num1": {"definition": "hun()", "templateType": "anything", "group": "Ungrouped variables", "name": "num1", "description": ""}, "num2": {"definition": "hun1() ", "templateType": "anything", "group": "Ungrouped variables", "name": "num2", "description": ""}, "num3": {"definition": "precround(tens(),0)", "templateType": "anything", "group": "Ungrouped variables", "name": "num3", "description": ""}, "num8": {"definition": "precround(tens(),1)", "templateType": "anything", "group": "Ungrouped variables", "name": "num8", "description": ""}, "num9": {"definition": "random(55..65#0.1 except num8 except 60)", "templateType": "anything", "group": "Ungrouped variables", "name": "num9", "description": ""}, "ans23": {"definition": "(abs(ans21 - ans22)/ ans22)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans23", "description": ""}, "ans22": {"definition": "(num5+num6)/(num7)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans22", "description": ""}, "ans21": {"definition": "(siground(num5,1)+siground(num6,1))/siground(num7,1)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans21", "description": ""}, "ans63": {"definition": "(abs(ans61 - ans62)/ ans62)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans63", "description": ""}, "ans62": {"definition": "(num19^2*num20)/(num21)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans62", "description": ""}, "ans61": {"definition": "((siground(num19,1)^2)*siground(num20,1))/siground(num21,1)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans61", "description": ""}, "ans41": {"definition": "(siground(num11,1)-siground(num12,1))/(siground(num13,1)+siground(num14,1))", "templateType": "anything", "group": "Ungrouped variables", "name": "ans41", "description": ""}, "ans43": {"definition": "(abs(ans41 - ans42)/ ans42)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans43", "description": ""}, "ans42": {"definition": "(num11-num12)/(num13+num14)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans42", "description": ""}, "num21": {"definition": "random(800.1..899#0.2)", "templateType": "anything", "group": "Ungrouped variables", "name": "num21", "description": ""}, "num20": {"definition": "tens()", "templateType": "anything", "group": "Ungrouped variables", "name": "num20", "description": ""}, "ans12": {"definition": "(num1*num2)/(num3*num4)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans12", "description": ""}, "ans13": {"definition": "(abs(ans11 - ans12)/ ans12)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans13", "description": ""}, "ans11": {"definition": "(siground(num1,1)*siground(num2,1))/(siground(num3,1)*siground(num4,1))", "templateType": "anything", "group": "Ungrouped variables", "name": "ans11", "description": ""}, "ans31": {"definition": "(siground(num8,1)*siground(num9,1))/siground(num10,1)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans31", "description": ""}, "ans32": {"definition": "(num8*num9)/(num10)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans32", "description": ""}, "ans33": {"definition": "(abs(ans31 - ans32)/ ans32)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans33", "description": ""}, "ans52": {"definition": "(num15-num16)/(num17+num18)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans52", "description": ""}, "ans53": {"definition": "(abs(ans51 - ans52)/ ans52)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans53", "description": ""}, "ans51": {"definition": "(siground(num15,1)-siground(num16,1))/(siground(num17,1)+siground(num18,1))", "templateType": "anything", "group": "Ungrouped variables", "name": "ans51", "description": ""}, "num16": {"definition": "random(201..299)", "templateType": "anything", "group": "Ungrouped variables", "name": "num16", "description": ""}, "num17": {"definition": "random(41..59 except 50)", "templateType": "anything", "group": "Ungrouped variables", "name": "num17", "description": ""}, "num14": {"definition": "random(11..25#0.01 except num11)", "templateType": "anything", "group": "Ungrouped variables", "name": "num14", "description": ""}, "num15": {"definition": "hun()", "templateType": "anything", "group": "Ungrouped variables", "name": "num15", "description": ""}, "num12": {"definition": "sin()", "templateType": "anything", "group": "Ungrouped variables", "name": "num12", "description": ""}, "num13": {"definition": "random(3.5..5.5#0.01 except num12)", "templateType": "anything", "group": "Ungrouped variables", "name": "num13", "description": ""}, "num10": {"definition": "random(15..30#0.1 except num8)", "templateType": "anything", "group": "Ungrouped variables", "name": "num10", "description": ""}, "num11": {"definition": "precround(tens(),1)", "templateType": "anything", "group": "Ungrouped variables", "name": "num11", "description": ""}, "num18": {"definition": "random(201..299 except num16)", "templateType": "anything", "group": "Ungrouped variables", "name": "num18", "description": ""}, "num19": {"definition": "sin()", "templateType": "anything", "group": "Ungrouped variables", "name": "num19", "description": ""}}, "metadata": {"description": "
(Calculate the estimate, actual and from these the percentage error)
\nrebelmaths
", "licence": "Creative Commons Attribution 4.0 International"}, "type": "question", "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}]}, {"name": "Q8 (Calculate the estimate, actual and the percentage error from these)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "TEAME CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/591/"}], "functions": {"tens": {"definition": "random(35..80#0.01)", "type": "number", "language": "jme", "parameters": []}, "hun": {"definition": "random(301..599)", "type": "number", "language": "jme", "parameters": []}, "sin": {"definition": "random(3..8#0.01)", "type": "number", "language": "jme", "parameters": []}, "hun1": {"definition": "random(400..600)", "type": "number", "language": "jme", "parameters": []}}, "ungrouped_variables": ["num1", "num2", "num3", "num4", "num5", "num7", "num6", "num8", "num9", "num10", "num11", "num12", "num13", "num14", "num15", "num16", "num17", "num18", "num19", "num20", "num21", "ans11", "ans21", "ans31", "ans41", "ans51", "ans61", "ans12", "ans22", "ans32", "ans42", "ans52", "ans62", "ans13", "ans23", "ans33", "ans43", "ans53", "ans63"], "tags": ["rebelmaths"], "preamble": {"css": "", "js": ""}, "advice": "When rounding off a number to two significant place, round to the left 2 most figure of the number, like below;
\n$367 = 370$
\n$381 = 380$
\n$715 = 720$
\n$3.79 = 3.8$
\n$65.13 = 65$
\n$215 = 220$
\n\nPart 1:
\nEstimate value with each number rounded to one significant place:
\n$\\frac{(\\var{num1} \\times \\var{num2})}{(\\var{num3} \\times \\var{num4})}$
\nRound numbers to one significant number:
\n$\\var{num1} = ${siground(num1,2)}
\n$\\var{num2} = ${siground(num2,2)}
\n$\\var{num3} = ${siground(num3,2)}
\n$\\var{num4} = ${siground(num4,2)}
\nAnswer:
\n$= \\var{ans11}$
\n\nPart 2:
\nActual value:
\n$\\frac{(\\var{num1} \\times \\var{num2})}{(\\var{num3} \\times \\var{num4})} = \\var{ans12}$
\n\nPart 3:
\nPercentage error:
\n$abs(\\frac{\\var{ans12} - \\var{ans11}}{\\var{ans11}}) \\times 100 = \\var{ans13}$%
", "rulesets": {}, "parts": [{"prompt": "$\\frac{\\var{num1} - \\var{num2}}{\\var{num3}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans11}", "strictPrecision": false, "minValue": "{ans11}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans12}", "strictPrecision": false, "minValue": "{ans12}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "integerPartialCredit": 0, "precisionMessage": "You have not given your answer to the correct precision.", "integerAnswer": true, "allowFractions": false, "variableReplacements": [], "maxValue": "{ans13}+1", "strictPrecision": false, "minValue": "{ans13}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "$\\frac{\\var{num5} + \\var{num6}}{\\var{num7}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans21}", "strictPrecision": false, "minValue": "{ans21}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans22}", "strictPrecision": false, "minValue": "{ans22}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans23}+1", "strictPrecision": false, "minValue": "{ans23}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "$\\frac{\\var{num8} \\times \\var{num9}}{\\var{num10}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans31}", "strictPrecision": false, "minValue": "{ans31}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "integerPartialCredit": 0, "precisionMessage": "You have not given your answer to the correct precision.", "integerAnswer": true, "allowFractions": false, "variableReplacements": [], "maxValue": "{ans32}", "strictPrecision": false, "minValue": "{ans32}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans33}+1", "strictPrecision": false, "minValue": "{ans33}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}, {"prompt": "$\\frac{\\var{num11} \\times \\var{num12}}{\\var{num13}}$
\nEstimate: [[0]]
\nActual: [[1]]
\n% Error: [[2]]%
", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans41}", "strictPrecision": false, "minValue": "{ans41}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans42}", "strictPrecision": false, "minValue": "{ans42}", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}, {"precisionType": "dp", "precisionMessage": "You have not given your answer to the correct precision.", "allowFractions": false, "variableReplacements": [], "maxValue": "{ans43}+1", "strictPrecision": false, "minValue": "{ans43}-1", "variableReplacementStrategy": "originalfirst", "precisionPartialCredit": 0, "correctAnswerFraction": false, "showCorrectAnswer": true, "precision": "2", "scripts": {}, "marks": 1, "type": "numberentry", "showPrecisionHint": false}], "showCorrectAnswer": true, "scripts": {}, "marks": 0, "type": "gapfill"}], "statement": "By rounding each number correct to two significant figure, estimate the answer to each of the problems given below. Then use your calculator to accurately evaluate each of them.
\nCalculate the percentage error in using the estimate, correct to two decimal place.
\n", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "variables": {"num4": {"definition": "random(35..80 except num3)", "templateType": "anything", "group": "Ungrouped variables", "name": "num4", "description": ""}, "num5": {"definition": "random(120..170)", "templateType": "anything", "group": "Ungrouped variables", "name": "num5", "description": ""}, "num6": {"definition": "random(201..279)", "templateType": "anything", "group": "Ungrouped variables", "name": "num6", "description": ""}, "num7": {"definition": "random(61.5..89.5)", "templateType": "anything", "group": "Ungrouped variables", "name": "num7", "description": ""}, "num1": {"definition": "random(33.1..36.9#0.1 except 34 except 35 except 36)", "templateType": "anything", "group": "Ungrouped variables", "name": "num1", "description": ""}, "num2": {"definition": "random(23.1..26.9#0.01 except 34 except 35 except 36)", "templateType": "anything", "group": "Ungrouped variables", "name": "num2", "description": ""}, "num3": {"definition": "random(0.0011..0.0199#0.0001)", "templateType": "anything", "group": "Ungrouped variables", "name": "num3", "description": ""}, "num8": {"definition": "random(7..9#0.005)", "templateType": "anything", "group": "Ungrouped variables", "name": "num8", "description": ""}, "num9": {"definition": "random(21.05..35#0.005)", "templateType": "anything", "group": "Ungrouped variables", "name": "num9", "description": ""}, "ans23": {"definition": "(abs(ans21 - ans22)/ ans22)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans23", "description": ""}, "ans22": {"definition": "(num5+num6)/(num7)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans22", "description": ""}, "ans21": {"definition": "(siground(num5,2)+siground(num6,2))/siground(num7,2)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans21", "description": ""}, "ans63": {"definition": "(abs(ans61 - ans62)/ ans62)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans63", "description": ""}, "ans62": {"definition": "(num19^2*num20)/(num21)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans62", "description": ""}, "ans61": {"definition": "((siground(num19,1)^2)*siground(num20,1))/siground(num21,1)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans61", "description": ""}, "ans41": {"definition": "(siground(num11,2)*siground(num12,2))/(siground(num13,2))", "templateType": "anything", "group": "Ungrouped variables", "name": "ans41", "description": ""}, "ans43": {"definition": "(abs(ans41 - ans42)/ ans42)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans43", "description": ""}, "ans42": {"definition": "(num11*num12)/(num13)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans42", "description": ""}, "num21": {"definition": "random(800.1..899#0.2)", "templateType": "anything", "group": "Ungrouped variables", "name": "num21", "description": ""}, "num20": {"definition": "tens()", "templateType": "anything", "group": "Ungrouped variables", "name": "num20", "description": ""}, "ans12": {"definition": "(num1-num2)/(num3)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans12", "description": ""}, "ans13": {"definition": "(abs(ans11 - ans12)/ ans12)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans13", "description": ""}, "ans11": {"definition": "(siground(num1,2)-siground(num2,2))/(siground(num3,2))", "templateType": "anything", "group": "Ungrouped variables", "name": "ans11", "description": ""}, "ans31": {"definition": "(siground(num8,2)*siground(num9,2))/siground(num10,2)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans31", "description": ""}, "ans32": {"definition": "(num8*num9)/(num10)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans32", "description": ""}, "ans33": {"definition": "(abs(ans31 - ans32)/ ans32)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans33", "description": ""}, "ans52": {"definition": "(num15-num16)/(num17+num18)", "templateType": "anything", "group": "Ungrouped variables", "name": "ans52", "description": ""}, "ans53": {"definition": "(abs(ans51 - ans52)/ ans52)*100", "templateType": "anything", "group": "Ungrouped variables", "name": "ans53", "description": ""}, "ans51": {"definition": "(siground(num15,1)-siground(num16,1))/(siground(num17,1)+siground(num18,1))", "templateType": "anything", "group": "Ungrouped variables", "name": "ans51", "description": ""}, "num16": {"definition": "random(201..299)", "templateType": "anything", "group": "Ungrouped variables", "name": "num16", "description": ""}, "num17": {"definition": "random(41..59 except 50)", "templateType": "anything", "group": "Ungrouped variables", "name": "num17", "description": ""}, "num14": {"definition": "random(11..25#0.01 except num11)", "templateType": "anything", "group": "Ungrouped variables", "name": "num14", "description": ""}, "num15": {"definition": "hun()", "templateType": "anything", "group": "Ungrouped variables", "name": "num15", "description": ""}, "num12": {"definition": "random(16.5..24.5#0.05)", "templateType": "anything", "group": "Ungrouped variables", "name": "num12", "description": ""}, "num13": {"definition": "random(18.1..27.9#0.05 except num12)", "templateType": "anything", "group": "Ungrouped variables", "name": "num13", "description": ""}, "num10": {"definition": "random(12..19#0.05)", "templateType": "anything", "group": "Ungrouped variables", "name": "num10", "description": ""}, "num11": {"definition": "random(401..499 except 410 except 420 except 430 except 440 except 450 except 460 except 470 except 480 except 490)", "templateType": "anything", "group": "Ungrouped variables", "name": "num11", "description": ""}, "num18": {"definition": "random(201..299 except num16)", "templateType": "anything", "group": "Ungrouped variables", "name": "num18", "description": ""}, "num19": {"definition": "sin()", "templateType": "anything", "group": "Ungrouped variables", "name": "num19", "description": ""}}, "metadata": {"description": "
(Calculate the estimate, actual and the percentage error from these)
\nrebelmaths
", "licence": "Creative Commons Attribution 4.0 International"}, "type": "question", "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}]}]}], "contributors": [{"name": "Deirdre Casey", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/681/"}], "extensions": [], "custom_part_types": [], "resources": []}