document.write( "Question 1120437: A wallet contains seven $1 bills, two $5 bills, and five $10 bills. A bill is selected at random from the wallet. Find the probability of the following.
\n" ); document.write( "(a) The bill is a $5 bill, given that it is not a $1 bill.\r
\n" ); document.write( "\n" ); document.write( "(b) The bill is a $1 bill, given that it is smaller than $10.
\n" ); document.write( "

Algebra.Com's Answer #736107 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "With conditional probability, the \"given that\" condition sets the size of the sample space. I find it much easier to work conditional probability problems using that concept, rather than the formal mathematical definition of conditional probability.

\n" ); document.write( "(a) The bill is a $5 bill, given that it is not a $1 bill.

\n" ); document.write( "The condition that it is not a $1 bill leaves 2 $5 bills and 5 $10 bills. So the size of the sample space (the denominator of the probability fraction) is 2+5=7. 2 of those 7 bills are $5 bills, so the probability is 2/7.

\n" ); document.write( "(b) The bill is smaller than $10, so it is either a $1 bill or a $5 bill. The size of the sample space is 7+2=9; 7 of the 9 are $1 bills, so the probability is 7/9.
\n" ); document.write( "
\n" );