631 results for "variable".
-
rebelmaths
Given a random variable $X$ normally distributed as $\operatorname{N}(m,\sigma^2)$ find probabilities $P(X \gt a),\; a \gt m;\;\;P(X \lt b),\;b \lt m$.
-
Question in Julie's workspace
Given a random variable $X$ normally distributed as $\operatorname{N}(m,\sigma^2)$ find probabilities $P(X \gt a),\; a \gt m;\;\;P(X \lt b),\;b \lt m$.
rebelmaths
-
Question in MESH
Subtracting a decimal with 3 decimal places from a decimal with 2 or 3 decimal places. borrowing is necessary. This was modified from a subtraction question using integers with each number divided by 1000 so the variables have names referring to ones, tens, hundreds etc.
-
Question in How-tos
In the first part, the student must write any linear equation in three unknowns. Each distinct variable can occur more than once, and on either side of the equals sign. It doesn't check that the equation has a unique solution.
In the second part, they must write three equations in two unknowns. It doesn't check that they're independent or that the system has a solution. The marking algorithm on each of the gaps just checks that they're valid linear equations, and the marking algorithm for the whole gap-fill checks the number of unknowns.
-
Question in How-tos
The student must solve a pair of simultaneous equations in $x$ and $y$.
The variables are generated backwards: first $x$ and $y$ are picked, then values for the coefficients of the equations are chosen satisfying those values.
-
Question in How-tos
This shows how to define a list of LaTeX strings, and pick a couple of them at random to display.
The "JSON data" type is used to define the available strings, so they're automatically marked as "safe" and curly braces aren't interpreted as variable substitution.
-
Question in How-tos
This shows how to use a variable name annotation to put a hat on a variable name inside the \simplify command.
-
Question in How-tos
This question shows how to use the question's JavaScript preamble to request data from an external source, and use that data in question variables.
Note that this means the question only works when the external source is available. Use this very carefully, and avoid it if you possibly can!
-
Question in How-tos
This question shows how explore mode can be used to loop through several versions of the same question. The variables for each version are stored in a list of "scenarios", and a counter works through that list each time the student moves on to the next part, labelled "try the next version of this question".
-
Question in HELM books
Give f(x)=ax^2+b a simple function input (like 6x-3) and evaluate. Constants and variables, and the function input are all randomised.
-
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
A difficult question that involves rearranging a complicated formula, then applying unit conversions to variable values, then evaluating the formula for the selected value. The variable values are randomised.
-
Question in HELM books
Rearrange an equation for a variable e in k.1/(1-e) and then evaluate for e, given values for the variables.
-
Question in HELM books
Rearrange a linear formula au + bv + cw = d to make one of u,v,w the subject.
-
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 linear function in x and y to make y the subject. Line variables are randomised.
-
Question in HELM books
Transpose PV=RT to make a random variable the subject.
-
Question in HELM books
evaluate a function (4a)/(pi*b^2cd) given random values for a,b,c,d.
-
Question in HELM books
Simplify (qx+a)/(rx+b) +/- (sx+c)/(rx+b)^2
x is a randomised variable. a,b,c,d,q,r are randomised integers.
-
Question in HELM books
Simplify (qx+a)/(rx+b) +/- (sx+c)/(tx+d)
x is a randomised variable. a,b,c,d,q,r,s,t are randomised integers. a,b,c,d run from -5 to 5, including 0. q,r,s,t run from -3 to 3, and can be 0 if the constant term is nonzero, but are mostly 1.
-
Question in HELM books
Simplify ax/b +/- cx/d, where x is a randomised variable, and a,b,c,d are randomised integers.
-
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 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
The student must write R code to assign the given value to the variable
x. -
Question in Demos
Given an unknown list, the student must write Python code to create a copy of it.
There's an alternative to catch the case where the student's variable is just a reference to the original list.
-
Question in Demos
This is the simplest demonstration of the "code" part type I could think of: write Python to assign
x = 1.An alternative answer gives a hint if the student's code doesn't define x at all.
-
Question in Brendan's workspace
Solving first order differentials by separation of variables.
-
Question in Don's workspace
Dummy question to test random() function when first decimal place of upper limit of range is 4, and test of currency() function.