766 results for "random".
-
Question in HELM books
Use the index laws to simplify 3 simple expressions;
n^a*n^b, n^a/n^b, (n^a)^b, where n is a randomised variable or number, and a and b are randomised nonzero integers.
Part of HELM Book 1.2
-
Question in HELM books
Expand (x+a)(x+b)(x+c), where x is a randomised variable, and a,b,c are randomised integers.
Note that the pattern restriction in the marking checks that there are no brackets and that the expression is simplified to at most a single x^3, x^2, x and constant term; but it will let you get away with an additional -x^2 and/or -x term. (e.g., you could write 3x as 4x -x and the marking would accept this. This was to stop the pattern matching getting too complicated.
Part of HELM Book 1.3
-
Question in Musa's workspace
A few quadratic equations are given, to be solved by completing the square. The number of solutions is randomised.
-
Exam (12 questions) in .Differential CalculusDesigned to instill a systematic method. The first 6 questions are scaffolded (step by step) followed by 2 randomly selected questions that only ask for a final answer.
-
Question in MESH
Questions that gives either an am or pm time displayed on a 12-hour clock and asks for its equivalent time in 24-hour mode. The question uses JSXGraph to generate the displayed 12-hour time. Times are randomly generated in 5 minute increments.
-
Question in MESH
Students must match the decimals 0.1, 0.01 and 0.001 to their fraction equivalents. The order in which they appear is randomised but it is always the same three decimals.
-
Question in Programming extension
Asks the student to calculate the sum of the triangular numbers (up to some randomised number).
Steps guide the student through each step in the calculation.
-
Question in Programming extension
Given a randomly-generated list, the student must write code to return its first value.
There's an alternative to check if they get the second item, which they might do if they don't realise Python lists are zero-indexed.
-
Question in Demos
Draws a diagram showing a randomly-chosen number of circles, packed in a box.
-
Question in Question authoring examples
This question is the one described in method 2 of the example "Apply a standard integral" in the Numbas documentation.
The student is shown a randomly chosen function to integrate. The function is one of $e^{kx}$, $x^k$, $\cos(kx)$, $\sin(kx)$, with $k$ a randomly chosen integer.
-
Question in MESH
Choose one from a list to identify the function shown in a graph. The function is a randomly selected sin, cos, or tan graph with random scale factor.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). SP = Statistics & Probability strand. Students are shown a column graph and asked to calculate the net benefit given the amount invested (randomly generated) and the intervention type (one of seven possible).
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NA = Number & Algebra strand. SP = Statistics & Probability strand. Students read a percentage from the chart, and calculate that percentage of the number of children (randomly generated).
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NC = Non Calculator strand. NA = Number & Algebra strand. Students are given the number of people that are fed with 200g of rice (randomised), and the total number of people to be fed (randomised). They need to calculate the weight of rice using proportional reasoning.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NC = Non Calculator strand. NA = Number & Algebra strand. Students are given the number of pages read (randomised) and number of pages remaining (randomised), and asked to write the proportion read as a simple fraction.
-
Exam (12 questions) in .Differential CalculusDesigned to instill a systematic method. The first 6 questions are scaffolded (step by step) followed by 2 randomly selected questions that only ask for a final answer.
-
Exam (12 questions) in .Differential CalculusDesigned to instill a systematic method. The first 6 questions are scaffolded (step by step) followed by 2 randomly selected questions that only ask for a final answer.
-
Question in Stats
Assessment of basic knowledge of confidence intervals; no randomisation.
-
Question in Ableiten und Aufleiten
Es werden die grundlegenden Ableitungsregeln geübt.
Die Reihenfolge der Summanden ist auch randomisiert.
-
Question in Ableiten und Aufleiten
Es werden grundlegenden Ableitungsregeln geübt.
Die Reihenfolge der Summanden ist auch randomisiert.
-
Question in STAT7009 Inferential Statistics
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 How-tosThis question demonstrates how to use the \simplify command to create natural-looking randomised mathematical expressions.
-
Question in MESH
Basic Algebra question, expand one set of brackets, coefficients may be positive or negative, pronumerals randomised.
-
Question in CHY1201 - SpectroscopyQuestion 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 MASH Bath: Question Bank
Given a discrete random variable (as a formula) calculate:
E(X), Var, std dev, cumulative distribution and probabilties. -
Question in MASH Bath: Question Bank
No description given
-
Question in MASH Bath: Question Bank
Set up and solve an equation = 1, to ensure a function is a CRV
-
Question in Standard Maths
Students explore the relationship between length and area of a rectangle.
The perimeter of the rectangle is randomised. Students are given 11 different lengths, and asked to compute rectangle width and area for each. They are then asked to graph the function, identify it as a parabola, and estimate the maximum value.
-
Question in Standard Maths
Students are asked to find either the initial production cost, or a gradient, or the break even point from a graph.
They are then asked to determine the profit or loss from the graph for the production of a particular number of units. This number is randomised.