Bunuel
Select numbers a and b between 0 and 1 independently and at random, and let c be their sum. Let A, B and C be the results when a, b and c, respectively, are rounded to the nearest integer. What is the probability that A + B = C?
(A) 1/4
(B) 1/3
(C) 1/2
(D) 2/3
(E) 3/4
We will have to distribute the cases depending on the values of C..
C can be 0, 1 and 2Case I :-C=0, which means even A and B should be 0 => A+B=C....0+0=0
so c or \(a+b<\frac{1}{2}\), that is \(c<\frac{1}{2}\)
Also \(a<\frac{1}{2}\) and \(b<\frac{1}{2}\)......Prob = \(\frac{1}{2}*\frac{1}{2}=\frac{1}{4}\)
But c can vary from 0 to 1 when both a and b are less than 1/2...Prob = \(\frac{1}{2}\)
Overall prob = \(\frac{1}{4}*\frac{1}{2}=\frac{1}{8}\)
Case II :-C=1, which means only one of A and B should be 1 and other 0 => A+B=C....0+1=1 or 1+0=1
so c or \(0.5<a+b<1.5\), that is \(\frac{1}{2}<c<\frac{3}{2}\)
Also \(a<\frac{1}{2}\), while \(b>\frac{1}{2}\)......Prob = \(\frac{1}{2}*\frac{1}{2}=\frac{1}{4}\)
But c can vary from 0.5 to 1.5 in this case. ...Prob = \(1\),
Overall prob = \(\frac{1}{4}*1*2=\frac{1}{2}\)....
multiplication by 2 because two cases=> 0+1=1 or 1+0=1
Case III :-C=2, which means both A and B should be 1 => A+B=C....1+1=2
so c or \(a+b>1.5\), that is \(c>\frac{3}{2}\)
Also \(a>\frac{1}{2}\) and \(b>\frac{1}{2}\)......Prob = \(\frac{1}{2}*\frac{1}{2}=\frac{1}{4}\)
But c can vary from 1 to 2 when both a and b are greater than 1/2...Prob of >1.5 = \(\frac{1}{2}\)
Overall prob = \(\frac{1}{4}*\frac{1}{2}=\frac{1}{8}\)
Final probability = \(\frac{1}{8}+\frac{1}{8}+\frac{1}{2}=\frac{3}{4}\)
E