document.write( "Question 300930: If a whole number less than 10 is chosen at random, what are the odds that the number is greater than 5? \n" ); document.write( "
Algebra.Com's Answer #215830 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Whole numbers less than 10 are 0,1,2,...,8,9.
\n" ); document.write( "There are 10 total.
\n" ); document.write( "Each outcome is equally likely (0.1).
\n" ); document.write( "There are 4 numbers greater than 5.
\n" ); document.write( "P(>5)=0.4
\n" ); document.write( "but the odds are 4 to 6.
\n" ); document.write( "4 chances for, 6 chances against.
\n" ); document.write( "
\n" ); document.write( "
\n" );