document.write( "Question 1024323: What is the probability that the product of two integers (not necessarily different integers) randomly selected from the numbers from 1 to 25, both inclusive, is odd \n" ); document.write( "
Algebra.Com's Answer #639759 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
What is the probability that the product of two integers (not necessarily different integers) randomly selected from the numbers from 1 to 25, both inclusive, is odd
\n" ); document.write( "-----------
\n" ); document.write( "Both integers must be odd for the product to be odd.
\n" ); document.write( "There are 13 odd integers from 1 to 25
\n" ); document.write( "--> (13/25)*(13/25) = 169/625
\n" ); document.write( "= 0.2704
\n" ); document.write( "
\n" );