Miscellaneous Company Exam Company Numerical Ability Probability

Consider a purely probabilistic game that you have the opportunity to play. Each time you play there are n potential outcomes x1, x2, ..., xn (each of which is a specified gain or loss of euros). These outcomes x1, x2, ..., xn occur with the probabilities p1, p2, ..., pn respectively (where p1 + p2 + ... + pn = 1.0 and 0 <= pi <= 1 for each i). Positive xi values mean a gain of |xi| euros and negative values mean a loss of |xi| euros. Assume that x1, x2, ..., xn and p1, p2, ..., pn are all known quantities. Furthermore, assume that each play of the game takes up one hour of your time, and that only you can play the game (you can't hire someone to play for you). Let M be the game's expected value. That is, M = p1*x1 + p2*x2 + ... + pn*xn. Let S be the game's standard deviation. That is, S = SquareRoot( p1 * (x1 - M)^2 + p2 * (x2 - M)^2 + ... + pn * (xn - M)^2 ).

Read Solution (Total 0)

Miscellaneous Company Exam Other Question

Lets assume that you have a CPU which takes y microseconds to add 2 floating point numbers and z microseconds to multiply 2 floating point numbers. You have an nxm matrix and an mxp matrix. What is the time taken (in microseconds) to multiply the matrices?

a) It is not possible to multiply them.
b) 100
c) (m*n*p*(y-z))
d) n*p*e^(y+z)
e) (mz+(m-1)*y)*n*p
If sunil takes the bus ,he will be late.Then which of the following must be decided true?
a)if sunil doesn’t take the bus he won’t be late
b)If sunil isn’t late .he must have not taken the bus.
c)If sunil takes the sub way .he won’t be late
d)If sunil is late .then he must have taken the bus.