// Numbas version: exam_results_page_options {"name": "Laws of Indices [L6] Randomised", "extensions": [], "custom_part_types": [], "resources": [["question-resources/Capture_Bk8bYnv.PNG", "/srv/numbas/media/question-resources/Capture_Bk8bYnv.PNG"]], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"extensions": [], "name": "Laws of Indices [L6] Randomised", "statement": "

Using the laws of indices, simplify each expression down to its simplest form.

\n

Recall that $a^{0} = 1$ for any number = $a$.

\n

The ^ symbol is required to write powers of algebraic symbols and * between integers and algebraic symbols, e.g. $5a^2$ should be written 5*a^2.

", "preamble": {"js": "", "css": ""}, "tags": ["L6"], "variablesTest": {"condition": "", "maxRuns": 100}, "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

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

\n

"}, "variable_groups": [], "rulesets": {}, "functions": {}, "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": [{"type": "gapfill", "unitTests": [], "scripts": {}, "extendBaseMarkingAlgorithm": true, "steps": [{"prompt": "

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

", "type": "information", "showCorrectAnswer": true, "scripts": {}, "extendBaseMarkingAlgorithm": true, "variableReplacementStrategy": "originalfirst", "marks": 0, "variableReplacements": [], "unitTests": [], "showFeedbackIcon": true, "customMarkingAlgorithm": ""}], "marks": 0, "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]].

", "sortAnswers": false, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "stepsPenalty": "1", "gaps": [{"vsetRange": [0, 1], "type": "jme", "unitTests": [], "scripts": {"mark": {"script": "// Parse the student's answer as a syntax tree\nvar studentTree = Numbas.jme.compile(this.studentAnswer,Numbas.jme.builtinScope);\n\n// Create the pattern to match against \n// we just want two sets of brackets, each containing two terms\n// or one of the brackets might not have a constant term\n// or for repeated roots, you might write (x+a)^2\nvar rule = Numbas.jme.compile('m_any(a^(m_number))');\n\n// Check the student's answer matches the pattern. \nvar m = Numbas.jme.display.matchTree(rule,studentTree,true);\n// If not, take away marks\nif(!m) {\n this.multCredit(0,'You haven\\'t simplified: your answer is not in the form $\\a^?$.');\n}", "order": "after"}}, "extendBaseMarkingAlgorithm": true, "notallowed": {"message": "

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

", "showStrings": true, "partialCredit": 0, "strings": ["*", "(", ")", "+"]}, "failureRate": 1, "answer": "a^{x+y}", "checkingType": "absdiff", "marks": "2", "checkVariableNames": false, "vsetRangePoints": 5, "musthave": {"message": "

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

", "showStrings": true, "partialCredit": 0, "strings": ["^"]}, "expectedVariableNames": [], "showFeedbackIcon": true, "variableReplacements": [], "checkingAccuracy": 0.001, "variableReplacementStrategy": "originalfirst", "showPreview": true, "showCorrectAnswer": true, "customMarkingAlgorithm": ""}], "showCorrectAnswer": true, "customMarkingAlgorithm": ""}, {"type": "gapfill", "unitTests": [], "scripts": {}, "extendBaseMarkingAlgorithm": true, "marks": 0, "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

", "sortAnswers": false, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "gaps": [{"vsetRange": [0, 1], "type": "jme", "unitTests": [], "scripts": {"mark": {"script": "// Parse the student's answer as a syntax tree\nvar studentTree = Numbas.jme.compile(this.studentAnswer,Numbas.jme.builtinScope);\n\n// Create the pattern to match against \n// we just want two sets of brackets, each containing two terms\n// or one of the brackets might not have a constant term\n// or for repeated roots, you might write (x+a)^2\nvar rule = Numbas.jme.compile('m_any((m_number)*a^(m_number))');\n\n// Check the student's answer matches the pattern. \nvar m = Numbas.jme.display.matchTree(rule,studentTree,true);\n// If not, take away marks\nif(!m) {\n this.multCredit(0,'You haven\\'t simplified: your answer is not in the form $\\?a^?$.');\n}", "order": "after"}}, "extendBaseMarkingAlgorithm": true, "notallowed": {"message": "

