Jump to content
Urch Forums

4digits28thmm


nuthan

Recommended Posts

A 4-digits number is consists the numbers selected from 0 to 9 (the numbers should can be used repeatedly, not sure). The number is greater than 1000; the hundreds digit is 0 or 1 and when is 0, the tens' digit cannot be 0. How many such numbers are possible?

 

 

9*2*9*10

 

Link to comment
Share on other sites

  • 5 months later...

IMO,

 

For the thousands number the choice set is {1-9} = 9choices

For Hundreds digit:{0-1} = 2 choices

For Tenths digit :{1-9 or 0 -9} based on Hundreds Digit = 9 or 10 choices

For Units digit:{0-9} = 10 choices.

 

Here We can deduce Case 1 and Case 2 and add them.

Case 1: When Hundreds Digit = 0.

So we have,

9*1*9*10

Case 2: When Hundreds Digit = 1

So we have,

9*1*10*10

 

Adding both we get ,

9*1*9*10 + 9*1*10*10 = 9*10(9+10)=90*19 = 1710

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...