document.write( "Question 585732: what is the probability that a random 2 digit number from 00 to 99 does not end in 5? \n" ); document.write( "
Algebra.Com's Answer #373475 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
what is the probability that a random 2 digit number from 00 to 99 does not end in 5?
\n" ); document.write( "====================
\n" ); document.write( "First, let's compute the probability that the number does end in 5:
\n" ); document.write( "The possible numbers ending in 5 are 5,15,25,35,45,55,65,75,85,95
\n" ); document.write( "This is a total of 10 out of a possible 100.
\n" ); document.write( "So the probability that the number ends in 5 is 10/100 = 0.1
\n" ); document.write( "Therefore the probability that the number does not end in 5 is 1 - 0.1 = 0.9
\n" ); document.write( "
\n" );