document.write( "Question 163135: Each of ten tickets is marked with a different number from 1 to 10 and put in a box. IF you draw a ticket at random from the box, what is the probability that you will draw 4, 8, or 6? \n" ); document.write( "
Algebra.Com's Answer #120220 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
P(4)=1/10
\n" ); document.write( "P(6)=1/10
\n" ); document.write( "P(8)=1/10
\n" ); document.write( "The events are mutually exclusive so,
\n" ); document.write( "P(4 or 6 or 8)=P(4)+P(6)+P(8)=1/10+1/10+1/10=3/10.
\n" ); document.write( "
\n" ); document.write( "
\n" );