- [email protected]
- Newbie | Next Rank: 10 Posts
- Posts: 1
- Joined: Wed Apr 20, 2011 3:07 am
low rainfall area, the occurence of rain in a city on a particular day is dependnt on whether it rained on previous or not. If it has rained on previous, the probability distribution for rain the next day is...
Event Probability
No rain 0.50
1 cm 0.25
2cm 0.15
3cm 0.05
4cm 0.03
5cm 0.02
If it didnt rain the previous day the probability distribution is as follows
No rain 0.75
1cm 0.15
2cm 0.06
3cm 0.04
Simulate the city`s rain in the next 15 days and find out the total number of days without rainfall and also the total rainfall during these 15 days. It may be assumed that the day before it didnt rain.
You may use the following random numbers.
67,63,39,55,29,78,70,06,78,76,25,48,93,62,84.
Event Probability
No rain 0.50
1 cm 0.25
2cm 0.15
3cm 0.05
4cm 0.03
5cm 0.02
If it didnt rain the previous day the probability distribution is as follows
No rain 0.75
1cm 0.15
2cm 0.06
3cm 0.04
Simulate the city`s rain in the next 15 days and find out the total number of days without rainfall and also the total rainfall during these 15 days. It may be assumed that the day before it didnt rain.
You may use the following random numbers.
67,63,39,55,29,78,70,06,78,76,25,48,93,62,84.













