document.write( "Question 1099807: A credit card number has 16 digits between 0 and 9 inclusive.If only 100 million numbers are valid, what is the probability that a number that is entered ramdomly is valid? \n" ); document.write( "
Algebra.Com's Answer #714296 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A credit card number has 16 digits between 0 and 9 inclusive.If only 100 million numbers are valid, what is the probability that a number that is entered ramdomly is valid? \n" ); document.write( "------------- \n" ); document.write( "Assuming leading zeroes are allowed, ie, 0000000000000001 is used: \n" ); document.write( "1e8/1e16 = 1e-8 \n" ); document.write( "--> 0.00000001 \n" ); document.write( "------------- \n" ); document.write( "If leading zeroes not allowed: \n" ); document.write( "--> 1e8/9e15 \n" ); document.write( "= 1/(9e7)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |