374 results for "variables".
-
Question in Content created by Newcastle University
Application of the binomial distribution given probabilities of success of an event.
Finding probabilities using the binomial distribution.
-
Question in Content created by Newcastle University
Application of the Poisson distribution given expected number of events per interval.
Finding probabilities using the Poisson distribution.
-
Question in Content created by Newcastle University
Question on the exponential distribution involving a time intervals and arrivals application, finding expectation and variance. Also finding the probability that a time interval between arrivals is less than a given period. All parameters and times randomised.
-
Question in Content created by Newcastle University
Exercise using a given uniform distribution $X$, calculating the expectation and variance. Also finding $P(X \le a)$ for a given value $a$.
-
Question in Content created by Newcastle University
Application of the binomial distribution given probabilities of success of an event.
Finding probabilities using the binomial distribution.
-
Question in Content created by Newcastle University
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 Content created by Newcastle University
Given descriptions of 3 random variables, decide whether or not each is from a Poisson or Binomial distribution.
-
Question in Content created by Newcastle University
Choosing whether given random variables are qualitiative or quantitative.
-
Question in Content created by Newcastle University
Modular arithmetic. Find the following numbers modulo the given number $n$. Three examples to do.
-
Question in Transition to university
This question involves matching images of graphings to descriptions of the relationships between variables.
-
Question in Transition to university
Factorise polynomials by identifying common factors. The first expression has a constant common factor; the rest have common factors involving variables.
-
Question in J. Richard's workspace
Factorise polynomials by identifying common factors. The first expression has a constant common factor; the rest have common factors involving variables.
-
Question in j's workspace
Choose from one of several pre-defined scenarios, and set variables to the corresponding values, defined in lists.
This question has three variables:
city
,population
, andpercent_like_chocolate
. These differ for each city. We've defined a list for each variable, with the corresponding values. A variable calledscenario
picks a random position in the list, so the value ofcity
, for example, iscities[scenario]
. -
Question in Thomas's workspace
No description given
-
Question in Thomas's workspace
No description given
-
Question in Andreas's workspace
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 Statistics
Template question. The student is asked to perform a two factor ANOVA to test the null hypotheses that the measurement does not depend on each of the factors, and that there is no interaction between the factors.
-
Question in Statistics
Template question. The student is asked to perform a two factor ANOVA to test the null hypotheses that the measurement does not depend on each of the factors, and that there is no interaction between the factors.
-
Question in Calculus Math 5A
Multiple response question (3 correct out of 6) re properties of convergent and divergent sequences. Selection of questions from a pool.
-
Question in Statistics
Choosing whether given random variables are qualitative or quantitative.
-
Question in Statistics
Finding probabilities from a survey giving a table of data on the alcohol consumption of males. This can be easily adapted to data from other types of surveys.
-
Question in Statistics
Question on the exponential distribution involving a time intervals and arrivals application, finding expectation and variance. Also finding the probability that a time interval between arrivals is less than a given period. All parameters and times randomised.
-
Question in Statistics
Exercise using a given uniform distribution $X$, calculating the expectation and variance. Also finding $P(X \le a)$ for a given value $a$.
-
Question in Statistics
Application of the binomial distribution given probabilities of success of an event.
Finding probabilities using the binomial distribution.
-
Question in Statistics
Simple probability question. Counting number of occurences of an event in a sample space with given size and finding the probability of the event.
-
Question in Statistics
Finding the confidence interval at either 90%, 95% or 99% for the mean given the mean of a sample. The population variance is given and so the z values are used. Various scenarios are included.
-
Question in Statistics
Given descriptions of 3 random variables, decide whether or not each is from a Poisson or Binomial distribution.
-
Question in Jordan's workspace
Create a truth table for a logical expression of the form $(a \operatorname{op1} b) \operatorname{op2}(c \operatorname{op3} d)$ where $a, \;b,\;c,\;d$ can be the Boolean variables $p,\;q,\;\neg p,\;\neg q$ and each of $\operatorname{op1},\;\operatorname{op2},\;\operatorname{op3}$ one of $\lor,\;\land,\;\to$.
For example: $(p \lor \neg q) \land(q \to \neg p)$.
-
Question in Jordan's workspace
Create a truth table for a logical expression of the form $a \operatorname{op} b$ where $a, \;b$ can be the Boolean variables $p,\;q,\;\neg p,\;\neg q$ and $\operatorname{op}$ one of $\lor,\;\land,\;\to$.
For example $\neg q \to \neg p$.
-
Question in NUMBAS workshop demo
Given descriptions of 3 random variables, decide whether or not each is from a Poisson or Binomial distribution.