document.write( "Question 437297: A box contains five slips of paper. Each slip has one of the numbers 4,6,7,8,or 9 written on it and all of the numbers are used. The first player reaches into the box and draws two slips and adds the two numbers. If the sum is even, the player wins. If the sum is odd, the player loses. What is the probability that the player wins? Does the probability change if the two numbers are multiplied? Explain \n" );
document.write( "
Algebra.Com's Answer #302486 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi \n" );
document.write( "A box contains five slips of paper. \n" );
document.write( "Each with the numbers 4,6,7,8,or 9 written on it and all of the numbers are used \n" );
document.write( "Two slips drawn \n" );
document.write( " P(sum is even and player wins) = 13/25 \n" );
document.write( "___4_ 6_ 7__ 8__ 9 \n" );
document.write( "4|_8_10_11__12__13 \n" );
document.write( "6|_10_12_13__14__15 \n" );
document.write( "7|_11_13_14__15__16 \n" );
document.write( "8|_12_14_15__16__17 \n" );
document.write( "9|_13_15_16__17__18 \n" );
document.write( " 3E 3E 2E 3E 2E \n" );
document.write( "Does the probability change if the two numbers are multiplied? \n" );
document.write( "Yes, multiplying the number results in many more even results. \n" );
document.write( " |
\n" );