366 results for "order".
-
Question in Martin's workspace
No description given
-
Question in Tamsin's workspace
This question tests understanding of subscript notation for matrices
-
Question in Tamsin's workspaceClassifying matrices (dimensions/order)
-
Question in Discrete Mathematics
In this question the students have to solve a linear recurrence of order 2. The sequence is asked in recurrence form and the goal is to find its closed form.
-
Question in MfEP Progress Quizzes
This question is an application of a quadratic equation. Student is given dimensions of a rectangular area, and an area of pavers that are available. They are asked to calculate the width of a border that can be paved around the given rectangle (assuming border is the same width on all 4 sides). The equation for the area of the border is given in terms of the unknown border width. Students need to recognise that only one solution of the quadratic gives a physically possible solution.
The dimensions of the rectangle, available area of tiles and type of space are randomised. Numeric variables are constructed so that resulting quadratic equation has one positive and one negative root.
-
Question in How-tos
The student is asked to give the roots of a quadratic equation. They should be able to enter the numbers in any order, and each correct number should earn a mark.
When there's only one root, the student can only fill in one of the answer fields.
This is implemented with a gap-fill with two number entry gaps. The gaps have a custom marking algorithm to allow an empty answer. The gap-fill considers the student's two answers as a set, and compares with the set of correct answers.
The marking corresponds to this table:
There is one root There are two roots Student gives one correct root 100% 50%, "The root you gave is correct, but there is another one." Student gives two correct roots impossible 100% Student gives one incorrect root 0% 0% Student gives one incorrect, one correct root 50% "One of the numbers you gave is not a root". 50% "One of the numbers you gave is not a root". Student gives two incorrect roots 0% 0% -
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 Christian's workspace
The student is asked to calculate a division by the method of long division, which they should enter in a grid.
The process is simulated and the order in which cells are filled in is recorded, so the marking feedback tries to identify the first cell that the student got wrong, or should try to fill in next.
They're asked to give the quotient as a plain number in a second part, to check that they can interpret the finished grid properly.
-
Question in Newcastle University Sports Science
Two sample t-test to see if there is a difference between scores on questions between two groups when the questions are asked in a different order.
-
Question in Brendan's workspace
Separable equation for integration.
-
Question in Brendan's workspace
First order integral.
-
Question in Brendan's workspace
First order integral.
-
Question in Ugur's workspace
Taylor Approximation ofr $\cos(2x)$
-
Question in Brendan's workspace
Solving first order differentials by separation of variables.
-
Question in Brendan's workspace
Practice question solving linear homogeneous second order differentials using the auxiliary equation method.
-
Question in DIAGNOSYS
No description given
-
Question in Maura's workspace
A straightforward test of encrypting and decrypting an eight-letter message with the Vigenère Cipher using a four-letter key. Message letters are generated uniformly at random from the English alphabet, as are the key letters. Students are expected to be able to map English letters onto elements of $\mathbb{Z}_{26}$ in the usual order.
-
Question in Maura's workspace
A straightforward test of encrypting and decrypting an eight-letter message with the Substitution Cipher. Message letters are generated uniformly at random from the English alphabet and the key is a uniformly chosen random permutation of the alphabet. Students are expected to be able to map English letters onto elements of $\mathbb{Z}_{26}$ in the usual order.
-
Question in Maura's workspace
A straightforward test of encrypting and decrypting an eight-letter message with the Caesar Cipher. Message letters are generated uniformly at random from the English alphabet, as is the key. Students are expected to be able to map English letters onto elements of $\mathbb{Z}_{26}$ in the usual order.
-
Question in MATH6059
Two ordered data sets, each with 10 numbers. Find the sample standard deviation for each and for their sum.
-
Question in Foundation Maths
Find the first 3 terms in the MacLaurin series for $f(x)=(a+bx)^{1/n}$ i.e. up to and including terms in $x^2$.
-
Question in HELM books
An order of operation question using +,-,* with signed integers, with up to 4 variables.
The questions are the exercises from Q3 of HELM Book 1.1.5
-
Exam (2 questions) in LANTITE (Numeracy)
A quick practice set of problems for education students to take in preparation for their numeracy test.
-
Exam (3 questions) in Transition to university
Evaluating arithmetic operations, and the order of operations.
-
Question in MESH
Students select the option which lists the four decimal weights of premature infants in order from smallest to highest.
This question was written by MESH (the Mathematics Education Support Hub) at Western Sydney University.
-
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 Demos
All the answers in this question are equations. In order to mark each equation, Numbas needs to pick some values that satisfy the equation and some that don't, and check that the student's answer agrees with the expected answer.
Any equation with the same solution set as the expected answer will be marked correct.
-
Question in STAT7009 Inferential Statistics
Two ordered data sets, each with 10 numbers. Find the sample standard deviation for each and for their sum.
-
Question in Kerri's workspace
This question is to practice order of precedence in mathematical expressions.
Please use * for multiplication and / for division. -
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.