677 results for "value".
-
Question in Standard Maths
Students are shown a graph of the value of a machine over time. The line equation is randomised.
They are asked to evaluate value at a given time, and the time at which a given value is reached. They are asked when the machine has no value, and the range of times over which the model is valid. They are also asked to explain the physical meaning of the gradient.
-
Question in Standard Maths
The student is shown an exponential graph and asked to evaluate the function at some given value.
They are also asked whether or not the model is valid for all real inputs, but they only give a yes/no response. The reasoning is explained in the advice but is not required from students.
-
Question in Standard Maths
Shows an exponential graph displaying the value of an investment under compound interest. Students have to identify the type of graph and answer 3 questions about the value of the investment from the graph.
-
Question in Standard Maths
Data from a compound interest are shown in a table. Students are asked to compute the value of an investment, and to identify the type of graph.
-
Question in Standard Maths
Students are given a formula for compound interest and asked to evaluate it for given initial investment values.
-
Question in Transition to university
This question assesses
- the students ability to apply both theoretical and experimental probability to calculate expected values
- the students understanding of how to calculate the relative frequency of an outcome
The question also helps to show students how using experimental probability and theoretical probability results in different expected values of an outcome.
-
Question in Content created by Newcastle University
Given normal distribution $\operatorname{N}(m,\sigma^2)$ find $P(a \lt X \lt b),\; a \lt m,\;b \gt m$ and also find the value of $X$ corresponding to a given percentile $p$%.
-
Question in MASH Bath: Question Bank
Evaluating a modulus function of the form $f(x)=ax+b|x|$ for a given value of $x$.
-
Question in MASH Bath: Question Bank
Evaluating a modulus function of the form $f(x)=x^2+m|x|$ for a given value of $x$.
-
Question in MASH Bath: Question Bank
Evaluating a modulus function of the form $f(x)=c-m|x|$ for a given value of $x$.
-
Question in MASH Bath: Question Bank
Evaluating a modulus function of the form $f(x)=m|x|+c$ for a given value of $x$.
-
Question in MASH Bath: Question Bank
Evaluating a cubic function for a given value of $x$.
-
Question in MASH Bath: Question Bank
Evaluating a quadratic function for a given value of $t$.
-
Question in MASH Bath: Question Bank
Evaluating a linear function for a given value of $x$.
-
Question in MASH Bath: Question Bank
Evaluating composite functions involving a linear function and a modulus function of the form $f(x)=|x|+c$, for a given value of $x$.
-
Question in XE420
Finding the value of a variable
-
Question in MASH Bath: Question Bank
Drag points on an axis to plot a linear graph (integer gradient and intercept only)
-
Question in MASH Bath: Question Bank
Drag points on an axis to plot a linear graph (rational gradient and intercept)
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 2x2 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.
Assessed: calculating characteristic polynomial and eigenvectors.
Feature: any correct eigenvector is recognised by the marking algorithm, also multiples of the "obvious" one(s) (given the reduced row echelon form that we use to calculate them).
Randomisation: a random true/false for invertibility is created, and the eigenvalues a and b are randomised (condition: two different evalues, and a=0 iff invertibility is false), and a random invertible 2x2 matrix with determinant 1 or -1 is created (via random elementary row operations) to change base from diag(a,b) to the matrix for the question. Determinant 1 or -1 ensures that we keep integer entries.
The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".
-
Question in Sanka's workspace
Calculate the functional value at a point.
-
Question in MASH Bath: Question Bank
Solving a pair of simultaneous equations of the form $y=mx+c_1$ and $y=ax^2+kx+c_2$ to find the possible values for the unknown coefficient $k$, when given the values of $m$, $a$, $c_1$ and $c_2$.
-
Question in Ed's workspace
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.
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in Content created by Newcastle University
Two questions testing the application of the Sine Rule when given two angles and a side. In this question, the triangle is always acute.
-
Question in Content created by Newcastle University
A question testing the application of the Cosine Rule when given two sides and an angle. In this question, the triangle is always obtuse and both of the given side lengths are adjacent to the given angle (which is the obtuse angle).
-
Question in XE420
What is the value of the expression given a choice of n?
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 3x3 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.
Assessed: calculating characteristic polynomial and eigenvectors.
Feature: any correct eigenvalue will be recognised by the marking algorithm, even multiples of the obvious one(s) (which can be read off from the reduced row echelon form)
Randomisation: Not randomised, just using particular matrices. I am still working on how to randomise this for 3x3; a randomised 2x2 version exists. I have several different versions for 3x3 (not all published yet), so I could make a random choice between these in a test.
The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".
-
Question in Content created by Newcastle University
Two questions testing the application of the Cosine Rule when given two sides and an angle. In these questions, the triangle is always acute and both of the given side lengths are adjacent to the given angle.
-
Question in Glasgow Numbas Question Pool
Calculate the distance between two points along the surface of a sphere using the cosine rule of spherical trigonometry. Context is two places on the surface of the Earth, using latitude and longitude.
The question is randomised so that the numerical values for Latitude for A and B will be positive and different (10-25 and 40-70 degrees). As will the values for Longitude (5-25 and 50-75). The question statement specifies both points are North in latitude, but one East and one West longitude, This means that students need to deal with angles across the prime meridian, but not the equator.
Students first calculate the side of the spherical triangle in degrees, then in part b they convert the degrees to kilometers. Part a will be marked as correct if in the range true answer +-1degree, as long as the answer is given to 4 decimal places. This allows for students to make the mistake of rounding too much during the calculation steps.