document.write( "Question 911263: A group of balls numbered from 1 to 100 are placed in a barrel and mixed. One is drawn at random. Determine the probability that it is an even number, or a perfect square, or a number divisible by 5. \n" ); document.write( "
Algebra.Com's Answer #552960 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
There are 50 even numbers from 1 to 100.
\n" ); document.write( "There are 20 numbers divisible by 5 (half are also even).
\n" ); document.write( "There are 10 perfect squares (5 are even, 2 are divisible by 5).
\n" ); document.write( "So add them up and don't forget to subtract the multiple counts.
\n" ); document.write( "\"N=50%2B20-10%2B10-5-2\"
\n" ); document.write( "\"N=63\"
\n" ); document.write( "\"P=63%2F100\"
\n" ); document.write( "
\n" );