1583 results for "with".
-
Question in How-tos
This question shows how to generate a random set of $(x,y)$ samples, where $y = mx + c + \mathrm{noise}$.
The JSXGraph extension is used to show a scatter plot of the data. This isn't necessary if you just want to generate the data.
-
Question in How-tos
A mathematical expression part with a pattern restriction to ensure that the student has extracted the highest common factor of two terms.
The answer must be of the form $a(b+cx)$, where $b$ and $c$ are coprime.
-
Question in How-tos
The student is asked to give the roots of a quadratic equation. They should be able to enter the numbers in any order, and each correct number should earn a mark.
When there's only one root, the student can only fill in one of the answer fields.
This is implemented with a gap-fill with two number entry gaps. The gaps have a custom marking algorithm to allow an empty answer. The gap-fill considers the student's two answers as a set, and compares with the set of correct answers.
The marking corresponds to this table:
There is one root There are two roots Student gives one correct root 100% 50%, "The root you gave is correct, but there is another one." Student gives two correct roots impossible 100% Student gives one incorrect root 0% 0% Student gives one incorrect, one correct root 50% "One of the numbers you gave is not a root". 50% "One of the numbers you gave is not a root". Student gives two incorrect roots 0% 0% -
Question in How-tos
A random proper fraction $a/b$ with denominator in the range 2 to 30 is picked, and the student must write $\frac{a}{b} \pi$.
The point of this question is to demonstrate that the correct answer is shown as a multiple of $\pi$ rather than a decimal.
-
Question in CHY1201 - SpectroscopyQuestion requires students to themselves calculate how many electrons are in the conjugated system for the molecules included in this question. As is standard for applications of the "particle in a box" model, the embedded assumption is that one electron is donated to the pi-system by each carbon within the conjugated chain. Students instructed to assume that there are 22 conjugated electrons in Beta-carotene.
-
Question in HELM books
evaluate a function with randomised alphanumeric expressions as inputs.
-
Question in How-tos
A custom marking algorithm picks out the names of the constants of integration that the student has used in their answer, and tries mapping them to every permutation of the constants used in the expected answer. The version that agrees the most with the expected answer is used for testing equivalence.
If the student uses fewer constants of integration, it still works (but they must be wrong), and if they use too many, it's still marked correct if the other variables have no impact on the result. For example, adding $+0t$ to an expression which otherwise doesn't use $t$ would have no impact.
-
Question in HELM books
Given a function definition in words, evaluate the function with various variable and numeric inputs
-
Question in HELM books
Rearrange a formula with a square root to make a variable under the root the subject.
-
Question in HELM books
Rearrange a complex formula involving squares, square roots, fractions and additions. This is a fixed question with no randomisation.
-
Question in pre-algebra Numeracy and Arithmetic
Multiplication algorithm with integers
-
Question in pre-algebra Numeracy and Arithmetic
Multiplication algorithm with integers
-
Question in HELM books
Evaluate pi / (2r+s) given values for r and s (r>0, s positive or negative)
-
Question in HELM books
evaluate sqrt(x/z) where x and z are random positive decimals.
-
Question in pre-algebra Numeracy and Arithmetic
a) Multiplying decimals with a single non-zero digit. Students are told to preserve the number of decimal places (from the question to the answer).
b) Multiplying decimals requiring the multiplication algorithm.
-
Question in HELM books
Compute P = 3/(QR) given values for Q and R.
-
Question in HELM books
Add two algebraic fractions with coprime denominators. Part of HELM Book 1.4.3.
-
Question in Engineering Statics
Rigid body equilibrium problem. Easiest to solve by replacing forces on the perimiter of the pulley with equivalent forces at the axle.
-
Question in Questions for Open Resource Library
Given an equation with variable x in the power on two different bases, students must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Engineering StaticsShear and bending moment diagram for a beam loaded with a parabolic distributed load described with a loading function.
-
Question in Questions for Open Resource Library
Given an equation with log terms added together, the student must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Questions for Open Resource Library
Given an equation with log terms added together, the student must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Engineering Statics
Two known forces, and a third with known magnitude act on a rigid body. Apply $\Sigma M = 0$ about a pin restraint to determine the direction of the third force. The problem has two valid answers.
-
Question in Foundation Maths
This uses an embedded Geogebra graph of a sine curve $y=a\sin (bx+c)+d$ with random coefficients set by NUMBAS.
-
Question in Engineering Statics
Replace two forces with a equivalent force-couple system at a specified point.
-
Question in HELM books
Simplify (a) a fully-factorised fraction with common factors, and (b) a fraction where the numerator is a product and the denominator a sum sharing the same variables (that cannot be simplified). The variables are randomised. Part of HELM book 1.4
-
Question in HELM books
Simplify an algebraic fraction that is fully factorised with common factors between the numerator and denominator, and one of the variables has a larger index on the denominator. Part of HELM Book 1.4
-
Question in Demos
This question shows how to display a plot generated in matplotlib from code written by the student.
-
Question in Alexander's workspace
The statement contains two blank geogebra applets: one with the computer algebra view, which can be used as a calculator, and the other with algebra and geometry views.
There are custom functions which set the perspective of a geogebra applet and show the toolbar or algebra input line. These will probably be included in the geogebra extension eventually.
-
Question in Christian's workspace
The statement contains two blank geogebra applets: one with the computer algebra view, which can be used as a calculator, and the other with algebra and geometry views.
There are custom functions which set the perspective of a geogebra applet and show the toolbar or algebra input line. These will probably be included in the geogebra extension eventually.