document.write( "Question 737654: two numbers are selected at random from 1 to 9 find the probability that their sum is even? \n" ); document.write( "
Algebra.Com's Answer #450487 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! two numbers are selected at random from 1 to 9 find the probability that their sum is even? \n" ); document.write( "----- \n" ); document.write( "Consider a 9 by 9 array of these pairs. \n" ); document.write( "---- \n" ); document.write( "Consider the sum of each of the 81 pairs in the array. \n" ); document.write( "---- \n" ); document.write( "The 1st row of sums looks like: 2,3,4,5,6,7,8,9,10::::: 5 even : 5 odd \n" ); document.write( "the 2nd row of sums looks like: 3,4,5,6,7,8,9,10,11:::: 4 even : 5 odd \n" ); document.write( "The 3rd row of sums looks like: 4,5,6,7,8,9,10,11,12::: 5 even : 5 oddc. \n" ); document.write( "etc \n" ); document.write( "etc \n" ); document.write( "etc \n" ); document.write( "------------- \n" ); document.write( "# of even sums is 5+4+5+4+5+4+5+4+5 = 41 \n" ); document.write( "======= \n" ); document.write( "P(sum is even) = 41/81 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |