435 results for "solution".
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in NursingChecking if a student can substitute into an equation. This is a nursing calculation question. Solution is given for with a calculator and without a calculator, however the point of this question is really substitution.
-
Question in MASH Bath: Question Bank
Given two cubic functions $g(x)$ and $h(x)$ of the form $ax^3+bx^2+cx+d$, solve the equation $g(x)=2h(x)$, giving all possible solutions for $x$.
-
Question in Andrew's workspace
Solving a system of three linear equations in 3 unknowns using Gaussian Elimination (or Gauss-Jordan algorithm) in 5 stages. Solutions are all integers. Introductory question where the numbers come out quite nice with not much dividing. Set-up is meant for formative assessment. Adapated from a question copied from Newcastle.
-
Question in Andrew's workspace
Solving a system of three linear equations in 3 unknowns using Gaussian Elimination (or Gauss-Jordan algorithm) in 5 stages. Solutions are all integers. Introductory question where the numbers come out quite nice with not much dividing. Set-up is meant for formative assessment. Adapated from a question copied from Newcastle.
-
Question in Engineering Statics
Solve for an angle which will result in equilibrium for a triangle subjected to three couples. A trial and error solution is recommended.
-
Question in Julia Goedecke's contributions
Matrix multiplication. Has automatically generated "unresolved" matrix product to write in the solution, which is the interesting part of this implementation.
-
Question in Discrete Mathematics
How to find solutions to a second order recurrence relation.
-
Question in Engineering Statics
An A-frame structure supporting a force and a moment. The feet are at the different vertical positions so the solution will require simultaneous equations, unless you rotate the coordinate system.
-
Question in Graphs and series
Multiple solution of sin
-
Question in Graphs and series
Given the original formula the student enters the transformed formula
-
Question in Graphs and series
Given the original formula the student enters the transformed formula
-
Question in Graphs and series
Given the original formula the student enters the transformed formula
-
Question in rhaana's workspace
Based on Chapter 8, quite loosley.Putting a pair of linear equations into matrix notation and then solving by finding the inverse of the coefficient matrix.
-
Question in SPF Math1060
Solving a system of three linear equations in 3 unknowns using Gauss Elimination in 4 stages. Solutions are all integral.
-
Question in STEPHAN's workspace
Résoudre des équations du second degré à une inconnue (cas d'un discriminant > 0, deux racines entières réelles et discrètes) à l'aide des formules.
-
Question in Assessment Exercises
Using trig identities to find solutions to equations
-
Question in Assessment Exercises
Using trig identities to find solutions to equations
-
Question in Intro Maths
solve trig equation that requires use of s^s+c^2=1. with worked solutions.
-
Question in Intro Maths
solve trig equation involving a translation in given internval. with worked solutions
-
Question in Intro Maths
Solve trig equation in a given internval with stretch and worked solutions
-
Question in Intro Maths
Solving cosx in given interval. With random variation and worked solutions.
-
Question in Intro Maths
Solving sinx in given interval. With random variation and worked solutions.
-
Question in Intro Maths
Solving tanx in given interval. With random variation and worked solutions.
-
Question in Linear Algebra 1st year
In this demo question, you can see either 2 or 3 gaps depending on the variable \(m\), and the marking algorithm doesn't penalise for the empty third gap in cases when it is not shown.
Reason to use it: for vectors or matrices containing only numbers, one can easily use matrix entry to account for a random size of an answer. But this does not work for mathematical expressions. There we have to give each entry of the vector as a separate gap, which then becomes a problem when the size varies. This solves that problem. For this reason I've included two parts: one very simple one that just shows the phenomenon of variable number of gaps, and one which is more like why I needed it.
Note that to resolve the fact that when \(m=2\), the point for the third gap cannot be earned, I have made it so that the student only gets 0 or all points, when all shown gaps are correctly filled in.
Note the use of Ax[m-1] in the third gap "correct answer" of part b): if you use Ax[2], then it will throw an error when m=2, as then Ax won't have the correct size. So even though the marking algorithm will ignore it, the question would still not work.
Bonus demo if you look in the variables: A way to automatically generate the correct latex code for \(\var{latexAx}\), since it's a variable size. I would usually need that in the "Advice", i.e. solutions, rather than the question text.
-
Question in Linear Algebra 1st year
In this demo question, you can see either 2 or 3 gaps depending on the variable \(m\), and the marking algorithm doesn't penalise for the empty third gap in cases when it is not shown.
Reason to use it: for vectors or matrices containing only numbers, one can easily use matrix entry to account for a random size of an answer. But this does not work for mathematical expressions. There we have to give each entry of the vector as a separate gap, which then becomes a problem when the size varies. This solves that problem. For this reason I've included two parts: one very simple one that just shows the phenomenon of variable number of gaps, and one which is more like why I needed it.
Note that to resolve the fact that when \(m=2\), the point for the third gap cannot be earned, I have made it so that the student only gets 0 or all points, when all shown gaps are correctly filled in.
Note the use of Ax[m-1] in the third gap "correct answer" of part b): if you use Ax[2], then it will throw an error when m=2, as then Ax won't have the correct size. So even though the marking algorithm will ignore it, the question would still not work.
Bonus demo if you look in the variables: A way to automatically generate the correct latex code for \(\var{latexAx}\), since it's a variable size. I would usually need that in the "Advice", i.e. solutions, rather than the question text.
-
Question in Linear Algebra 1st year
Solving a system of three linear equations in 3 unknowns using Gaussian Elimination (or Gauss-Jordan algorithm) in 5 stages. Solutions are all integers. Introductory question where the numbers come out quite nice with not much dividing. Set-up is meant for formative assessment. Adapated from a question copied from Newcastle.
-
Question in Linear Algebra 1st year
Solving a system of three linear equations in 3 unknowns using Gaussian Elimination (or Gauss-Jordan algorithm) in 5 stages. Solutions are all integers. Set up so that sometimes it has infinitely many solutions (one free variable), sometimes unique solution. Scaffolded so meant for formative. The variable d determines the cases (d=1: unique solution, d-0: infinitely many solutions). The other variables are set up so that no entries become zero for some randomisations but not others.
-
Question in Linear Algebra 1st year
Adding matrices of random size: two to four rows and two to four columns. Advice (i.e. solution) has conditional visibility to show only the correct size.
-
Question in Linear Algebra 1st year
Adding vectors of random size. Advice (i.e. solution) has conditional visibility to show only the correct size.