Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
1247
2
avatar+64 

How many 4-digit numbers have no repeating digits?

 Oct 16, 2016

Best Answer 

 #1
avatar+118703 
+10

How many 4-digit numbers have no repeating digits?

 

If no zeros

9C4*4!

nCr(9,4)*4! = 3024

 

 

If there is a zero (zero cannot be the first digit)

9C3*3*3!

nCr(9,3)*3*3! = 1512

 

3014+1512 = 4526

 Oct 16, 2016
 #1
avatar+118703 
+10
Best Answer

How many 4-digit numbers have no repeating digits?

 

If no zeros

9C4*4!

nCr(9,4)*4! = 3024

 

 

If there is a zero (zero cannot be the first digit)

9C3*3*3!

nCr(9,3)*3*3! = 1512

 

3014+1512 = 4526

Melody Oct 16, 2016
 #2
avatar+26396 
0

How many 4-digit numbers have no repeating digits?

 

1.  {0,1,2,3,4,5,6,7,8,9}4-digit numbers:(104)4!=10!6!=78910=5040

2.  {1,2,3,4,5,6,7,8,9}3-digit numbers:(93)3!=9!6!=789=504

 

5040504zero cannot be the first digit=4536

 

laugh

 Oct 17, 2016

1 Online Users