How many odd numbers are there between 3000 and 7000

  • Thread starter Omid
  • Start date
  • Tags
    Numbers
In summary, the conversation was about finding the number of odd numbers between 3000 and 7000 with distinct digits. Different methods were discussed, including using permutations and brute force. The correct answer is 1008, which was confirmed by checking all possible numbers between 3000 and 7000. A mistake was found in the book's solution.
  • #1
Omid
182
0
How many odd numbers are there between 3000 and 7000, NO REPEAT?
My answer is 1232 which is wrong according to the solutions manual.
 
Physics news on Phys.org
  • #2
What do you mean no repeat? No repeated digits?
 
  • #3
Yes,otherwise the answer would have been very easy to give...


Daniel.
 
  • #4
(might be good if he posted what he did so I can know what not to repeat)

Consider the case 3000-3999. Any number fitting the scheme above will be expressed as (3)(0, 1, 2, 4, 5, 6, 7, 8, 9)(0, 2, 4, 5, 6, 7, 8, 9)(7, 9) where I assumed 1 was the hundreds digit and 5 was the tens digit (so 1 was deleted from the selection of possible tens digits and 1 and 5 were deleted from the selection of unit and tens). Multiply the number above by 2 for the assumptions made about the units digit and by 1 for the assumptions made about the units digit to get the answer for that range 3000-3999. This should be the same answer for 5000-5999 (I get 288), and a similar method can be used to find the case for 4000-4999.

In case you're wondering about the pretty arbitrary way I wrote that, multiply the number of numbers inside each parenthesis to get the total number of permutations, and then multiply again by the number of choices I said I deleted for the units and tens digits.

I hope this made sense: I'm a little stumped how to explain it. Edit: I get a solution that's about 200 lower than what you listed.
 
Last edited by a moderator:
  • #5
Omid said:
How many odd numbers are there between 3000 and 7000, NO REPEAT?
My answer is 1232 which is wrong according to the solutions manual.

For the moment, consider ALL 4 digit numbers, even those with 0 in the Thousand's position.
A number is odd if the One's digit is odd. Therefore, 5 possibilities exist for the One's digit {1, 3, 5, 7, 9}. The Ten's digit cannot repeat the One's, and thus 9 possibilities exist for it. The Hundred's digit cannot repeat either of the previous two, yielding 8 more choices. Finally, by the same logic, 7 choices remain for the Thousand's digit. Under these conditions, a total of (5x9x8x7) unique numbers would exist IF ALL 4 digit numbers were valid. However, we wish to consider only those with Thousand's digit {3, 4, 5, 6}. Thus, we include only (4/10) of the previous value, given by {5x9x8x7x4/10).

{Valid Permutations Between 3000 & 7000} = 1008


~~
 
Last edited:
  • #6
1008?

xanthym said:
{Valid Permutations Between 3000 & 7000} = 1008


~~
Your solution looks eager and completely new to me. But the answer in the book is this:
4 X 8 X 7 X 5 = 1120.
First let me clear it up:
How many odd numbers with distinc digits are there between 3000 and 7000?
Distinc means a number like 3011 is not valid because 1 is used two times.
Are you still sure of your answer?

Thanks
 
  • #7
Lack of enough IQ :D

vsage said:
(might be good if he posted what he did so I can know what not to repeat)

Consider the case 3000-3999. Any number fitting the scheme above will be expressed as (3)(0, 1, 2, 4, 5, 6, 7, 8, 9)(0, 2, 4, 5, 6, 7, 8, 9)(7, 9) where I assumed 1 was the hundreds digit and 5 was the tens digit (so 1 was deleted from the selection of possible tens digits and 1 and 5 were deleted from the selection of unit and tens). Multiply the number above by 2 for the assumptions made about the units digit and by 1 for the assumptions made about the units digit to get the answer for that range 3000-3999. This should be the same answer for 5000-5999 (I get 288), and a similar method can be used to find the case for 4000-4999.

In case you're wondering about the pretty arbitrary way I wrote that, multiply the number of numbers inside each parenthesis to get the total number of permutations, and then multiply again by the number of choices I said I deleted for the units and tens digits.

I hope this made sense: I'm a little stumped how to explain it. Edit: I get a solution that's about 200 lower than what you listed.


Sorry but I don't get it :cry:
 
  • #8
(3 4 5 6) (0 1 2 3 4 5 6 7 8 9) (0 1 2 3 4 5 6 7 8 9) (1 3 5 7 9)

