document.write( "Question 566666: What is the probablity that a seven-digit telephone number has one or more repeated digits? Assume no one digit is more likely than another to be used. In addition, the leading digit cannot be zero. \n" ); document.write( "
Algebra.Com's Answer #366306 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
What is the probablity that a seven-digit telephone number has one or more repeated digits? Assume no one digit is more likely than another to be used. In addition, the leading digit cannot be zero.
\n" ); document.write( "----
\n" ); document.write( "Pattern: ------- where lead digit is not zero
\n" ); document.write( "Total number: 9*10^6 = 9 million with repeates
\n" ); document.write( "Total number with no repeats: 9*9*8*7*6*5*4 = 544320
\n" ); document.write( "---
\n" ); document.write( "P(1 or more repeated digits) = 1 - (544320]/9000000) = 0.9395
\n" ); document.write( "==============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );