Posted by maria on Thursday, November 24, 2011 at 6:55am.
If a and b are decimals between 0 and 1, then
A and B could be either 0 or 1
The prob of a rounded up to 1 is 1/2 and
the prob of a becoming 0 is 1/2
forming a table:
A B -----C
0 0 ----- 0 e.g. .2+.1 = .3 --> 0
0 0 ----- 1 e.g. .4 + .4 = .8 ---> 1 ...... FALSE
0 1 ----- 1 e.g. .4 + .9 = 1.3 ---> 1
1 0 ----- 1 e.g. .9+.4 = 1.3 --> 1
1 1 ----- 1 e.g. .6 + .6 = 1.2 ---> 1 ... FALSE
1 1 ----- 2 e.g. .9+.9 = 1.8 ---> 2
I see 4 cases out of the 6 where A+B = C
so prob = 4/6 = 2/3
Related Questions
Probability Pþease helpp - Tina randomly selects two distinct numbers from...
Math - Stats - An experiment was conducted where rats could choose to enter one ...
statistics - Select five random numbers between 70 and 100. Calculate the mean, ...
statistics - Select five random numbers between 70 and 100. Calculate the mean, ...
statistics - Select five random numbers between 70 and 100. Calculate the mean, ...
probability question - help! - Two people agree to meet at a coffee shop. They ...
Statistics and Probability - A computer supply house receives a large shipment ...
probability - A random experiment of tossing a die twice is performed. Random ...
probability - If you pick a number completely at random from the natural numbers...
stats: need help please - 4.34 Keno is a favorite game in casinos, and similar ...
For Further Reading