// Numbas version: exam_results_page_options {"name": "John's copy of Laws of Indices", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"preamble": {"css": "", "js": ""}, "functions": {}, "variables": {"d": {"description": "

Used in parts b and e

", "name": "d", "templateType": "anything", "group": "Ungrouped variables", "definition": "random(3..5)"}, "b": {"description": "

Used in part c

", "name": "b", "templateType": "anything", "group": "Ungrouped variables", "definition": "random(2..9)"}, "x": {"description": "

Used in parts a,c and e

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

Used in parts b and d

", "name": "p", "templateType": "anything", "group": "Ungrouped variables", "definition": "random(2..9)"}, "y": {"description": "

\n

Used in parts a,c and f

", "name": "y", "templateType": "anything", "group": "Ungrouped variables", "definition": "random(2..6)"}, "q": {"description": "

Used in parts b,d and f

", "name": "q", "templateType": "anything", "group": "Ungrouped variables", "definition": "random(3,5)"}, "g": {"description": "

Used in part c

", "name": "g", "templateType": "anything", "group": "Ungrouped variables", "definition": "random(2..9 except b)"}, "c": {"description": "

Used in parts b,d and f

", "name": "c", "templateType": "anything", "group": "Ungrouped variables", "definition": "random(2,4)"}}, "metadata": {"description": "

This question aims to test understanding and ability to use the laws of indices.

", "licence": "Creative Commons Attribution 4.0 International"}, "name": "John's copy of Laws of Indices", "rulesets": {}, "ungrouped_variables": ["x", "y", "c", "d", "p", "q", "b", "g"], "variable_groups": [], "tags": [], "statement": "

Using the laws of indices, simplify each expression down to its simplest form. Recall that $a^{0} = 1$ for any number $a$.

", "advice": "

a)

\n

Here we are using the rule of indices: $a^m \\times a^n = a^{m+n}$.

\n

Using this rule, 

\n

\\[
\\begin{align}
a^\\var{x} \\times a^\\var{y}\\ &= a^\\simplify[all, !collectNumbers]{{x}+{y}}\\\\
&= a^\\var{x+y}.
\\end{align}
\\]

\n

b)

\n

We are asked to find $\\var{c}a^\\var{p} \\times \\var{d}a^\\var{q}$.

\n

Notice there is a constant in front of each of the terms.

\n

To do this, write the product out explicitly, as

\n

\\[\\var{c}a^\\var{p} \\times \\var{d}a^\\var{q} = \\var{c} \\times \\var{d} \\times a^\\var{p} \\times a^\\var{q}.\\]

\n

We know that $\\var{c} \\times \\var{d} = \\var{c*d}$, and using the rule of indices: $a^\\var{p} \\times a^\\var{q} = a^\\var{p+q}$.

\n

Therefore:

\n

\\begin{align}
\\var{c}a^\\var{p} \\times \\var{d}a^\\var{q}&= \\var{c*d} \\times a^\\var{p+q} \\\\
&= \\simplify{{c*d}*a^{p+q}}.
\\end{align}

\n

c)

\n

Here we are using: $a^m \\div a^n = a^{m-n}$.

\n

We are asked to simplify the expression, $\\displaystyle\\simplify{{b}*a^{x}/({g}*a^{y})}$.

\n

To do this, we just have to use the previously mentioned rule of indices. We write this out explicity as

\n

\\[\\simplify{{b}*a^{x}/({g}*a^{y})} = \\simplify{{b}/{g}} \\times \\simplify{a^{x}/(a^{y})}.\\]

\n

Using rules of indices,

\n

\\begin{align}                                                                                                                                                                                                                                                                                           \\frac{a^\\var{x}}{a^\\var{y}} &= a^\\var{x} \\div a^\\var{y}\\\\
&= a^\\simplify[all, !collectNumbers]{{x}-{y}}\\\\
&= a^\\var{x-y}.
\\end{align}

\n

Therefore,

\n

\\begin{align}
\\frac{\\var{b}a^\\var{x}}{\\var{g}a^\\var{y}} &= \\simplify{{b}/{g}} \\times \\simplify{a^{{x}-{y}}}\\\\
&= \\simplify{{b}/{g}*a^{x-y}}.
\\end{align}

\n

Alternatively, 

\n

Using the rule of indices: $a^{-m}  = \\displaystyle\\frac{1}{a^{m}}$, we can rewrite the question as:

\n

\\begin{align}
\\frac{\\var{b}a^\\var{x}}{\\var{g}a^\\var{y}} &= \\simplify{{b}/{g}} \\times \\frac{a^\\var{x}}{a^\\var{y}}\\\\
&= \\simplify{{b}/{g}} \\times a^\\var{x} \\times a^{-\\var{y}}.
\\end{align}

\n

And then using the rule: $a^m \\times a^n = a^{m+n}$, this becomes:

\n

\\begin{align}
\\simplify{{b}/{g}} \\times a^\\var{x} \\times a^{-\\var{y}} &= \\simplify{{b}/{g}} \\times a^\\simplify[all,!collectNumbers]{{x}+(-{y})}\\\\
&= \\simplify{{b}/{g}*a^{x-y}}.
\\end{align}

\n

d)

\n

The question asks us to simplify $(\\simplify{{c}*a^{p}})^{\\var{q}}$.

\n

To do this we use the rules:

\n

\\[(a^{m})^{n} = a^{mn},\\]

\n

\\[(ab)^m = a^mb^m.\\]

\n

We can then expand the equation as

\n

\\[(\\simplify{{c}*a^{p}})^{\\var{q}}= \\var{c}^{\\var{q}} \\times (a^{\\var{p}})^{\\var{q}}.\\]

\n

Then using the rule of indices mentioned previously,

\n

\\[
\\begin{align}
(\\simplify{{c}*a^{p}})^{\\var{q}}&= \\simplify{{c}^{q}} \\times a^\\var{p*q}\\\\
&= \\simplify{{c}^{q}*a^{p*q}}.
\\end{align}
\\]

\n

e)

\n

The question asks us to simplify $\\sqrt[\\var{d}]{\\var{x}^\\var{d}a}$.

\n

To do this we use the rules:

\n

\\[a^\\frac{1}{m} = \\sqrt[m]{a},\\]

\n

\\[(ab)^m = a^mb^m.\\]

\n

We can expand the expression as follows:

\n

\\[
\\begin{align}
\\sqrt[\\var{d}]{a} &= (\\simplify{a})^\\frac{1}{\\var{d}}\\\\
&= a^\\frac{1}{\\var{d}}.
\\end{align}
\\]

\n

f)

\n

The question requires us to simplify $\\sqrt[\\var{c}]{a^\\var{q}}$.

\n

Here, we use the rule of indices: $a^\\frac{n}{m} = \\sqrt[m]{a^n}$, allowing us to expand the expression as follows:

\n

\\[
\\begin{align}
\\sqrt[\\var{c}]{\\simplify{a^{q}}} &= \\simplify[fractionnumbers,all]{(a^{q})^{{1}/{{c}}}}\\\\
&= \\simplify[fractionnumbers,all]{a^{{q}/{c}}}.
\\end{align}
\\]

", "parts": [{"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "stepsPenalty": "1", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "gaps": [{"variableReplacementStrategy": "originalfirst", "mustmatchpattern": {"partialCredit": 0, "message": "You haven't simplified: your answer is not in the form $a^?$.", "pattern": "a^?`?", "nameToCompare": ""}, "checkingAccuracy": 0.001, "useCustomName": false, "customMarkingAlgorithm": "", "checkVariableNames": false, "extendBaseMarkingAlgorithm": true, "vsetRangePoints": 5, "checkingType": "absdiff", "variableReplacements": [], "showFeedbackIcon": true, "answer": "a^{x+y}", "marks": "2", "scripts": {}, "showCorrectAnswer": true, "failureRate": 1, "vsetRange": [0, 1], "unitTests": [], "valuegenerators": [{"name": "a", "value": ""}], "customName": "", "showPreview": true, "type": "jme"}], "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "unitTests": [], "customName": "", "prompt": "

