document.write( "Question 1198097: Two integers are randomly selected from the set {1, 2, 3, 4, 5, 6, 7, 8, 9} and are added together. Find the probability that their sum is 16 if they are selected \n" );
document.write( "
Algebra.Com's Answer #831618 by math_helper(2461)  You can put this solution on YOUR website! \r \n" );
document.write( " \n" );
document.write( "\n" );
document.write( " 1 2 3 4 5 6 7 8 9\r \n" );
document.write( "\n" );
document.write( " 1 2 3 4 5 6 7 8 9 10 \n" );
document.write( " 2 3 4 5 6 7 8 9 10 11 \n" );
document.write( " 3 4 5 6 7 8 9 10 11 12 \n" );
document.write( " 4 5 6 7 8 9 10 11 12 13 \n" );
document.write( " 5 6 7 8 9 10 11 12 13 14 \n" );
document.write( " 6 7 8 9 10 11 12 13 14 15 \n" );
document.write( " 7 8 9 10 11 12 13 14 15 16 \n" );
document.write( " 8 9 10 11 12 13 14 15 16 17 \n" );
document.write( " 9 10 11 12 13 14 15 16 17 18\r \n" );
document.write( " \n" );
document.write( "\n" );
document.write( "If the numbers are chosen with replacement (such as picking one ball from a jar of nine, each labeled with the digits 1..9, and then replacing the first ball before drawing the 2nd), you get P(sum=16) = 3/81 = 1/27 which is approximately 0.037.\r \n" );
document.write( "\n" );
document.write( "If the numbers are chosen without replacement (such as taking two balls out of a jar of nine balls each labeled with one of the above digits) then there are only two ways (7 & 9, or 9 & 7), out of 9*8=72 outcomes, to get a sum of 16. In this scenario, P(sum=16) = 2/72 = 1/36 or approximately 0.028.\r \n" );
document.write( "\n" );
document.write( " \n" );
document.write( " |
\n" );