// Numbas version: exam_results_page_options {"name": "Quadratic Equations: Factor (Simple Case) 01", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"name": "Quadratic Equations: Factor (Simple Case) 01", "tags": [], "metadata": {"description": "

Questions asking for the factoring of simple case (a=1)

\n

", "licence": "Creative Commons Attribution 4.0 International"}, "statement": "

A quadratic equation in \"Standard\" form looks like this:

\n

\\( \\color{red}{a} x^2 + \\color{red}{b} x + \\color{red}{c} = 0 \\)

\n

Where \\( a, b \\) and \\( c \\)  are numerical co-efficients. \"\\( a \\)\" cannot be \\( 0 \\)   but  \"\\( b \\)\" and \"\\( c \\)\" can be any value (including \\( 0 \\)). The equation MUST be in this form before applying ANY method for solving.

\n

Some quadratic equations will factorise giving a simple way to \"solve\" them and find their roots. In the \"simple case\"  (when \\( a=1 \\)) this can be acheived by finding factors whose product (\\( \\times \\)) is \\( c \\) and sum (\\( + \\)) is \\( b \\).

", "advice": "

We are asked to factor different quadratic equations.

\n

The first step is to check that the equations are in \"standard form\", in these questions, they are. Also, these equations are all \"simple case\" quadratics (the co-efficient of \\( x^2 \\) is one), i.e. \\( a=1 \\).

\n

We know that, to get the \\( x^2 \\) term we need a single  \\( x \\) in each bracket:

\n

\\(  ( x + ??)( x + ?? )  \\)

\n

Then, as stated earlier, you just need to find a pair of numbers that:

\n\n
\n

\n

a)     \\( \\simplify{  x^2 + {b1}x + {c1} =0  } \\)

\n

We know that, to get the \\( x^2 \\) term we need a single  \\( x \\) in each bracket:

\n

\\(  ( x + ??)( x + ?? ) =0  \\)

\n

Then, we need to find two numbers that:

\n\n

A little thought leads us to  \\( \\var{f1} \\)  and  \\( \\var{f2} \\). these can be inserted into the brackets to give:

\n

\\(  \\simplify{ ( x + {f1})( x + {f2} ) }=0  \\)

\n

  

\n

  

\n

b)     \\( \\simplify{  x^2 + {b2}x + {c2} =0  } \\)

\n

We know that, to get the \\( x^2 \\) term we need a single  \\( x \\) in each bracket:

\n

\\(  ( x + ??)( x + ?? ) =0  \\)

\n

Then, we need to find two numbers that:

\n\n

A little thought leads us to  \\( \\var{g1} \\)  and  \\( \\var{g2} \\). these can be inserted into the brackets to give:

\n

\\( \\simplify{  ( x + {g1})( x + {g2} ) =0 } \\)

\n

   

\n

 

\n

c)     \\( \\simplify{  x^2 + {b3}x + {c3} =0  } \\)

\n

We know that, to get the \\( x^2 \\) term we need a single  \\( x \\) in each bracket:

\n

\\(  ( x + ??)( x + ?? ) =0  \\)

\n

Then, we need to find two numbers that:

\n\n

A little thought leads us to  \\( \\var{h1} \\)  and  \\( \\var{h2} \\). these can be inserted into the brackets to give:

\n

\\( \\simplify{  ( x + {h1})( x + {h2} ) =0 } \\)

\n

 

\n

 

\n

 

", "rulesets": {}, "extensions": [], "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"f2": {"name": "f2", "group": "Question A", "definition": "random(-9..9 except 0 except f1)", "description": "", "templateType": "anything", "can_override": false}, "f1": {"name": "f1", "group": "Question A", "definition": "random(-9..9 except 0)", "description": "", "templateType": "anything", "can_override": false}, "b1": {"name": "b1", "group": "Question A", "definition": "{f1}+{f2}", "description": "", "templateType": "anything", "can_override": false}, "c1": {"name": "c1", "group": "Question A", "definition": "{f1}*{f2}", "description": "", "templateType": "anything", "can_override": false}, "g1": {"name": "g1", "group": "Question B", "definition": "random(-9..9 except 0 except f1 except f2)", "description": "", "templateType": "anything", "can_override": false}, "g2": {"name": "g2", "group": "Question B", "definition": "random(-9..9 except 0 except f1 except f2 except g1)", "description": "", "templateType": "anything", "can_override": false}, "b2": {"name": "b2", "group": "Question B", "definition": "{g1}+{g2}", "description": "", "templateType": "anything", "can_override": false}, "c2": {"name": "c2", "group": "Question B", "definition": "{g1}*{g2}", "description": "", "templateType": "anything", "can_override": false}, "h1": {"name": "h1", "group": "Question C", "definition": "random(-9..9 except 0 except f1 except f2 except g1 except g2)", "description": "", "templateType": "anything", "can_override": false}, "h2": {"name": "h2", "group": "Question C", "definition": "random(-9..9 except 0 except f1 except f2 except g1 except g2 except h1)", "description": "", "templateType": "anything", "can_override": false}, "b3": {"name": "b3", "group": "Question C", "definition": "{h1}+{h2}", "description": "", "templateType": "anything", "can_override": false}, "c3": {"name": "c3", "group": "Question C", "definition": "{h1}*{h2}", "description": "", "templateType": "anything", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": [], "variable_groups": [{"name": "Question A", "variables": ["f1", "f2", "b1", "c1"]}, {"name": "Question B", "variables": ["g1", "g2", "b2", "c2"]}, {"name": "Question C", "variables": ["h1", "h2", "b3", "c3"]}], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "information", "useCustomName": false, "customName": "", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

Factorise the following equations:

"}, {"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": false, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

\\( \\simplify{  x^2 + {b1}x + {c1} =0  } \\)

\n

 [[0]] \\( =0 \\)

\n

", "gaps": [{"type": "jme", "useCustomName": false, "customName": "", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "(x + {f1} ) (x + {f2} )", "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": [{"name": "x", "value": ""}]}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": false, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

\\( \\simplify{  x^2 + {b2}x + {c2} =0  } \\)

\n

 [[0]] \\( =0 \\)

", "gaps": [{"type": "jme", "useCustomName": false, "customName": "", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "(x + {g1} ) (x + {g2} )", "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": [{"name": "x", "value": ""}]}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": false, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

\\( \\simplify{  x^2 + {b3}x + {c3} =0  } \\)

\n

 [[0]] \\( =0 \\)

", "gaps": [{"type": "jme", "useCustomName": false, "customName": "", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "(x + {h1} ) (x + {h2} )", "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": [{"name": "x", "value": ""}]}], "sortAnswers": false}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always", "contributors": [{"name": "Michael Proudman", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/269/"}]}]}], "contributors": [{"name": "Michael Proudman", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/269/"}]}