766 results for "random".

Show results for

Refine by

  • Status

  • Author

  • Tags

  • Usage rights

  • Ability Level

  • Topics

  • Question in STAT7008 by Catherine Palmer and 1 other

    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 STAT7008 by Catherine Palmer and 1 other

    It is estimated that 30% of all CIT students cycle to college. If a random sample of eight CIT students is chosen, calculate the probability that...

    rebelmaths

  • MA100 LT Week 7
    Ready to use

    This is the question for Lent Term week 7 of the MA100 course at the LSE. It looks at material from chapters 33 and 34.

    The following is a description of parts a and b. In particular it describes the varaibles used for those parts.

    This question (parts a and b) looks at optimisation problems using the langrangian method. parts a and b of the question we will ask the student to optimise the objective function f(x,y) = y + (a/b)x subject to the constraint function r^2 = (x-centre_x)^2 + (y-centre_y)^2.

    The variables centre_x and centre_y take values randomly chosen from {6,7,...,10} and r takes values randomly chosen from {1,2,...,5}.

    We have the ordered set of variables (a,b,c) defined to be randomly chosen from one of the following pythagorean triplets: (3,4,5) , (5,12,13) , (8,15,17) , (7,24,25) , (20,21,29). The a and b variables here are the same as those in the objective function. They are defined in this way because the minimum will occur at (centre_x - (a/c)*r , centre_y - (b/c)*r) with value centre_y - (b/c)r + (a/b) * centre_x - (a^2/bc)*r , and the maximum will occur at (centre_x + (a/c)*r , centre_y + (b/c)*r) with value centre_y + (b/c)r + (a/b) *centre_x + (a^2/bc)r. The minimisation problem has lambda = -c/(2br) and the maximation problem has lambda* = c/(2br).

    We can see that all possible max/min points and values are nice rational numbers, yet we still have good randomisation in this question. :)

  • MA100 MT Week 9
    Ready to use

    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+mn

    Description 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

  • MA100 MT Week 5
    Ready to use

    This is the question for week 5 of the MA100 course at the LSE. It looks at material from chapters 9 and 10.

    The following describes how we define our revenue and cost functions for part b of the question.

    We have variables c, f, m, h.

    The revenue function is R(q) = -c q^2 + 2mf q .
    The cost function is C(q) = f q^2 - 2mc q + h .

    The "revenue - cost" function is -(c+f) q^2 +2m(c+f) q - h

    Differentiating, we see that there is a maximum point at m.

    We pick each one of f, m, h randomly from the set {2, .. 6}, and we pick c randomly from {h+1 , ... , h+5}. This ensures that the discriminant of the "revenue - cost" function is positive, meaning there are two real roots, meaning the maximum point lies above the x-axis. I.e. we can actually make a profit.

  • MA100 MT Week 4
    Ready to use

    This is the question for week 4 of the MA100 course at the LSE. It looks at material from chapters 7 and 8. The following describes how a polynomial was defined in the question. This may be helpful for anyone who needs to edit this question.

    For parts a to c, we used a polynomial defined as m*(x^4 - 2a^2  x^2 + a^4 + b), where the variables "a" and "b" are randomly chosen from a set of reaosnable size, and the variable $m$ is randomly chosen from the set {+1, -1}. We can easily see that this polynomial has stationary points at -a, 0, and a. We introduced the variable "m" so that these stationary points would not always have the same classification. The variable "b" is always positive, and so this ensures that our polynomial does not cross the x-axis. The first and second derivatives; stationary points; the evaluation of the second derivative at the stationary points; the classification of the stationary points; and the axes intercepts can all be easily expressed in terms of the variables "a", "b", and "m". Indeed, this is what we did to mark the student's answers.

  • MA100 MT Week 3
    Ready to use

    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 Heather's workspace by Heather Driscoll and 5 others

    Eight expressions, of increasing complexity. The student must simplify them by expanding brackets and collecting like terms.

  • Question in Clodagh's workspace by Clodagh Carroll and 1 other

    A simple question on ratio. Awarding Partial Credit. No randomisation in the question.

  • Question in Lyn's workspace by Lyn Gardner

    A couple of multiplication tables to be completed. Numbers to be multiplied are generated randomly. Single digit multiplication recall.

  • Stem and Leaf plot
    Ready to use

    Given random set of data (between 13 and 23 numbers all less than 100), find their stem-and-leaf plot.

    rebelmaths

  • Question in Julie's workspace by Picture of Julie Crowley Julie Crowley and 1 other

    Simple ratio question with custom marking and partial credit possible

  • Exam (40 questions) in Tom's workspace by Tom Tomlinson and 1 other

    A set of MCQ designed to help Level 2 Engineering students prepare/practice for the on-line GOLA test that is used to assess the C&G 2850, Level 2 Engineering, Unit 202: Engineering Principles.

  • Pupil Teacher Ratio
    Ready to use

    A simple question on ratio. Awarding Partial Credit. No randomisation in the question.

  • Exam (40 questions) in Alan's workspace by Alan Stubbs and 1 other

    A set of MCQ designed to help Level 2 Engineering students prepare/practice for the on-line GOLA test that is used to assess the C&G 2850, Level 2 Engineering, Unit 202: Engineering Principles.

  • Question in Probability and Statistics 2018 by Ellen Marshall and 1 other

    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 Javier's workspace by Javier Morales and 1 other

    Choosing whether given random variables are qualitative or quantitative.

  • Question in Arnd's workspace by Arnd Ludwig and 1 other

    This uses an embedded Geogebra graph of a polar function with random coefficients set by NUMBAS.

  • Question in Tom's workspace by Tom Carroll and 5 others

    This question tests the student's ability to solve simple linear equations by elimination. Part a) involves only having to manipulate one equation in order to solve, and part b) involves having to manipulate both equations in order to solve. 

  • Question in Matthew James's workspace by Matthew James Sykes and 1 other

    Load data on some items held in the Cooper Hewitt collection, and show a table of 5 randomly picked items.

  • Question in CHY1205 by Matthew James Sykes and 4 others

    Eight expressions, of increasing complexity. The student must simplify them by expanding brackets and collecting like terms.

  • Question in CHY1205 by Matthew James Sykes and 2 others

    Practice of conversion between SI units of mass, volume & length.

  • Exam (6 questions) in CHY1205 by Matthew James Sykes and 1 other

    Questions involving various techniques for rearranging and solving quadratic expressions and equations

  • Question in CHY1205 by Matthew James Sykes and 2 others

    No description given

  • Exam (3 questions) in CHY1205 by Matthew James Sykes and 1 other

    Questions asking you to find the equation of a line between two points, in Cartesian coordinates.

  • Exam (12 questions) in CHY1205 by Matthew James Sykes and 1 other

    A collection of questions on working with units of measurement, mainly in the SI/metric system.

    Several 'real-world' examples.

  • Logarithms [L6 Randomised]
    Needs to be tested
    Exam (4 questions) in CHY1205 by Matthew James Sykes and 1 other

    Questions on manipulating logarithms.

  • Question in CHY1205 by Matthew James Sykes and 2 others

    Use laws for addition and subtraction of logarithms to simplify a given logarithmic expression to an arbitrary base.

  • Question in CHY1205 by Matthew James Sykes and 2 others

    Apply the quadratic formula to find the roots of a given equation. The quadratic formula is given in the steps if the student requires it.

  • Question in CHY1205 by Matthew James Sykes and 2 others

    Power rule