Question

Consider a stick of length l . We break it randomly into two pieces and keep...

Consider a stick of length l . We break it randomly into two pieces and keep the piece, of length X, that contains the left end of the stick. We then repeat the same process on the piece we keep, and let Y be the length of the remaining piece after breaking the second time.

(a) Find the joint p.d.f of X and Y .

(b) Find Var(Y |X).

(c) Suppose that we break the stick at random point into two pieces and then break the piece that contains the right end of the stick, at random point. What is the probability that the three pieces we are left with can form a triangle?

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
Assume that we start with a stick of length L. Then we break it at a...
Assume that we start with a stick of length L. Then we break it at a point is chosen randomly and uniformly over its length, and keep the piece that contains the left end of the stick. We then repeat the same process on the stick we were left with. What is the expected length of the stick that we were left with, after breaking it twice?
1) We have a stick of unit length. We break that into 3 pieces using the...
1) We have a stick of unit length. We break that into 3 pieces using the following methods a. We chose randomly and independently two points on the stick using a uniform PDF, and we break stick at these 2 points b. We break the stick at a random point chosen by using a uniform PDF, and then we break the piece that contains the right end of the stick, at a random point chosen by using a uniform PDF...
A stick of unit length is broken into two pieces at random: the interval is divided...
A stick of unit length is broken into two pieces at random: the interval is divided in two pieces at X, and X is uniformly distributed in (0,1). Let Y be the longer piece, therefore range of Y is (1/2,1). Find the cumulative distribution function of Y.
Let’s say that we have a stick of length L and we break it up into...
Let’s say that we have a stick of length L and we break it up into 3 pieces randomly. Here random means that we sample two numbers a, b from the uniform continuous distribution on [0, L] such that 0 < a < b < L (If a turns out to be bigger than b, we can always rename them). So now we have three pieces, [0, a], [a, b] and [b, L]. What is the probability that these three...
Break a stick of unit length at a uniformly chosen random point. Then take the shorter...
Break a stick of unit length at a uniformly chosen random point. Then take the shorter of the two pieces and break it again in two pieces at a uniformly chosen random point. Let X denote the shortest of the final three pieces. Find the pdf of X.
We are given a stick that extends from 0 to x. Its length, x, is the...
We are given a stick that extends from 0 to x. Its length, x, is the realization of an exponential random variable X, with mean 1. We break that stick at a point Y that is uniformly distributed over the interval [0,x]. Write down the (fully specified) joint PDF fX,Y(x,y) of X and Y. For 0<y≤x: fX,Y(x,y)= Find Var(E[Y∣X]). Var(E[Y∣X])= 3. We do not observe the value of X, but are told that Y=2.2. Find the MAP estimate of X...
A positive electric charge Qis spread out uniformly along a wire of length Lplaced on the...
A positive electric charge Qis spread out uniformly along a wire of length Lplaced on the x-axis, with one end of the wire located at x=-L/2and the other at x=+L/2. Today we are going to find the electric field E=Exi+Eyjlocated at x=0,y=-adirectly below the midpoint of the wire. We will again use the idea of superposition: the total electric field at the point x=0,y=-a is due to the sum of the small electric fields produced by each piece of the...
A box contains 11 red chips and 4 blue chips. We perform the following two-step experiment:...
A box contains 11 red chips and 4 blue chips. We perform the following two-step experiment: (a) First, a chip is selected at random from the first box and removed from box. (After this first step, there are 14 chips left in the box.) (b) Then, a chip is selected at random from the second box (that is, from the remaining 14 chips). Let B1 be the event that the chip removed from the box at the first step of...
*Answer all questions using R-Script* Question 1 Using the built in CO2 data frame, which contains...
*Answer all questions using R-Script* Question 1 Using the built in CO2 data frame, which contains data from an experiment on the cold tolerance of Echinochloa crus-galli; find the following. a) Assign the uptake column in the dataframe to an object called "x" b) Calculate the range of x c) Calculate the 28th percentile of x d) Calculate the sample median of x e) Calculate the sample mean of x and assign it to an object called "xbar" f) Calculate...
Use python language please #One of the early common methods for encrypting text was the #Playfair...
Use python language please #One of the early common methods for encrypting text was the #Playfair cipher. You can read more about the Playfair cipher #here: https://en.wikipedia.org/wiki/Playfair_cipher # #The Playfair cipher starts with a 5x5 matrix of letters, #such as this one: # # D A V I O # Y N E R B # C F G H K # L M P Q S # T U W X Z # #To fit the 26-letter alphabet into...