// Numbas version: exam_results_page_options {"name": "Exponential and logarithms: Introduction - Radioactive Decay", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"name": "Exponential and logarithms: Introduction - Radioactive Decay", "tags": [], "metadata": {"description": "

Knowing the half-life of Carbon-14 and the initial mass of Carbon-14 when a tree was cut (a) write an expression that describes the relationship between the remaining mass and time, (b) calculate the remaining mass after $t$ years, and (c) given the remaining mass calculate how many years ago the tree was cut down. 

", "licence": "None specified"}, "statement": "

Carbon-14 has a half-life of $5730$ years.
When a tree was cut down, it contained $\\var{m}$ $\\mathrm{gr}$ of carbon-14.

", "advice": "

a)  We need to find an expression that connects the number of years and the mass of Carbon-14.

\n

We know that Carbon-14 has a half-life of $5730$ years.We also know that the initial mass of Carbon-14 when the tree was cut down was $\\var{m}$ grams. 

\n

Let's say it takes $t$ years for the mass Carbon-14 to reach $m$ grams. Since the mass of Carbon-14 halves every $5730$ years, this means that in $t$ years the mass would have halved $\\frac{t}{5730}$ times. 

\n

So, our expression would be 

\n

\\[ \\begin{split} m&=\\var{m}\\times \\left( \\frac{1}{2} \\right) ^\\frac{t}{5730} \\qquad \\text{or} \\qquad m&=\\var{m}\\times0.5^\\frac{t}{5730}\\end{split}\\]

\n

b) To find how much Carbon-14 the tree contained after $\\var{t1}$ years, we need to use the expression found in part (a) (either of the suggested forms would work) and set $t=\\var{t1}$:

\n

\\[ \\begin{split} m&=\\var{m}\\times 0.5 ^\\frac{\\var{t1}}{5730} \\\\ &=\\var{m}\\times \\simplify{0.5 ^{t1/5730}}\\\\ &=\\var{m}\\times \\simplify{{0.5 ^adv1}} \\\\ &=\\simplify{{m}*{0.5 ^adv1}} \\\\&=\\var{ansb} ~~\\text{[2 d.p.]} \\end{split}\\]

\n

Therefore, the tree contained $\\var{ansb}$ grams of Carbon-14 after $\\var{t1}$ years.

\n

c) To find how many years ago the tree was cut if it now contains $\\var{m1}$ grams of Carbon-14, we need to use the expression found in part (a) (either of the suggested forms would work), set $m=\\var{m1}$ and then rearrange to calculate:

\n

\\[ \\begin{split} \\var{m1}&=\\var{m}\\times 0.5 ^\\frac{t}{5730} \\\\ \\frac{\\var{m1}}{\\var{m}}&=0.5 ^\\frac{t}{5730} \\\\ \\simplify{{m1/m}}&=0.5 ^\\frac{t}{5730} \\end{split}\\]

\n

Taking $\\log_{0.5}( )$ of both sides:

\n

\\[ \\begin{split}  \\log_{0.5}\\left(\\simplify{{m1/m}}\\right)&=\\frac{t}{5730} \\\\ 5730 \\times\\log_{0.5}\\left(\\simplify{{m1/m}}\\right)&=t \\\\ \\var{adv2}&=t \\end{split}\\]

\n

Therefore, the tree was cut approximately $\\var{ansc}$ years ago.

", "rulesets": {}, "extensions": [], "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"m": {"name": "m", "group": "Ungrouped variables", "definition": "random(10..200#10)", "description": "", "templateType": "anything", "can_override": false}, "t1": {"name": "t1", "group": "Ungrouped variables", "definition": "random (100..3000#10)", "description": "", "templateType": "anything", "can_override": false}, "m1": {"name": "m1", "group": "Ungrouped variables", "definition": "random (5..(m-5) #5)", "description": "", "templateType": "anything", "can_override": false}, "ansb": {"name": "ansb", "group": "Ungrouped variables", "definition": "precround( m*(0.5)^(t1/5730),2)", "description": "", "templateType": "anything", "can_override": false}, "ansc": {"name": "ansc", "group": "Ungrouped variables", "definition": "round (5730*log (m1*m^(-1),0.5))", "description": "", "templateType": "anything", "can_override": false}, "adv1": {"name": "adv1", "group": "Ungrouped variables", "definition": "decimal (t1/5730)", "description": "", "templateType": "anything", "can_override": false}, "adv2": {"name": "adv2", "group": "Ungrouped variables", "definition": "precround(5730*log (m1*m^(-1),0.5),2)", "description": "", "templateType": "anything", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["m", "t1", "m1", "ansb", "ansc", "adv1", "adv2"], "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": "

Write down an expression for the mass of carbon-14, $m$ $\\mathrm{gr}$, in the tree $t$ years after it was cut down.

\n

$m=$[[0]] $\\mathrm{gr}$

\n

", "gaps": [{"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{m}*(1/2)^(t/5730)", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": true, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "t", "value": ""}]}], "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": "

How much carbon-14 did the tree contain after $\\var{t1}$ years?

\n

[[0]]

\n

Give your answer in grams to 2 decimal places if needed.

", "gaps": [{"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{ansb}", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": []}], "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": "

The tree now contains $\\var{m1}$ grams of carbon-14. How many years ago was it cut down?

\n

[[0]]

\n

Give your answer to the nearest year, if needed.

", "gaps": [{"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{ansc}", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": []}], "sortAnswers": false}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always", "contributors": [{"name": "Evi Papadaki", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/18113/"}]}]}], "contributors": [{"name": "Evi Papadaki", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/18113/"}]}