document.write( "Question 615304: A four digit number is to be formed from the digits 1, 3, 5 and 8. What is the probability that the number so formed will:
\n" );
document.write( "a) start with 5?
\n" );
document.write( "b) be an odd number? and
\n" );
document.write( "c) be greater than 5000? \n" );
document.write( "
Algebra.Com's Answer #387057 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A four digit number is to be formed from the digits 1, 3, 5 and 8. What is the probability that the number so formed will: \n" ); document.write( "a) P(start with 5) = (1*3!)/4! = 1/4 \n" ); document.write( "--------------------------------------- \n" ); document.write( "b) P(be an odd number) = (3*3*2*1)/4! = 18/24 = 3/4 \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "c) P(be greater than 5000) = (1*3!)/4! = 1/4 \n" ); document.write( "------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |