Question
How many seven-digit numbers less than 1,048,000 can be made using the digits 0,1,4,6,7,8, and 9? Make a list of possible ways to represent your seven-digit numbers.
Answers
The constraints are:
1. the number has to have 7 digits (i.e. the first digit cannot be zero)
2. the resulting number cannot be more than 104800.
Starting from the left-most digit, ask yourself which digits will fit the constraints.
Continue this way for the remaining digits. If there is more than one choice, make a list of each possibility, and work on each separately.
1. the number has to have 7 digits (i.e. the first digit cannot be zero)
2. the resulting number cannot be more than 104800.
Starting from the left-most digit, ask yourself which digits will fit the constraints.
Continue this way for the remaining digits. If there is more than one choice, make a list of each possibility, and work on each separately.
2x9x9x9x9x9x9
Related Questions
From the digits 1, 2, 3, and 4, how many positive integers are less than 100,000? Consider the possi...
given the digits 0,1,2,3,4,5,6, and 7 find the number of possibilities in each category four digit n...
How many phone numbers can be made if all the digits (that is, 10 digits) need to be filled in and a...