document.write( "Question 460959: Choose one number at random from 1, 2, 3, 4, ... , 999, 1000. What is the probability that the number drawn
\n" );
document.write( "a.) is less than 100?
\n" );
document.write( "b.) has exactly two digits?
\n" );
document.write( "c.) is divisible by 2?
\n" );
document.write( "d.) is divisible by 2 or 25?
\n" );
document.write( "e.) has exactly four digits?
\n" );
document.write( "f.) has digit(s) that add up to two? \n" );
document.write( "
Algebra.Com's Answer #316180 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a) 99/1000 \n" ); document.write( "b) 90/1000 = 9/100 \n" ); document.write( "c) 1/2 \n" ); document.write( "d) .5+.02=.52 \n" ); document.write( "e) 1/1000 \n" ); document.write( "f) 6/1000 =.006 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |