document.write( "Question 40314: how many different 4 digit PINs can be created using the numbers 2, 3, 0, 6, 7, and 8 with repitition.
\n" ); document.write( "i know with repitition it would be 6 x 6 x 6 x 6 = 1296
\n" ); document.write( "HOWEVER for a pin number like 2222 rearranging the numbers is useless because you don't get a new number. This is the same for a number like 2223, or 2233 <- rearranging is pointless.
\n" ); document.write( "So, please help me fiigure out how to apply these restrictions with all the numbers
\n" ); document.write( "

Algebra.Com's Answer #25732 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
You are saying with repition in your question ....
\n" ); document.write( "that would be: 6 * 6 * 6 * 6 = 1296
\n" ); document.write( "If with limitations of different numbers ....
\n" ); document.write( "6 * 5 * 4 * 3 = 360
\n" ); document.write( "
\n" );