document.write( "Question 767211: If two numbers are selected without replacement from the set {1,2,3,4,5}, what is the probability that both numbers are odd? \n" ); document.write( "
Algebra.Com's Answer #467487 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
If two numbers are selected without replacement from the set {1,2,3,4,5}, what is the probability that both numbers are odd?
\n" ); document.write( "-------
\n" ); document.write( "# of odd numbers in the set::: 3
\n" ); document.write( "# of problems in the set:::::: 5
\n" ); document.write( "----
\n" ); document.write( "P(select 2 odds) = 3C2/5C2 = 3/10
\n" ); document.write( "===================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "================
\n" ); document.write( "
\n" );