Write $a^{\\var{x}} \\times a^{\\var{y}}$ as a single power of $a$.

\n

\n

$a^{\\var{x}} \\times a^{\\var{y}} =$ [[0]].

", "variableReplacements": [], "steps": [{"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "unitTests": [], "customName": "", "prompt": "

Use the rule: $a^m \\times a^n = a^{m+n}$.

", "variableReplacements": [], "type": "information"}], "type": "gapfill"}, {"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "gaps": [{"variableReplacementStrategy": "originalfirst", "mustmatchpattern": {"partialCredit": 0, "message": "You haven't simplified: your answer is not in the form $?a^?$.", "pattern": "$n*a^?`?", "nameToCompare": ""}, "checkingAccuracy": 0.001, "useCustomName": false, "customMarkingAlgorithm": "", "checkVariableNames": false, "extendBaseMarkingAlgorithm": true, "vsetRangePoints": 5, "checkingType": "absdiff", "variableReplacements": [], "showFeedbackIcon": true, "answer": "{c*d}*a^{p+q}", "marks": "2", "scripts": {}, "showCorrectAnswer": true, "failureRate": 1, "vsetRange": [0, 1], "unitTests": [], "valuegenerators": [{"name": "a", "value": ""}], "customName": "", "showPreview": true, "type": "jme"}], "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "unitTests": [], "customName": "", "prompt": "

Write $\\var{c}a^\\var{p} \\times \\var{d}a^\\var{q}$ as an integer multiplied by a single power of $a$.

\n

$\\var{c}a^\\var{p} \\times \\var{d}a^\\var{q} =$ [[0]].

\n

", "variableReplacements": [], "type": "gapfill"}, {"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "stepsPenalty": "1", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "gaps": [{"variableReplacementStrategy": "originalfirst", "mustmatchpattern": {"partialCredit": 0, "message": "You haven't simplified: your answer is not in the form $\\frac{?}{?} \\cdot a^?$.", "pattern": "$n/$n`? * a^?`?", "nameToCompare": ""}, "checkingAccuracy": 0.001, "useCustomName": false, "customMarkingAlgorithm": "", "checkVariableNames": false, "extendBaseMarkingAlgorithm": true, "vsetRangePoints": 5, "checkingType": "absdiff", "variableReplacements": [], "showFeedbackIcon": true, "answer": "{b}/{g}a^{x-y}", "marks": "2", "scripts": {}, "showCorrectAnswer": true, "failureRate": 1, "vsetRange": [0, 1], "unitTests": [], "valuegenerators": [{"name": "a", "value": ""}], "customName": "", "showPreview": true, "type": "jme"}], "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "unitTests": [], "customName": "", "prompt": "

Write $\\displaystyle\\simplify{{b}*a^{x}/({g}*a^{y})}$ as a number multiplied by a single power of $a$.

\n

$\\displaystyle\\simplify{{b}*a^{x}/({g}*a^{y})} =$ [[0]].

\n

", "variableReplacements": [], "steps": [{"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "unitTests": [], "customName": "", "prompt": "

You could use one of the following rules:

\n

$a^m \\div a^n = a^{m-n}$.

\n

$a^{-m} = \\displaystyle\\frac{1}{a^m}$.

", "variableReplacements": [], "type": "information"}], "type": "gapfill"}, {"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "stepsPenalty": 0, "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "gaps": [{"variableReplacementStrategy": "originalfirst", "mustmatchpattern": {"partialCredit": 0, "message": "You must write your answer as an integer multiplied by a power of $a$.", "pattern": "$n`?*a^?`?", "nameToCompare": ""}, "checkingAccuracy": 0.001, "useCustomName": false, "customMarkingAlgorithm": "", "checkVariableNames": false, "extendBaseMarkingAlgorithm": true, "vsetRangePoints": 5, "checkingType": "absdiff", "variableReplacements": [], "showFeedbackIcon": true, "answer": "{c^{q}}*a^{p*q}", "marks": "2", "scripts": {}, "showCorrectAnswer": true, "failureRate": 1, "vsetRange": [0, 1], "unitTests": [], "valuegenerators": [{"name": "a", "value": ""}], "customName": "", "showPreview": true, "type": "jme"}], "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "unitTests": [], "customName": "", "prompt": "

