document.write( "Question 479505: I am having difficulties solving the following problem:
\n" );
document.write( "Nine tickets, numbered 1 to 9, are in a box. If 2 tickets are drawn, determine the probability p that one is odd and one is even. \r
\n" );
document.write( "\n" );
document.write( "Here is what I did (Method 1):
\n" );
document.write( "P(1=even, 9 tickets)
\n" );
document.write( "n (total) = 9, n (even) = 5, n (odd) = 4
\n" );
document.write( "P(1=odd, 9 tickets)
\n" );
document.write( "P (A and B) = P(A) times P(B)
\n" );
document.write( "[(1/9)X4]X[(1/8)X5] = 5/18 However, my textbook's answer is 5/9.
\n" );
document.write( "Even if I draw even ticket first, then odd ticket, I will get 5/9 since:
\n" );
document.write( "[(1/9)X5]X[(1/8)times4] = 5/18. \r
\n" );
document.write( "\n" );
document.write( "Method 2:
\n" );
document.write( "5C1/9C1 = 5/9
\n" );
document.write( "4C1/8C1 = 1/2
\n" );
document.write( "P(A and B) = 5/9 X 1/2 = 5/18. While it confirms my answer obtained through Method 1, the textbook's answer is 5/9. \r
\n" );
document.write( "\n" );
document.write( "Prior solving this problem, I thought about it this way: \r
\n" );
document.write( "\n" );
document.write( "We have 9 total tickets, 5 are even, and 4 are odd.
\n" );
document.write( "Since we are dealing with tickets, common sense tells me 1. we are taking one ticket at a time; 2. tickets cannot be replaced; 3. after I draw my first ticket, I will have one less ticket and will draw my second ticket from smaller number of tickets, thus we have dependant events; 4. combinations is one way to solve this problem; 5. multiply probability of Event 1 with probability of Event 2 to get total probability.\r
\n" );
document.write( "\n" );
document.write( "Here is how the textbook did it:
\n" );
document.write( "(5C1 X 4C1) / 9C2 = 5/9.
\n" );
document.write( "Please note how they are drawing first ticket and second ticket from 9 tickets as if cards WERE REPLACED. WHY? \r
\n" );
document.write( "\n" );
document.write( "Please let me know where I went wrong in my reasoning. \r
\n" );
document.write( "\n" );
document.write( "Thank you very much. \n" );
document.write( "
Algebra.Com's Answer #328530 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Nine tickets, numbered 1 to 9, are in a box. If 2 tickets are drawn, determine the probability p that one is odd and one is even. \n" ); document.write( "Here is what I did (Method 1): \n" ); document.write( "P(1=even, 9 tickets) \n" ); document.write( "n (total) = 9, n (even) = 5, n (odd) = 4 \n" ); document.write( "P(1=odd, 9 tickets) \n" ); document.write( "P (A and B) = P(A) times P(B) \n" ); document.write( "[(1/9)X4]X[(1/8)X5] = 5/18 However, my textbook's answer is 5/9. \n" ); document.write( "Even if I draw even ticket first, then odd ticket, I will get 5/9 since: \n" ); document.write( "[(1/9)X5]X[(1/8)times4] = 5/18. \n" ); document.write( "Method 2: \n" ); document.write( "5C1/9C1 = 5/9 \n" ); document.write( "4C1/8C1 = 1/2 \n" ); document.write( "P(A and B) = 5/9 X 1/2 = 5/18. While it confirms my answer obtained through Method 1, the textbook's answer is 5/9. \n" ); document.write( "Prior solving this problem, I thought about it this way: \n" ); document.write( "We have 9 total tickets, 5 are even, and 4 are odd. \n" ); document.write( "Since we are dealing with tickets, common sense tells me 1. we are taking one ticket at a time; 2. tickets cannot be replaced; 3. after I draw my first ticket, I will have one less ticket and will draw my second ticket from smaller number of tickets, thus we have dependant events; 4. combinations is one way to solve this problem; 5. multiply probability of Event 1 with probability of Event 2 to get total probability. \n" ); document.write( "Here is how the textbook did it: \n" ); document.write( "(5C1 X 4C1) / 9C2 = 5/9. \n" ); document.write( "Please note how they are drawing first ticket and second ticket from 9 tickets as if cards WERE REPLACED. WHY? \n" ); document.write( "Please let me know where I went wrong in my reasoning. \n" ); document.write( "====================================================== \n" ); document.write( "Nine tickets, numbered 1 to 9, are in a box. If 2 tickets are drawn, determine the probability p that one is odd and one is even. \n" ); document.write( "--- \n" ); document.write( "There are 3 possible results: 2 odd ; 2 even ; 1 odd and 1 even \n" ); document.write( "--- \n" ); document.write( "# of even digits = 4 \n" ); document.write( "# of odd digits = 5 \n" ); document.write( "---- \n" ); document.write( "P(2 even) = 4C2/9C2 = 6/36 = 1/6 \n" ); document.write( "P(2 odd) = 5C2/9C2 = 10/36 = 5/18 \n" ); document.write( "---- \n" ); document.write( "P(one odd and one even) \n" ); document.write( "= 1 - [P(2 even)+P(2 odd)] \n" ); document.write( "= 1-[(3/18)+5(18)] \n" ); document.write( "= 10/18 \n" ); document.write( "= 5/9 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |