document.write( "Question 393531: Suppose two distinct integers are chosen from between 5 and 17, inclusive. What is the probability that their product is odd? \n" ); document.write( "
Algebra.Com's Answer #279387 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "there are 13 integers, 7 are odds and 6 are evens....\r
\n" ); document.write( "\n" ); document.write( "product of two integers will be odd if both are odd integers...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "no. of ways to choose 2 odd integer out of 7 = 7C2 = 21\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "no. of ways to choose 2 integers out of 13 integers = 13C2 = 78\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probability = 21/78 = 7/26\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );