answersLogoWhite

0


Best Answer

Using the combination C(4,3) I got the answer 24. Its either a combination or a permutation.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many 3 digit numbers can you make using the digits 1 3 5 and 7 by using the digits more than once?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many 1 digit numbers can make with 123 digits?

With 123 digits you can make 123 one-digit numbers.


How many two digit numbers can you make using the digits 1 2 and 3?

9


How many 3 digit numbers can be made using the digits 3 4 5 and 6 if the digits can repeated?

You can make 4*4*4 = 64 numbers.


How many different numbers can you make with the digits 1 2 3 and 4 using each digit only once?

If you want 4-digit numbers, there are 24 of them.


How many six digit numbers can you make using the digits 245690?

600 of them.600 of them.600 of them.600 of them.


How many four digit numbers can you make using the digits 2410?

3*3*2*1 = 18 of them.


How many 4 digit numbers can you make using 1234 without repeating any of the same digits?

24


How many different 2-digit numbers can you make by using the digits 1 3 and 5?

6 2-digit numbers (13/15/35/53/51/31)


How many 3 digit numbers can you make using 1 2 6?

Six, if you don't repeat any digits.


What are the 4 digit numbers you can make using the digits 1 9 8 3?

1983 derp derp derp


How many three digit numbers can be formed using the digits 873 and 6 without repetition?

I take it that you want to make three digits numbers with 8,7,3, and 6 without repetition. The first digit cane be selected from among 4 digits, the second from 3 digits, the third digit from 2, hence the number of three digit numbers that can be formed without repetition is 4 x 3 x 2 = 24


How many numbers can you make from 650271 without repeating a digit?

1,956 different numbers can be made from 6 digits. You can calculate this by using the permutation function in a summation function, like this: Σ6k=1 6Pk = 6P1+6P2+...+6P5+6P6 What this does is calculate how many 1 digit numbers you can make from 6 digits, then how many 2 digit numbers can be made from 6 digits and adds the amounts together, then calculates how many 3 digit numbers can be made and adds that on as well etc.