Question

The floor of a real number n, writtten ⌊n⌋, is the greatest integer which is ≤...

The floor of a real number n, writtten ⌊n⌋, is the greatest integer which is ≤ n. For example, ⌊2.3⌋ = 2, and ⌊π⌋ = 3.

Suppose that X is an exponential random variable with mean 1/3. Then Y = ⌊X⌋ is a discrete random variable. Find its pmf. (It is one we have studied; call it by its name.)

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Let N be a positive integer random variable with PMF of the form pN(n)=12⋅n⋅2−n,n=1,2,…. Once we...
Let N be a positive integer random variable with PMF of the form pN(n)=12⋅n⋅2−n,n=1,2,…. Once we see the numerical value of N , we then draw a random variable K whose (conditional) PMF is uniform on the set {1,2,…,2n} . 1. Find joint PMF pN,K(n,k) For n=1,2,… and k=1,2,…,2n 2. Find the marginal PMF pK(k) as a function of k . For simplicity, provide the answer only for the case when k is an even number. For k=2,4,6,… 3. Let...
Let K be a random variable that takes, with equal probability 1/(2n+1), the integer values in...
Let K be a random variable that takes, with equal probability 1/(2n+1), the integer values in the interval [-n,n]. Find the PMF of the random variable Y = In X. Where X = a^[k]. and a is a positive number, let n = 7 and a = 2. Then what is E[Y ]?
Let N be a positive integer random variable with PMF of the form pN(n)=1/2⋅n⋅2^(−n),n=1,2,…. Once we...
Let N be a positive integer random variable with PMF of the form pN(n)=1/2⋅n⋅2^(−n),n=1,2,…. Once we see the numerical value of N, we then draw a random variable K whose (conditional) PMF is uniform on the set {1,2,…,2n}. Find the marginal PMF pK(k) as a function of k. For simplicity, provide the answer only for the case when k is an even number. (The formula for when k is odd would be slightly different, and you do not need to...
Foundation of computer science Let x be a real number, and n be an integer. 1....
Foundation of computer science Let x be a real number, and n be an integer. 1. Devise an algorithm that computes x n . [Hint: First, give a procedure for computing x n when n is nonnegative by successive multiplication by x, starting with 1 until we reach n. Then, extend this procedure and use the fact that x -n = 1/x n to compute x n when n is negative.] 2. Write its corresponding program using your favorite programming...
Let n be a positive integer and p and r two real numbers in the interval...
Let n be a positive integer and p and r two real numbers in the interval (0,1). Two random variables X and Y are defined on a the same sample space. All we know about them is that X∼Geom(p) and Y∼Bin(n,r). (In particular, we do not know whether X and Y are independent.) For each expectation below, decide whether it can be calculated with this information, and if it can, give its value (in terms of p, n, and r)....
Suppose X is a discrete random variable that takes on integer values between 1 and 10,...
Suppose X is a discrete random variable that takes on integer values between 1 and 10, with variance Var(X) = 6. Suppose that you define a new random variable Y by observing the output of X and adding 3 to that number. What is the variance of Y? Suppose then you define a new random variable Z by observing the output of X and multiplying that by -4. What is the variance of Z?
The greatest common divisor c, of a and b, denoted as c = gcd(a, b), is...
The greatest common divisor c, of a and b, denoted as c = gcd(a, b), is the largest number that divides both a and b. One way to write c is as a linear combination of a and b. Then c is the smallest natural number such that c = ax+by for x, y ∈ N. We say that a and b are relatively prime iff gcd(a, b) = 1. Prove that a and n are relatively prime if and...
1. The number of units, x, needed of an item is discrete from 1 to 5....
1. The number of units, x, needed of an item is discrete from 1 to 5. The probability, p(x), is directly proportional to the number of units needed. The constant of proportionality is K. a. Determine the pmf of x b. Find the probability that x is an even value c. Compute the mean and variance of the random variable
In Example 6.33 we found the distribution of the sum of two i.i.d. exponential variables with...
In Example 6.33 we found the distribution of the sum of two i.i.d. exponential variables with parameter λ. Call the sum X. Let Y be a third independent exponential variable with parameter λ. Use the convolution formula 6.8 to find the sum of three independent exponential random variables by finding the distribution of X + Y.
1. Suppose a random variable X has a pmf 
p(x) = 3^(x-1)/4^x , x = 1,2,......
1. Suppose a random variable X has a pmf 
p(x) = 3^(x-1)/4^x , x = 1,2,... (a) Find the moment generating function of X. 
 (b) Give a realistic example of an experiment that this random variable can be defined from its sample space. 
 (c) Find the mean and variance of X.