602 results for "calculate".
-
Question in MASH Bath: Question Bank
Calculate the length of a line segment given two points
-
Question in MASH Bath: Question Bank
Find the gradient of the line that passes through the points
-
Question in MASH Bath: Question Bank
No description given
-
Question in MASH Bath: Question Bank
No description given
-
Question in MASH Bath: Question Bank
No description given
-
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
Given a cubic expression and a linear factor, calculate the remaining quadratic factor.
-
Question in Ed's workspace
Calculate: $ a_1 \times a_2 \times a_3 \times a_4 $ and $ \frac{b_1 \times b_2 \times b_3 \times b_4}{b_5 \times b_6} $
-
Question in Musa's workspace
Use two points on a line graph to calculate the gradient and $y$-intercept and hence the equation of the straight line running through both points.
The answer box for the third part plots the function which allows the student to check their answer against the graph before submitting.
This particular example has a positive gradient.
-
Question in XE420
Questions testing understanding of the precedence of operators using BIDMAS. That is, they test Brackets, Indices, Division/Multiplication and Addition/Subtraction.
-
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.
-
Question in HL10524 Questions
Gives a plot of a velocity-time graph using JSXgraph, and a description of the motion shown in the graph. The student is asked to calculate the acceleration at different stages of the motion, and the displacement at the end of the motion.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NA = Number & Algebra strand. SP = Statistics & Probability strand. Students read the annual hours worked from the chart and calculate the weekly hours given the number of weeks annual leave. There are 7 different versions of this question.
-
Question in Numbas Tut
Calculate the conduction heat loss through a concrete slab
-
Question in Martin's workspaceAn interactive experiment about probability: the student must first 'design' the experiment by deciding how many times they're going to flip a coin, and define what number of heads would make them believe the coin is biased. They must then enter the results of their coin flips, calculate the percentage of heads, and finally decide if the coin is biased, using the condition they specified in the design stage. There are optional hints at each stage.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NA = Number & Algebra strand. Students are given a ratio, and the total number of dancers. They must calculate the number of girls (the larger share). The ratio, and total number are randomly generated.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NA = Number & Algebra strand. Students are given a height (in cm) and weight (kg), then need to calculate the BMI given the formula (first converting height to m), then determine the weight range from the table. Weight and height are randomised.
-
Question in Louise's workspace
Use two points on a line graph to calculate the gradient and $y$-intercept and hence the equation of the straight line running through both points.
The answer box for the third part plots the function which allows the student to check their answer against the graph before submitting.
This particular example has a positive gradient.
-
Question in Louise's workspace
Fill in a table of powers of 10.
-
Question in Ugur's workspace
Given a sum of logs, all numbers are integers,
$\log_b(a_1)+\alpha\log_b(a_2)+\beta\log_b(a_3)$ write as $\log_b(a)$ for some fraction $a$.
Also calculate to 3 decimal places $\log_b(a)$.
-
Question in MESH
Given reach and frequency, calculate TARPS. Multiple choice question.
-
Question in MESH
Given Campaign budget and cost per acquisition, calculate the number of sales.
-
Question in MESH
Given a budget and the number of views, calculate the cost per view. All numbers are randomised.
-
Question in MESH
Calculate a percentage of a number.
-
Question in MESH
Find a percentage of a given population. Percentage and population are both randomised.
-
Question in MESH
percentage rate is 0.5, 1, 1.5 or 2%. Number of impressions is randomised.
-
Question in MESH
Given number of TARPs and total price, calculate the Cost per TARP.
-
Question in MESH
Given the cost for 1, 1000, 10000 or 100000 impressions, what is the cost for 1000?
-
Question in MESH
Given potential audience, the percentage that view, and the percentage of these that click, calculate the CPA by dividing potential audience by clickers.
All numbers randomised.