631 results for "variable".
-
Question in Patrice's workspace
Provided with information on a sample with sample mean and standard deviation, but no information on the population variance, use the t test to either accept or reject a given null hypothesis.
-
Question in Patrice's workspace
Provided with information on a sample with sample mean and standard deviation, but no information on the population variance, use the t test to either accept or reject a given null hypothesis.
-
Question in Patrice's workspace
Provided with information on a sample with sample mean and standard deviation, but no information on the population variance, use the t test to either accept or reject a given null hypothesis.
-
Question in Patrice's workspace
Provided with information on a sample with sample mean and standard deviation, but no information on the population variance, use the t test to either accept or reject a given null hypothesis.
-
Question in Patrice's workspace
Provided with information on a sample with sample mean and standard deviation, but no information on the population variance, use the t test to either accept or reject a given null hypothesis.
-
Question in Jos's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Jos's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Jos's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Jos's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Patricio's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Patricio's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Patricio's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Patricio's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Patricio's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Patricio's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Patricio's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Andrew's workspace
A method of randomly choosing variable names - use the
expression()JME function to create a variable name from a randomly chosen string.(This question also uses a custom marking script to check that the student has simplified the expression)
-
Question in Tests
Demonstrates that the marking algorithm for "match text pattern" parts doesn't put quotes around substituted strings any more.
-
Question in Sequences and Series
Seven standard elementary limits of sequences.
-
Question in Ricardo's workspace
Manipulation of an exponential function
-
Question in Ricardo's workspace
Manipulación de expresiones algebraicas
-
Question in Hannah's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Lois's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=x^2-y^2$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in Discrete Mathematics
Create a truth table for a logical expression of the form $((a \operatorname{op1} b) \operatorname{op2}(c \operatorname{op3} d))\operatorname{op4}e $ where each of $a, \;b,\;c,\;d,\;e$ can be one the Boolean variables $p,\;q,\;\neg p,\;\neg q$ and each of $\operatorname{op1},\;\operatorname{op2},\;\operatorname{op3},\;\operatorname{op4}$ one of $\lor,\;\land,\;\to$.
For example: $((q \lor \neg p) \to (p \land \neg q)) \lor \neg q$
-
Question in Discrete Mathematics
Create a truth table for a logical expression of the form $(a \operatorname{op1} b) \operatorname{op2}(c \operatorname{op3} d)$ where $a, \;b,\;c,\;d$ can be the Boolean variables $p,\;q,\;\neg p,\;\neg q$ and each of $\operatorname{op1},\;\operatorname{op2},\;\operatorname{op3}$ one of $\lor,\;\land,\;\to$.
For example: $(p \lor \neg q) \land(q \to \neg p)$.
-
Question in Discrete Mathematics
Create a truth table for a logical expression of the form $a \operatorname{op} b$ where $a, \;b$ can be the Boolean variables $p,\;q,\;\neg p,\;\neg q$ and $\operatorname{op}$ one of $\lor,\;\land,\;\to$.
For example $\neg q \to \neg p$.
-
Question in Joshua's workspace
Demonstrates how to create variables containing LaTeX commands, and how to use them in the question text.
-
Question in AMRC Maths Bridging Course
Shows how to define variables to stop degenerate examples.
-
Question in AMRC Maths Bridging Course
Solve for $x$ and $y$: \[ \begin{eqnarray} a_1x+b_1y&=&c_1\\ a_2x+b_2y&=&c_2 \end{eqnarray} \]
The included video describes a more direct method of solving when, for example, one of the equations gives a variable directly in terms of the other variable.
-
Question in Lovkush's workspace
Some clever variable-substitution trickery to randomly pick two sides of a right-angled triangle to give to a student, and ask for the other.
The sides are set up so they're always Pythagorean triples, and the opposite side is always odd.
As ever, most of the tricky stuff is in the advice.
Because this was created quickly to show how to set up the randomisation, there's no diagram. It would benefit greatly from a diagram.