edited by
600 views
0 votes
0 votes
Q: how many no can be formed using 1,2,3,4,5,6,7,8,9 digits and without repeating the digits?

Conditions are:1) it should be 4 digit no.

                     2) no should be odd

                    3) 9 should be used exactly once

Please expain
edited by

3 Answers

1 votes
1 votes

Numbers ={1,2,3,4,5,6,7,8,9}

4 digits _ _ _ _

(A)With Repetition

 

Case(1)unit place digit is 9.

 

According to 3rd condition 9 should be used exactly once.If we choose 9 for unit place then Number of choices for remaining places=8 each  

Therefore no.of 4 digit numbers that can be formed= 1*8*8*8=512

 

Case(2) Unit place filled with 1,3,5,7 

 

According to second condition number Should be odd.So,there are 5(1,3,5,7) choices for unit place.

 

Now for digit 9 there are 3 choices (2nd place or 3rd place or 4th place).and for remaining two Number of choice=8 

 

Therefore no.of 4 digit numbers that can be formed

= 4*1*8*8 + 4*8*1*8 +4*8*8*1=768

 

Total 4 digit  number that can be formed with repetition= 512 +768 =1280

(B)Without Repetition

Case(1)when unit place digit is 9

Number of Choice for unit Place =1

Number of Choice for 2nd Place =8

Number of Choice for 3rd Place =7

Number of Choice for 4th Place =6

Therefore no.of 4 digit numbers that can be formed= 1*8*7*6=336

Case(2)When Unit Place filled with 1,3,5,7.

Number of Choices for unit Place =4

Here 9 can come at 2nd or 3rd or 4th place.

 

Therefore no.of 4 digit numbers that can be formed

= 4*8*7*6=1344

 

Total 4 digit number that can be formed without repetition= 336 +1344 =1680

 
edited by
0 votes
0 votes

From condition 3, it is clear that digits in the 4 digit number can be repeated except digit 9.

Now, 4 digit no should be odd, so unit digit can be among 1, 3, 5, 7, 9.

case 1- If 9 is at unit place.

     4 digit no = 8 * 8 * 8 * 1 = 512.

case 2 - If 9 is not at unit place, then unit place digit should be among 1, 3, 5, 7. And 9 must be there at tens place or at hundreds place or at thousands place.  

     4 digit no = 3 * 8 * 8 * 4 = 768

So Total 4 digit no. = 512 + 768 

                             = 1280 .(Ans)

0 votes
0 votes

Number should be in between 1,3,5,7,9

where 9 is possible exactly once.

Now for 4 digit number can choose 9   8C1  8C1  4C1 =8⨉8⨉4 ways =256 ways

9 in 2nd position "       "         "       8C1  9 8C1  4C1   = 256 ways

9 in 3rd position  "       "        "       8C1  8C1 9   4C1 =256 ways

9 in 4th position "        "         "      8C1   8C1  8C1  9  =512 ways

So, total numbers 256+256+256+512=1280

  

Related questions

2 votes
2 votes
1 answer
1
set2018 asked Nov 7, 2017
1,357 views
if no 3 diagonal of a convex decagon meet at the same point inside the decagon ,into how many line segments are the diagonal divided by their intersection?
1 votes
1 votes
2 answers
2
Pooja Khatri asked May 16, 2019
644 views
How many 4 letter combinations can be made with the help of letters of the word STATISTICS?
2 votes
2 votes
1 answer
3
Dhanraj vishwakarma asked Jul 16, 2017
1,678 views
1. In how many ways can 4 letters be selected from the word "MADE EASY"? (A) 36 (b) 28 (c) 27 (d) 20 2. How many arrangement can be made by taking 4 letters from this wor...
2 votes
2 votes
4 answers
4
jaydip74 asked Jul 22, 2023
492 views
In how many ways can 3 non-negative integers be chosen such that a + b + c = 10 where a >= -1 , b >= -5 and c >= 3 ? 3666105None