You must write your answer as a number multiplied by a single power of a.

", "showStrings": true, "partialCredit": 0, "strings": ["*", "( )"]}, "failureRate": 1, "answer": "{c*d}*a^{p+q}", "checkingType": "absdiff", "marks": "2", "checkVariableNames": false, "vsetRangePoints": 5, "musthave": {"message": "

You must write your answer as a number multiplied by a single power of a.

", "showStrings": true, "partialCredit": 0, "strings": ["^"]}, "expectedVariableNames": [], "showFeedbackIcon": true, "variableReplacements": [], "checkingAccuracy": 0.001, "variableReplacementStrategy": "originalfirst", "showPreview": true, "showCorrectAnswer": true, "customMarkingAlgorithm": ""}], "showCorrectAnswer": true, "customMarkingAlgorithm": ""}, {"type": "gapfill", "unitTests": [], "scripts": {}, "extendBaseMarkingAlgorithm": true, "steps": [{"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}$.

", "type": "information", "showCorrectAnswer": true, "scripts": {}, "extendBaseMarkingAlgorithm": true, "variableReplacementStrategy": "originalfirst", "marks": 0, "variableReplacements": [], "unitTests": [], "showFeedbackIcon": true, "customMarkingAlgorithm": ""}], "marks": 0, "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

", "sortAnswers": false, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "stepsPenalty": "1", "gaps": [{"vsetRange": [0, 1], "type": "jme", "unitTests": [], "scripts": {"mark": {"script": "// Parse the student's answer as a syntax tree\nvar studentTree = Numbas.jme.compile(this.studentAnswer,Numbas.jme.builtinScope);\n\n// Create the pattern to match against \n// we just want two sets of brackets, each containing two terms\n// or one of the brackets might not have a constant term\n// or for repeated roots, you might write (x+a)^2\nvar rule = Numbas.jme.compile('m_any( (m_number/m_number)*a^(m_pm(m_number)), (m_number*a^(m_pm(m_number)))/m_number )');\n\n// Check the student's answer matches the pattern. \nvar m = Numbas.jme.display.matchTree(rule,studentTree,true);\n// If not, take away marks\nif(!m) {\n this.multCredit(0,'You haven\\'t simplified: your answer is not in the form $\\\\frac{?}{\\\\cdot}a^n$.');\n}", "order": "after"}}, "extendBaseMarkingAlgorithm": true, "failureRate": 1, "answer": "{b/g}a^{x-y}", "checkingType": "absdiff", "marks": "2", "checkVariableNames": false, "vsetRangePoints": 5, "expectedVariableNames": [], "showFeedbackIcon": true, "variableReplacements": [], "checkingAccuracy": 0.001, "variableReplacementStrategy": "originalfirst", "showPreview": true, "showCorrectAnswer": true, "customMarkingAlgorithm": ""}], "showCorrectAnswer": true, "customMarkingAlgorithm": ""}, {"type": "gapfill", "unitTests": [], "scripts": {}, "extendBaseMarkingAlgorithm": true, "steps": [{"prompt": "

Use the rules:

\n

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

\n

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

", "type": "information", "showCorrectAnswer": true, "scripts": {}, "extendBaseMarkingAlgorithm": true, "variableReplacementStrategy": "originalfirst", "marks": 0, "variableReplacements": [], "unitTests": [], "showFeedbackIcon": true, "customMarkingAlgorithm": ""}], "marks": 0, "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

", "sortAnswers": false, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "stepsPenalty": 0, "gaps": [{"vsetRange": [0, 1], "type": "jme", "unitTests": [], "scripts": {}, "extendBaseMarkingAlgorithm": true, "notallowed": {"message": "

You must enter your answer as an integer multiplied by a single power of a.

", "showStrings": true, "partialCredit": 0, "strings": ["*", "(", ")", ")"]}, "failureRate": 1, "answer": "{c^{q}}*a^{p*q}", "checkingType": "absdiff", "marks": "2", "checkVariableNames": false, "vsetRangePoints": 5, "musthave": {"message": "

You must enter your answer as an integer multiplied by a single power of a.

