SOLUTION: How could you use a random-digit generator or random-number table to simulate rain if you knew that 50% of the time with conditions as you have today, it will rain?

Algebra ->  Customizable Word Problem Solvers  -> Geometry -> SOLUTION: How could you use a random-digit generator or random-number table to simulate rain if you knew that 50% of the time with conditions as you have today, it will rain?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 476092: How could you use a random-digit generator or random-number table to simulate rain if you knew that 50% of the time with conditions as you have today, it will rain?
Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
Generate a random integer from 0 to 1 (i.e. 0 or 1). You could assume that 0 = no rain, 1 = rain.