374 results for "variables".
-
Question in Denis's workspace
Given a linear programming problem in standard form, write down the dual problem.
-
Question in Denis's workspace
Given a linear programming problem in standard form, write down the dual problem.
-
Question in Content created by Newcastle University
Multiple response question (3 correct out of 6) re properties of convergent and divergent sequences. Selection of questions from a pool.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NC = Non Calculator strand. SP = Statistics & Probability strand.This question provides a list of data to the student. They are asked to find the difference between the mean and the median. This question was based on a Newcastle Uni question which also asked the mode, hence the surplus legacy variables (too tricky to delete).
-
Question in Demos
This question demonstrates how to use the "Download a text file" extension to create a link to download a file containing text created from question variables.
-
Question in Timur's workspacePart of the tutorial to introduse students to MATLAB programming.
-
Question in COM281
Exercises in solving simultaneous equations with 2 variables.
-
Question in Bill's workspace
Application of the Poisson distribution given expected number of events per interval.
Finding probabilities using the Poisson distribution.
-
Question in Bill's workspace
Application of the binomial distribution given probabilities of success of an event.
Finding probabilities using the binomial distribution.
-
Question in Bill'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$.
-
Question in Bill's workspace
Exercise using a given uniform distribution $X$, calculating the expectation and variance. Also finding $P(X \le a)$ for a given value $a$.
-
Question in Bill's workspace
Question on the exponential distribution involving a time intervals and arrivals application, finding expectation and variance. Also finding the probability that a time interval between arrivals is less than a given period. All parameters and times randomised.
-
Question in Bill's workspace
Choosing whether given random variables are qualitiative or quantitative.
-
Question in Bill's workspace
Find $\displaystyle \int \frac{2ax + b}{ax ^ 2 + bx + c}\;dx$
-
Question in Bill's workspace
Evaluate $\int_1^{\,m}(ax ^ 2 + b x + c)^2\;dx$, $\int_0^{p}\frac{1}{x+d}\;dx,\;\int_0^\pi x \sin(qx) \;dx$, $\int_0^{r}x ^ {2}e^{t x}\;dx$
-
Question in Bill's workspace
Evaluate $\int_0^{\,m}e^{ax}\;dx$, $\int_0^{p}\frac{1}{bx+d}\;dx,\;\int_0^{\pi/2} \sin(qx) \;dx$.
-
Question in Christian's workspace
Finding areas under graphs using definite integration.
-
Question in Content created by Newcastle University
Find $\displaystyle I=\int \frac{2 a x + b} {a x ^ 2 + b x + c}\;dx$ by substitution or otherwise.
-
Question in Dann's workspaceThis question provides students with an example that requires them to fill in missing quantities in a two-way frequency table for bivariate categorical data, calculate percentages from that table, and to test for independence between the variables using a chi square test.
-
Question in Julia's workspace
This is supposed to demonstrate allowing one of two different free variables in the student's answer, but only marked as correct if the same free variable is used in all gaps. The custom marking algorithm should extend to any number of gaps, and one could add more alternative answers to allow for more free variable names. It doesn't allow just any free variable name.
-
Question in Johnathan's workspaceFinding asymptotes and using the y-intercept to find variables.
-
Question in Christian's workspace
Use the testing tab in the variables section to make sure the generated variables satisfy a condition
-
Question in How-tos
Choose from one of several pre-defined scenarios, and set variables to the corresponding values.
This question has three variables:
city
,population
, andpercent_like_chocolate
. These differ for each city. -
Question in Demos
In this question, the correct answers can't be evaluated by substituting numbers for each of the variables.
Numbas can now infer the types of variables in the answers to mathematical expression parts, so questions like this can be marked.
-
Question in Newcastle University Computing for Mathematics
SPSS fat absorption question. Student downloads one of several SPSS files and carries out some analysis in SPSS, before returning to enter the answers. The analysis is a one-way analysis of variance. If there is a difference in the levels of the factor then a post hoc test (Tukey's honestly significant difference) is used to determine which pairs of variables are significantly different.
-
Question in CHY1201 - Spectroscopy
Question requires students to interchange units of Hz with MHz, GHz, THz. Question is not very efficient at present- frequencies spanning many orders of magnitude are generated by variables in a clumsy way. Could be improved by having frequency generated by a 10^((random(1000..4000)/1000) variable instead, for example.
-
Question in How-tosThis question generates two variables, a and b. They're chosen to be distinct, and neither takes the value zero.
-
Question in How-tos
Choose from one of several pre-defined scenarios, and set variables to the corresponding values, defined in lists.
This question has three variables:
city
,population
, andpercent_like_chocolate
. These differ for each city. We've defined a list for each variable, with the corresponding values. A variable calledscenario
picks a random position in the list, so the value ofcity
, for example, iscities[scenario]
. -
Question in How-tos
One method of randomly choosing names for variables. For each variable, we have 4 options. Create a list of 4 numbers, which is 1 for the name we want to use, and 0 otherwise.
Then, whenever we use that variable, multiply each of the possible names by the corresponding number in the list. When the expression is simplified, the unwanted names will cancel to 0, leaving only the name we want.
This is quite clunky!
(This question also uses a custom marking script to check that the student has simplified the expression)
-
Question in How-tos
Show one of several blocks of text depending on the value of a question variable.
As well as a simple check for the value of a variable, the condition to display a block of text can be a complex expression in any of the question variables - in this example, depending on the discriminant of the generated quadratic.