Within parenthesis are the individual digits of this 4 digit number.
For each digit in the first parenthesis, there are 8 ways of choosing the second digit (why? because you don't want to repeat the first or last digit)
Now, number of ways to choose the 3rd digit is 7 ( because you don't want to repeat first, last or the socond digit). Since there are 4 ways to choose the first digit and 4 ways to choose the last digit the permutation is
4 X 8 X 7 X 4.

Your book answer seems to have put 5 in the place of 4 in my equation. I don't know why they did it. or if I am missing some thing.
 
Last edited:
  • #9
I am finding a mistake in my solution. Mistake is in the number of ways to choose the first and last digits.

If the first digit is 3 last digit could be one of (1 5 7 9) = 4 possibilities
If the first digit is 4 last digit could be one of (1 3 5 7 9) = 5
If the first digit is 5 last digit could be one of (1 3 7 9) = 4
If the first digit is 6 last digit could be one of (1 3 5 7 9) = 5

Altogather we have 18 ways to choose the first and last digit.

So according to my understanding, answer is 18 X 8 X 7 = 1008
 
  • #10
I see that this is same answer as xanthym's solution.
 
  • #11
1008 is the correct answer for all odd integers between 3000 and 7000 whose 1s,10s,100s,and 1000s digits are never equal. This I checked by brute force, not mathematics.
 
  • #12
The book is wrong then.
Thank you very much.
 
  • #13
Healey01 said:
This I checked by brute force, not mathematics.

Sorry but, what do you mean "by brute force"?
 

1. How do you determine the number of odd numbers between 3000 and 7000?

To determine the number of odd numbers between 3000 and 7000, we can use the formula (last number - first number) / 2. In this case, it would be (7000 - 3000) / 2 = 2000.

2. Can you provide a list of all the odd numbers between 3000 and 7000?

Yes, the list of odd numbers between 3000 and 7000 is: 3001, 3003, 3005, 3007, 3009, 3011, 3013, 3015, 3017, 3019, 3021, 3023, 3025, 3027, 3029, 3031, 3033, 3035, 3037, 3039, 3041, 3043, 3045, 3047, 3049, 3051, 3053, 3055, 3057, 3059, 3061, 3063, 3065, 3067, 3069, 3071, 3073, 3075, 3077, 3079, 3081, 3083, 3085, 3087, 3089, 3091, 3093, 3095, 3097, 3099, 3101, 3103, 3105, 3107, 3109, 3111, 3113, 3115, 3117, 3119, 3121, 3123, 3125, 3127, 3129, 3131, 3133, 3135, 3137, 3139, 3141, 3143, 3145, 3147, 3149, 3151, 3153, 3155, 3157, 3159, 3161, 3163, 3165, 3167, 3169, 3171, 3173, 3175, 3177, 3179, 3181, 3183, 3185, 3187, 3189, 3191, 3193, 3195, 3197, 3199, 3201, 3203, 3205, 3207, 3209, 3211, 3213, 3215, 3217, 3219, 3221, 3223, 3225, 3227, 3229, 3231, 3233, 3235, 3237, 3239, 3241, 3243, 3245, 3247, 3249, 3251, 3253, 3255, 3257, 3259, 3261, 3263, 3265, 3267, 3269, 3271, 3273, 3275, 3277, 3279, 3281, 3283, 3285, 3287, 3289, 3291, 3293, 3295, 3297, 3299, 3301, 3303, 3305, 3307, 3309, 3311, 3313, 3315, 3317, 3319, 3321, 3323, 3325, 3327, 3329, 3331, 3333, 3335, 3337, 3339, 3341, 3343, 3345, 3347, 3349, 3351, 3353, 3355, 3357, 3359, 3361, 3363, 3365, 3367, 3369, 3371, 3373, 3375, 3377, 3379, 3381, 3383, 3385, 3387, 3389, 3391, 3393, 3395, 3397, 3399, 3401, 3403, 3405, 3407, 3409, 3411, 3413, 3415, 3417, 3419, 3421, 3423, 3425, 3427, 3429, 3431, 3433,

Similar threads

  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
175
Replies
4
Views
2K
  • General Math
Replies
17
Views
533
  • Introductory Physics Homework Help
Replies
9
Views
3K
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
10
Views
3K
  • Introductory Physics Homework Help
2
Replies
41
Views
4K
  • Set Theory, Logic, Probability, Statistics
2
Replies
64
Views
3K
  • Introductory Physics Homework Help
Replies
10
Views
675
Back
Top