282 results for "get".
-
Question in Stats
Given mean and sd of 1000 sample returns on a scale of 1 to 7 together with a given score, find the z-score.
Also find the 95% confidence interval for the population mean.
-
Exam (1 question) in Kevin's workspaceIf you find manipulating fractions tricky, then work through this problem set to get more familiar with them.
-
Question in MY QUESTIONS
Previous throws don't affect the probability distribution of subsequent throws. Believing otherwise is the gambler's fallacy.
-
Question in MY QUESTIONS
Given the probability that a basketball shot misses the hoop, find the probability that it's on target - use the law of total probability.
-
Question in MY QUESTIONS
First part asks for the probability of rolling an even number. Second part asks for the probability of not rolling either of two given numbers.
-
Question in James's workspace
$x_n=\frac{an^2+b}{cn^2+d}$. Find the least integer $N$ such that $\left|x_n -\frac{a}{c}\right| < 10 ^{-r},\;n\geq N$, $2\leq r \leq 6$. Determine whether the sequence is increasing, decreasing or neither.
-
Exam (6 questions) in Belinda's workspace
6 questions which introduce the user to the Numbas system.
-
Question in Deirdre's workspace
Simple ratio question with custom marking and partial credit possible
The marking checks for some common errors and awards partial credit and appropriate feedback. The errors that give different levels of partial credit include: forgetting to add one to the denominator, forgetting to change to a percentage.
-
Question in Lars's workspace
This question demonstrates sending commands to geogebra and getting geogebra values and using them as part of a marking algorithm.
-
Question in Algebra Mat140
Inputting algebraic expressions into Numbas.
-
Question in Algebra Mat140
Inputting ratios of algebraic expressions.
-
Question in MAT333
Dealing with functions in Numbas.
-
Exam (4 questions) in Core Foundation Maths, Pre-arrival.
Fourth part of the Core Foundation Maths pre-arrival self-assessment material:
Question 1: Algebra IV: Properties of indices (1) - Multiplication/Division
Question 2: Algebra IV: Properties of indices (2) - Fractions
Question 3: Algebra IV - Properties of Indices (4) - Further
Question 4: Numbers V: standard index form (conversions and operations)
-
Exam (6 questions) in Jo-Ann's workspace
6 questions which introduce the user to the Numbas system.
-
Question in LSE MA100 (Bugs fixed, September 2018)
This is the question for week 9 of the MA100 course at the LSE. It looks at material from chapters 17 and 18.
Description of variables for part b:
For part b we want to have four functions such that the derivative of one of them, evaluated at 0, gives 0; but for the rest we do not get 0. We also want two of the ones that do not give 0, to be such that the derivative of their sum, evaluated at 0, gives 0; but when we do this for any other sum of two of our functions, we do not get 0. Ultimately this part of the question will show that even if two functions are not in a vector space (the space of functions with derivate equal to 0 when evaluated at 0), then their sum could nonetheless be in that vector space. We want variables which statisfy:
a,b,c,d,f,g,h,j,k,l,m,n are variables satisfying
Function 1: x^2 + ax + b sin(cx)
Function 2: x^2 + dx + f sin(gx)
Function 3: x^2 + hx + j sin(kx)
Function 4: x^2 + lx + m sin(nx)
u,v,w,r are variables satifying
u=a+bc
v=d+fg
w=h+jk
r=l+mn
The derivatives of each function, evaluated at zero, are:
Function 1: u
Function 2: v
Function 3: w
Function 4: r
So we will define
u as random(-5..5 except(0))
v as -u
w as 0
r as random(-5..5 except(0) except(u) except(-u))
Then the derivative of function 3, evaluated at 0, gives 0. The other functions give non-zero.
Also, the derivative of function 1 + function 2 gives 0. The other combinations of two functions give nonzero.We now take b,c,f,g,j,k,m,n to be defined as \random(-3..3 except(0)).
We then define a,d,h,l to satisfy
u=a+bc
v=d+fg
w=h+jk
r=l+mnDescription for variables of part e:
Please look at the description of each variable for part e in the variables section, first.
As described, the vectors V3_1 , V3_2 , V3_3 are linearly independent. We will simply write v1 , v2 , v3 here.
In part e we ask the student to determine which of the following sets span, are linearly independent, are both, are neither:both: v1,v2,v3
span: v1,v1+v2,v1+v2+v3, v1+v2+v3,2*v1+v2+v3
lin ind: v1+v2+v3
neither: v2+v3 , 2*v2 + 2*v3
neither:v1+v3,v1-2*v3,2*v1-v3
neither: v1+v2,v1-v2,v1-2*v2,2*v1-v2 -
Question in LSE MA100 (Bugs fixed, September 2018)
This is the question for week 3 of the MA100 course at the LSE. It looks at material from chapters 5 and 6. The following describes how two polynomials were defined in the question. This may be helpful for anyone who needs to edit this question.
In part a we have a polynomial. We wanted it to have two stationary points. To create the polynomial we first created the two stationary points as variables, called StationaryPoint1 and StationaryPoint2 which we will simply write as s1 ans s2 here. s2 was defined to be larger than s1. This means that the derivative of our polynomial must be of the form a(x-s1)(x-s2) for some constant a. The constant "a" is a variable called PolynomialScalarMult, and it is defined to be a multiple of 6 so that when we integrate the derivative a(x-s1)(x-s2) we only have integer coefficients. Its possible values include positive and negative values, so that the first stationary point is not always a max (and the second always a min). Finally, we have a variable called ConstantTerm which is the constant term that we take when we integrate the derivative derivative a(x-s1)(x-s2). Hence, we can now create a randomised polynomial with integers coefficients, for which the stationary points are s1 and s2; namely (the integral of a(x-s1)(x-s2)) plus ConstantTerm.
In part e we created a more complicated polynomial. It is defined as -2x^3 + 3(s1 + s2)x^2 -(6*s1*s2) x + YIntercept on the domain [0,35]. One can easily calculate that the stationary points of this polynomials are s1 and s2. Furthermore, they are chosen so that both are in the domain and so that s1 is smaller than s2. This means that s1 is a min and s2 is a max. Hence, the maximum point of the function will occur either at 0 or s2 (The function is descreasing after s2). Furthermore, one can see that when we evaluate the function at s2 we get (s2)^2 (s2 -3*s1) + YIntercept. In particular, this is larger than YIntercept if s2 > 3 *s1, and smaller otherwise. Possible values of s2 include values which are larger than 3*s1 and values which are smaller than 3*s1. Hence, the max of the function maybe be at 0 or at s2, dependent on s2. This gives the question a good amount of randomisation.
-
Question in Getallenleer 2e jaar
No description given
-
Question in Getallenleer 2e jaar
No description given
-
Exam (0 questions) in Jacek's workspace
This exam uses a custom theme to provide no feedback about scores to the student.
The idea is to provide a version of the test compiled with this theme to the students as they attempt it. Once the test has closed, update with a version of the same test compiled with the default theme, so students can go back in and get feedback.
-
Deirdre's copy of Ask for significand and exponent of a number in scientific notation separately DraftQuestion in Deirdre's workspace
This question shows how to ask for a number in scientific notation, by asking for the significand and exponent separately and using a custom marking algorithm in the gap-fill part to put the two pieces together.
Answers not in standard form, i.e. with a significand not in $[1,10)$, are accepted but given partial marks.
-
Exam (6 questions) in Katy's workspace
6 questions which introduce the user to the Numbas system.
-
Question in Troy's workspace
The student will be given 2 integers between -9 and +9 to add together.
-
Question in Johan's workspace
Show a list of the factors of a number.
Works by testing each number up to $n$ for divisibility by $n$, so won't do well with really big numbers. Certainly fast enough for numbers up to 4 or 5 digits.
-
Exam (5 questions) in Aoife's workspace
This quiz will assess your ability to differentiate trigonometric & logarithmic functions together with implicit differentiation.
-
Question in Hussam's workspace
Inputting algebraic expressions into Numbas.
-
Question in Hussam's workspace
Inputting ratios of algebraic expressions.
-
Question in Hussam's workspace
Inputting algebraic expressions into Numbas.
-
Question in Hussam's workspace
Inputting algebraic expressions into Numbas.
-
Question in Hussam's workspace
Inputting algebraic expressions into Numbas.
-
Question in Hussam's workspace
Inputting algebraic expressions into Numbas.