", "showStrings": true, "partialCredit": 0, "strings": ["^"]}, "expectedVariableNames": [], "showFeedbackIcon": true, "variableReplacements": [], "checkingAccuracy": 0.001, "variableReplacementStrategy": "originalfirst", "showPreview": true, "showCorrectAnswer": true, "customMarkingAlgorithm": ""}], "showCorrectAnswer": true, "customMarkingAlgorithm": ""}, {"type": "gapfill", "unitTests": [], "scripts": {}, "extendBaseMarkingAlgorithm": true, "steps": [{"prompt": "

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

", "type": "information", "showCorrectAnswer": true, "scripts": {}, "extendBaseMarkingAlgorithm": true, "variableReplacementStrategy": "originalfirst", "marks": 0, "variableReplacements": [], "unitTests": [], "showFeedbackIcon": true, "customMarkingAlgorithm": ""}], "marks": 0, "prompt": "

\n

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

\n

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

\n

\n

", "sortAnswers": false, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "stepsPenalty": "1", "gaps": [{"type": "jme", "variableReplacements": [], "vsetRange": [0, 1], "notallowed": {"message": "

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

", "showStrings": true, "partialCredit": 0, "strings": ["sqrt", "root"]}, "expectedVariableNames": [], "showFeedbackIcon": true, "checkingAccuracy": 0.001, "variableReplacementStrategy": "originalfirst", "showPreview": true, "answerSimplification": "basic", "showCorrectAnswer": true, "vsetRangePoints": 5, "unitTests": [], "scripts": {}, "extendBaseMarkingAlgorithm": true, "failureRate": 1, "answer": "a^(1/{d})", "checkingType": "absdiff", "marks": "2", "customMarkingAlgorithm": "", "checkVariableNames": false, "musthave": {"message": "

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

", "showStrings": true, "partialCredit": 0, "strings": ["^", "(", ")"]}}], "showCorrectAnswer": true, "customMarkingAlgorithm": ""}, {"type": "gapfill", "unitTests": [], "scripts": {}, "extendBaseMarkingAlgorithm": true, "steps": [{"prompt": "

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

", "type": "information", "showCorrectAnswer": true, "scripts": {}, "extendBaseMarkingAlgorithm": true, "variableReplacementStrategy": "originalfirst", "marks": 0, "variableReplacements": [], "unitTests": [], "showFeedbackIcon": true, "customMarkingAlgorithm": ""}], "marks": 0, "prompt": "

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

\n

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

\n

", "sortAnswers": false, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "stepsPenalty": "1", "gaps": [{"vsetRange": [0, 1], "type": "jme", "unitTests": [], "scripts": {}, "extendBaseMarkingAlgorithm": true, "notallowed": {"message": "

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

", "showStrings": true, "partialCredit": 0, "strings": ["root"]}, "failureRate": 1, "answer": "a^({c}/{q})", "checkingType": "absdiff", "marks": "2", "checkVariableNames": false, "vsetRangePoints": 5, "musthave": {"message": "

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

", "showStrings": true, "partialCredit": 0, "strings": ["^", "(", ")"]}, "expectedVariableNames": [], "showFeedbackIcon": true, "variableReplacements": [], "checkingAccuracy": 0.001, "variableReplacementStrategy": "originalfirst", "showPreview": true, "showCorrectAnswer": true, "customMarkingAlgorithm": ""}], "showCorrectAnswer": true, "customMarkingAlgorithm": ""}], "ungrouped_variables": ["x", "y", "c", "d", "p", "q", "b", "g"], "variables": {"y": {"templateType": "anything", "group": "Ungrouped variables", "name": "y", "description": "

\n

Used in parts a,c and f

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

Used in parts b and d

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

Used in parts a,c and e

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

Used in parts b and e

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

Used in parts b,d and f

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

Used in part c

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

Used in part c

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

Used in parts b,d and f

", "definition": "random(3,5)"}}, "type": "question", "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": "Abbi Mullins", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2466/"}, {"name": "Matthew James Sykes", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2582/"}]}]}], "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": "Abbi Mullins", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2466/"}, {"name": "Matthew James Sykes", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2582/"}]}