document.write( "Question 1028854: how many 7 digit phone numbers are possible if consecutive digits must be different?\r
\n" ); document.write( "\n" ); document.write( "is the probability equation of nPr=n!/(n-r)! correct? please help
\n" ); document.write( "

Algebra.Com's Answer #643933 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
10 choices for the first digit, and each successive digit has nine possibilities (e.g. if the first digit is 5, then there are 9 choices for the second digit (0-9 except 5)).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "# numbers = 10*9^6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The equation for permutations nPr has nothing to do with it.
\n" ); document.write( "
\n" );