-
Home
- Applied probability
- Functions of random variables
- Problems on functions of random
Suppose
X is a nonnegative, absolutely continuous random variable. Let
, where
. Then
. Use properties
of the exponential and natural log function to show that
iff
iff
iff
, so that
Got questions? Get instant answers now!
Present value of future costs. Suppose money may be invested at an
annual rate
a , compounded continually. Then one dollar in hand now, has a value
at the end of
x years. Hence, one dollar spent
x years in the future has a
present value
. Suppose a device put into operation has time to
failure (in years)
exponential
. If the cost of replacement
at failure is
C dollars, then the present value of the replacement is
.
Suppose
,
, and
.
- Use the result of
[link] to determine the probability
.
- Use a discrete approximation for the exponential density to approximate the
probabilities in part (a). Truncate
X at 1000 and use 10,000 approximation points.
v = [700 500 200];P = (v/1000).^(10/7)
P = 0.6008 0.3715 0.1003tappr
Enter matrix [a b]of x-range endpoints [0 1000]
Enter number of x approximation points 10000Enter density as a function of t 0.1*exp(-t/10)
Use row matrices X and PX as in the simple caseG = 1000*exp(-0.07*t);
PM1 = (G<=700)*PX'
PM1 = 0.6005PM2 = (G<=500)*PX'
PM2 = 0.3716PM3 = (G<=200)*PX'
PM3 = 0.1003
Got questions? Get instant answers now!
Optimal stocking of merchandise. A merchant is planning for the Christmas season. He intends to stock
m units of a
certain item at a cost of
c per unit. Experience indicates demand can be represented
by a random variable
Poisson
. If units remain in stock at the
end of the season, they may be returned with recovery of
r per unit. If demand
exceeds the number originally ordered, extra units may be ordered at a cost of
s each. Units are sold at a price
p per unit.
If
is the gain from the sales, then
- For
- For
Let
. Then
Suppose
.
Approximate
the Poisson random variable
D by truncating at 100. Determine
.
mu = 50;
D = 0:100;c = 30;
p = 50;r = 20;
s = 40;m = 50;
PD = ipoisson(mu,D);G = (p - s)*D + (s - c)*m +(s - r)*(D - m).*(D<= m);
M = (500<=G)&(G<=1100);
PM = M*PD'PM = 0.9209[Z,PZ] = csort(G,PD); % Alternate: use dbn for Zm = (500<=Z)&(Z<=1100);
pm = m*PZ'pm = 0.9209
Got questions? Get instant answers now!
(See
Example 2 from "Functions of a Random Variable") The cultural committee of a student organization has arranged a
special deal for tickets to a concert. The agreement is that the organization will purchase tentickets at $20 each (regardless of the number of individual buyers). Additional tickets are
available according to the following schedule:
- 11-20, $18 each
- 21-30, $16 each
- 31-50, $15 each
- 51-100, $13 each
If the number of purchasers is a random variable
X , the total cost (in dollars) is
a random quantity
described by
Suppose
Poisson (75). Approximate the Poisson distribution by truncating at 150.
Determine
, and
.
X = 0:150;
PX = ipoisson(75,X);G = 200 + 18*(X - 10).*(X>=10) + (16 - 18)*(X - 20).*(X>=20) + ...
(15 - 16)*(X- 30).*(X>=30) + (13 - 15)*(X - 50).*(X>=50);
P1 = (G>=1000)*PX'
P1 = 0.9288P2 = (G>=1300)*PX'
P2 = 0.1142P3 = ((900<=G)&(G<=1400))*PX'
P3 = 0.9742[Z,PZ] = csort(G,PX); % Alternate: use dbn for Zp1 = (Z>=1000)*PZ'
p1 = 0.9288
Got questions? Get instant answers now!
Questions & Answers
A golfer on a fairway is 70 m away from the green, which sits below the level of the fairway by 20 m. If the golfer hits the ball at an angle of 40° with an initial speed of 20 m/s, how close to the green does she come?
A mouse of mass 200 g falls 100 m down a vertical mine shaft and lands at the bottom with a speed of 8.0 m/s. During its fall, how much work is done on the mouse by air resistance
Can you compute that for me. Ty
Jude
what is the dimension formula of energy?
Chemistry is a branch of science that deals with the study of matter,it composition,it structure and the changes it undergoes
Adjei
please, I'm a physics student and I need help in physics
Adjanou
chemistry could also be understood like the sexual attraction/repulsion of the male and female elements. the reaction varies depending on the energy differences of each given gender. + masculine -female.
Pedro
A ball is thrown straight up.it passes a 2.0m high window 7.50 m off the ground on it path up and takes 1.30 s to go past the window.what was the ball initial velocity
2. A sled plus passenger with total mass 50 kg is pulled 20 m across the snow (0.20) at constant velocity by a force directed 25° above the horizontal. Calculate (a) the work of the applied force, (b) the work of friction, and (c) the total work.
you have been hired as an espert witness in a court case involving an automobile accident. the accident involved car A of mass 1500kg which crashed into stationary car B of mass 1100kg. the driver of car A applied his brakes 15 m before he skidded and crashed into car B. after the collision, car A s
can someone explain to me, an ignorant high school student, why the trend of the graph doesn't follow the fact that the higher frequency a sound wave is, the more power it is, hence, making me think the phons output would follow this general trend?
Nevermind i just realied that the graph is the phons output for a person with normal hearing and not just the phons output of the sound waves power, I should read the entire thing next time
Joseph
Follow up question, does anyone know where I can find a graph that accuretly depicts the actual relative "power" output of sound over its frequency instead of just humans hearing
Joseph
"Generation of electrical energy from sound energy | IEEE Conference Publication | IEEE Xplore" ***ieeexplore.ieee.org/document/7150687?reload=true
Ryan
what are the types of wave
Maurice
fine, how about you?
Mohammed
A string is 3.00 m long with a mass of 5.00 g. The string is held taut with a tension of 500.00 N applied to the string. A pulse is sent down the string. How long does it take the pulse to travel the 3.00 m of the string?
Who can show me the full solution in this problem?
Got questions? Join the online conversation and get instant answers!
Source:
OpenStax, Applied probability. OpenStax CNX. Aug 31, 2009 Download for free at http://cnx.org/content/col10708/1.6
Google Play and the Google Play logo are trademarks of Google Inc.