766 results for "random".
-
Question in Algebra 1 - 2020
Given some random finite subsets of the natural numbers, perform set operations $\cap,\;\cup$ and complement.
-
Question in Adelle's workspace
Round random numbers to the closest whole number, 1 to 3 decimals places. Also rounding that could show common misunderstandings.
-
Question in Standard Maths
This is a very simple question with no randomisation.
Students are asked to identify an inverse relationship equation.
-
Question in Standard Maths
Students are given a formula and asked to evaluate it for a given input value, which is randomised.
-
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
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
Reducing fractions to their lowest form by cancelling common factors in the numerator and denominator. There are 4 questions.
-
Question in Bill's workspace
Choosing whether given random variables are qualitiative or quantitative.
-
Question in Bill's workspace
Deciding whether or not three sampling methods are simple random sampling, stratified sampling, systematic or judgemental sampling. Also whether or not the method of selection is random, quasi-random or non-random.
-
Question in Bill's workspace
Find a regression equation.
-
Question in Johnathan's workspaceFinding parameters of a factorised quadratic based on x-intercepts at vertex. Function has one intercept at origin and one at a positive integer value. Constant multiplier is randomised and requires vertex in order to calculate.
-
Question in All questions
Standard simple integrals asked for (1/x, sin(x), cos(x), x^2, x, e^x)
-
Question in All questions
Standard derivatives asked for (e.g. $x^n$, $1/x^n$, $\sqrt(x)$, $\ln(x)$, $\sin(x)$, etc.) .
-
Question in All questions
A few quadratic equations are given, to be solved by completing the square. The number of solutions is randomised.
-
Question in How-tos
The function randexp, provided by an extension, generates a random string matching the given regular expression.
-
Question in How-tos
Update: you can now use the conditional visibility button to do this more easily - see the documentation.
If the statement or advice for your question differs greatly depending on a random variable (for instance, if you're picking from a selection of scenarios), you only want to show content for the relevant scenario.
This question shows one way of doing that.
-
Question in Newcastle University Computing for Mathematics
Download a file and scan the values into R to obtain a numeric vector of values. Then use R to explore your numeric vector in order to find the answers to these questions.
-
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.
-
Exam (7 questions) in Shaheen's workspace
Content assessed : complex arithmetic; argument and modulus of complex numbers; de Moivre's theorem.
This complex numbers in-class assesment counts 20% towards your final maths grade for WM104.
Note that although questions are randomised for each student, all questions test the same learning outcomes at the same level for each student.
If you have any questions during the test, please put up your hand to alert the invigilator that you need attention.
-
Question in NC Math 3
Multiple choice question. Given a randomised polynomial select the possible ways of writing the domain of the function.
-
Question in MY QUESTIONS
Given a randomised log function select the possible ways of writing the domain of the function.
-
Question in MY QUESTIONS
Given a randomised square root function select the possible ways of writing the domain of the function.
-
Question in MY QUESTIONS
Given a randomised rational function select the possible ways of writing the domain of the function.
-
Question in MY QUESTIONS
Multiple choice question. Given a randomised polynomial select the possibe ways of writing the domain of the function.
-
Question in STAT7008
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 STAT7008
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 Deactivated user's workspace
A graph is drawn. A student is to identify the derivative of this graph from four other graphs.
Version I. Graph is quadratic
Version II. Graph is horizontal
Version III. Graph is cubic
Version IV. Graph is sinusoidal
-
Question in How-tos
Create a list of records for randomly-generated people. Each record contains the person's name, age, and list of hobbies.
The names and hobbies are generated from JSON data.
-
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 calledscenariopicks a random position in the list, so the value ofcity, for example, iscities[scenario]. -
Question in How-tos
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.