Write $(\\simplify{{c}*a^{p}})^{\\var{q}}$ as an integer multiplied by a single power of $a$.

\n

$(\\simplify{{c}*a^{p}})^{\\var{q}} =$ [[0]].

\n

", "variableReplacements": [], "steps": [{"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "unitTests": [], "customName": "", "prompt": "

Use the rules:

\n

$(ab)^m = a^mb^m$.

\n

$(a^m)^n = a^{mn}$.

", "variableReplacements": [], "type": "information"}], "type": "gapfill"}, {"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "stepsPenalty": "1", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "gaps": [{"variableReplacementStrategy": "originalfirst", "checkingType": "absdiff", "checkingAccuracy": 0.001, "useCustomName": false, "customMarkingAlgorithm": "", "checkVariableNames": false, "extendBaseMarkingAlgorithm": true, "vsetRangePoints": 5, "answerSimplification": "basic", "variableReplacements": [], "showFeedbackIcon": true, "answer": "a^(1/{d})", "mustmatchpattern": {"partialCredit": 0, "message": "

You must input your answer as a single power of a.

", "pattern": "a^?`?", "nameToCompare": ""}, "marks": "2", "scripts": {}, "showCorrectAnswer": true, "failureRate": 1, "vsetRange": [0, 1], "unitTests": [], "valuegenerators": [{"name": "a", "value": ""}], "customName": "", "showPreview": true, "type": "jme"}], "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "unitTests": [], "customName": "", "prompt": "

Write $\\sqrt[\\var{d}]{a}$ as a single power of $a$. 

\n

$\\sqrt[\\var{d}]{a} =$ [[0]].

", "variableReplacements": [], "steps": [{"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "unitTests": [], "customName": "", "prompt": "

Use the rule: $a^\\frac{1}{m} = \\sqrt[m]{a}$.

", "variableReplacements": [], "type": "information"}], "type": "gapfill"}, {"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "stepsPenalty": "1", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "gaps": [{"variableReplacementStrategy": "originalfirst", "mustmatchpattern": {"partialCredit": 0, "message": "

You must input your answer as a single power of a.

", "pattern": "a^?`?", "nameToCompare": ""}, "checkingAccuracy": 0.001, "useCustomName": false, "customMarkingAlgorithm": "", "checkVariableNames": false, "extendBaseMarkingAlgorithm": true, "vsetRangePoints": 5, "checkingType": "absdiff", "variableReplacements": [], "showFeedbackIcon": true, "answer": "a^({c}/{q})", "marks": "2", "scripts": {}, "showCorrectAnswer": true, "failureRate": 1, "vsetRange": [0, 1], "unitTests": [], "valuegenerators": [{"name": "a", "value": ""}], "customName": "", "showPreview": true, "type": "jme"}], "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "unitTests": [], "customName": "", "prompt": "

Write $\\sqrt[\\var{q}]{a^\\var{c}}$ as a single power of $a$.

\n

$\\sqrt[\\var{q}]{a^\\var{c}} =$ [[0]].

", "variableReplacements": [], "steps": [{"variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "useCustomName": false, "marks": 0, "scripts": {}, "showCorrectAnswer": true, "showFeedbackIcon": true, "extendBaseMarkingAlgorithm": true, "unitTests": [], "customName": "", "prompt": "

Use the rule: $a^\\frac{n}{m} = \\sqrt[m]{a^n}$.

", "variableReplacements": [], "type": "information"}], "type": "gapfill"}], "extensions": [], "variablesTest": {"condition": "", "maxRuns": 100}, "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Elliott Fletcher", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1591/"}, {"name": "John Wick", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3326/"}]}]}], "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Elliott Fletcher", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1591/"}, {"name": "John Wick", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3326/"}]}