document.write( "Question 481212: Persons A and B .Person A picks a random no from 1 to 1000.Then person B picks a random no from 1 to 1000.What is the probability of B getting a no greater than A ? \n" ); document.write( "
Algebra.Com's Answer #329523 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! The probability that A and B will pick the same number is 1/1000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note that P(B > A) is the same as P(A > B), by symmetry. Hence, the probability that A and B will obtain unequal numbers is 999/1000, and we divide by two since each case has an equal probability of happening. So the probability of B getting a greater number than A is 999/2000. \n" ); document.write( " |