1756 results for "given".
-
Question in Julie's workspace
Application of the Poisson distribution given expected number of events per interval.
Finding probabilities using the Poisson distribution.
rebelmaths
-
Question in NCL MAS2707
The student is given a connected graph and must find a minimum spanning tree.
-
rebelmaths
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 Julie'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$.
rebelmaths
-
Question in MESH
The dimensions of a rectangle are given in m and cm. Compute the area or perimeter.
-
Question in Julie's workspace
Simple probability question. Counting number of occurrences of an event in a sample space with given size and finding the probability of the event.
rebelmaths
-
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
The student is given a quadratic formula and asked to fill in a table of values of $f(x)$ for a given range of $x$.
There is also a plot of the points, which updates when the table is filled in, or the student can move the points to fill in the table.
The table uses the spreadsheet and JSXgraph extensions.
-
Question in Engineering Statics
Student estimates, then calculates exactly and symbolically the value of $k$ for a parabola $y = k x^2$ which passes through a given point.
-
Question in HELM books
Given f(x)=1/(a-x)^2, evaluate f(x/z) where a is a randomised constant, and z is a randomised letter.
-
Question in HELM books
Given one of ax^2, ax^3, a/x (where a is a positive integer), calculate f(x+h) and f(x+h)-f(x)
-
Question in HELM books
Evaluate a given, randomised, linear function at a given, randomised, value.
-
Question in HELM books
Given a function definition in words, evaluate the function with various variable and numeric inputs
-
Question in HELM books
Rearrange an equation for a variable e in k.1/(1-e) and then evaluate for e, given values for the variables.
-
Question in HELM books
Given the formula for a cone or a cylinder, and values for r and h, find the volume.
-
Question in HELM books
evaluate a function (4a)/(pi*b^2cd) given random values for a,b,c,d.
-
Question in HELM books
Evaluate pi / (2r+s) given values for r and s (r>0, s positive or negative)
-
Question in HELM books
Compute P = 3/(QR) given values for Q and R.
-
Question in HELM books
Calculate R = ap^2 for given positive values of a and p.
-
Question in HELM books
evaluate the function y=ax+b for given values of a,b and x, each of which may be positive or negative.
-
Question in HELM books
Given 2 or 3 fractions such as A/(2x+5), add them.
There are 5 possible versions.
-
Question in Questions for Open Resource Library
Given an equation with variable x in the power on two different bases, students must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Questions for Open Resource Library
Given an equation where x is the base of a log term, the student must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Questions for Open Resource Library
Given an equation involving x as a power on e, the student must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Questions for Open Resource Library
Given an equation with log terms added together, the student must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Questions for Open Resource Library
Given an equation with log terms added together, the student must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Graphs and series
Given the original formula the student enters the transformed formula
Working 26_10_16
-
Question in Graphs and series
Given the original formula the student enters the transformed formula
-
Question in Engineering Statics
Student is given two points defined symbolically, and must find the equation of the line they define, then use integration to find an equation for the area under the line, bounded by the x-axis and vertical lines through the two points.
-
Question in Demos
In the first part, the student must write an R function to compute the first $n$ terms of the series $\frac{1}{k!}$.
In the second part, they must use that function to calculate an approximation to $e$ using a given number of terms of the series.