Last visit was: 20 Nov 2025, 01:00 It is currently 20 Nov 2025, 01:00
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,408
Own Kudos:
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,408
Kudos: 778,423
 [13]
1
Kudos
Add Kudos
12
Bookmarks
Bookmark this Post
User avatar
nick1816
User avatar
Retired Moderator
Joined: 19 Oct 2018
Last visit: 06 Nov 2025
Posts: 1,849
Own Kudos:
Given Kudos: 707
Location: India
Posts: 1,849
Kudos: 8,239
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
TestPrepUnlimited
Joined: 17 Sep 2014
Last visit: 30 Jun 2022
Posts: 1,224
Own Kudos:
Given Kudos: 6
Location: United States
GMAT 1: 780 Q51 V45
GRE 1: Q170 V167
Expert
Expert reply
GMAT 1: 780 Q51 V45
GRE 1: Q170 V167
Posts: 1,224
Kudos: 1,111
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
TarunKumar1234
Joined: 14 Jul 2020
Last visit: 28 Feb 2024
Posts: 1,107
Own Kudos:
Given Kudos: 351
Location: India
Posts: 1,107
Kudos: 1,348
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We have to get even 3 digit number, having all digits different.

Case1: when we have zero at last place.
_,_,0 then 9C1*8C1 = 72 ways

Case2: when we have 2,4,6 or 8 at last place.
_,_,2 or 4 or 6 or 8 then 8C1*8C1*4C1 = 256 ways

So, Total = 72+ 256 = 328. So, I think D. :)
avatar
abhinavsodha800
Joined: 29 Jan 2017
Last visit: 28 Feb 2022
Posts: 46
Own Kudos:
Given Kudos: 27
Posts: 46
Kudos: 9
Kudos
Add Kudos
Bookmarks
Bookmark this Post
nick1816
Case 1- When the unit digit is 2,4,6 or 8.

Total possible numbers = 8*8*4=256

Case 2- When unit digit is 0

Total possible numbers = 9*8*1= 72




Number of three-digit positive integers with different digits are even = 256+72=328


Bunuel
How many three-digit positive integers with different digits are even?

A. 100
B. 320
C. 324
D. 328
E. 405


Consider all positive integers with three different digits. (Note that zero cannot be the first digit.) Find the number of them which are: (a) greater than 700; (b) odd; (c) divisible by 5

Hi Nick,
How can it be 8 * 8 ? r u considering the repated digits ? question says three digit number with different digits . i didn't get why it 8 * 8 *4
avatar
abhinavsodha800
Joined: 29 Jan 2017
Last visit: 28 Feb 2022
Posts: 46
Own Kudos:
Given Kudos: 27
Posts: 46
Kudos: 9
Kudos
Add Kudos
Bookmarks
Bookmark this Post
TestPrepUnlimited
Bunuel
How many three-digit positive integers with different digits are even?

A. 100
B. 320
C. 324
D. 328
E. 405


We may use a slot method for this question, create three blanks and we start with the last slot as the units digit must be 0, 2, 4, 6, or 8.

__ * __ * 5

Since we used up one digit for the unit digit, we have only 9 to choose from for the tenths place:

__ * 9 * 5

Similarly, the hundreds place has only 8 options left:

8 * 9 * 5 = 72*5 = 360.

However, we included two-digit numbers among those 360 numbers. We would like to remove all digits that start with 0. Again using the slot method, the hundreds digit must be 0, the units digit must be one of 2, 4, 6, or 8, and then the tenths digit would have 8 options. Thus remove 1 * 8 * 4 = 32 options.

360 - 24 = 328

Ans: D

Since you wrote 8 * 9 * 5 it means you must have assumed that zero cannot be at the first place then why are you saying that in above combination we included two digits number also ?
avatar
TarunKumar1234
Joined: 14 Jul 2020
Last visit: 28 Feb 2024
Posts: 1,107
Own Kudos:
Given Kudos: 351
Location: India
Posts: 1,107
Kudos: 1,348
Kudos
Add Kudos
Bookmarks
Bookmark this Post
abhinavsodha800
nick1816
Case 1- When the unit digit is 2,4,6 or 8.

Total possible numbers = 8*8*4=256

Case 2- When unit digit is 0

Total possible numbers = 9*8*1= 72




Number of three-digit positive integers with different digits are even = 256+72=328


Bunuel
How many three-digit positive integers with different digits are even?

A. 100
B. 320
C. 324
D. 328
E. 405


Consider all positive integers with three different digits. (Note that zero cannot be the first digit.) Find the number of them which are: (a) greater than 700; (b) odd; (c) divisible by 5

Hi Nick,
How can it be 8 * 8 ? r u considering the repated digits ? question says three digit number with different digits . i didn't get why it 8 * 8 *4

Let me try to explain.

for last place, we have 2,4 ,6 and 8. So, we can select in 4C1 ways. Now, you left with 9 digits.
for 1st place, we can't have Zero, so, we have 8 digits to use in 8C1 ways. Now you left with 8 digits
for 2nd place, we select anyone out of 8 digits in 8C1 ways.

So, we have 8C1*8C1*4C1.
avatar
abhinavsodha800
Joined: 29 Jan 2017
Last visit: 28 Feb 2022
Posts: 46
Own Kudos:
Given Kudos: 27
Posts: 46
Kudos: 9
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Tarun,
i have one more doubt. why can't we consider 0,2,4,6,8 in one go instead of considering two cases ?
if I choose out of 0,2,4,6,8 then i will have 5 ways for unit digit and 8 ways for tens and 8 ways for hundered digit then my answer is coming as 320 whats wrong in this approach
User avatar
unraveled
Joined: 07 Mar 2019
Last visit: 10 Apr 2025
Posts: 2,720
Own Kudos:
2,259
 [1]
Given Kudos: 763
Location: India
WE:Sales (Energy)
Posts: 2,720
Kudos: 2,259
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
abhinavsodha800
Hi Tarun,
i have one more doubt. why can't we consider 0,2,4,6,8 in one go instead of considering two cases ?
if I choose out of 0,2,4,6,8 then i will have 5 ways for unit digit and 8 ways for tens and 8 ways for hundered digit then my answer is coming as 320 whats wrong in this approach
Abhinav..
You can't do that because you are considering than 0 to be a likely candidate for hundreds place which is then wrong(what's why B is the most answered choice after D).
If you do so then consider this:
Take 0 as units place then all possible cases for hundreds place are 1, 2, 3... 9 except 0, hence 9 possibilities.
Take any of 2, 4, 6, 8 at units place then all possible cases for hundreds place are 1, 3, 4, 5, 6, 7, 8, 9(when 2 is at units place) and so on, hence 8 possibilities.

Do note that whenever such digits and number problems are there, 0 has to be given special attention - hundreds place if 3-digit number and thousands place if 4-digit number.
User avatar
rsrighosh
Joined: 13 Jun 2019
Last visit: 11 Dec 2022
Posts: 188
Own Kudos:
Given Kudos: 645
GMAT 1: 490 Q42 V17
GMAT 2: 550 Q39 V27
GMAT 3: 630 Q49 V27
GMAT 3: 630 Q49 V27
Posts: 188
Kudos: 132
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel VeritasKarishma chetan2u

I did understand Case 1 where unit digit is 0:- that's why I am having 9*8*1 = 72

But I am getting 2 answers for Case 2 which is confusing me. Can anybody help.

Case 2.1
Unit Digit:- 2,4,6,8 => 4 (Let's say we choose 8)
Tens Digit:- 0,1,2,3,4,5,6,7,9 => 9 (Let's say we choose 7)
Hundreds Digit:- 1,2,3,4,5,6,9 => 7

Hence 4*9*7 = 252

Case 2.2
Unit Digit:- 2,4,6,8 => 4 (Let's say we choose 8)
Hundreds Digit:- 1,2,3,4,5,6,7,9 => 8 (Lets say we choose 7)
Tens Digit:- 0,1,2,3,4,5,6,9 => 8

Hence 8*8*4 = 256

So i I simply change the sequence of choosing, I am getting two different answers.

I know obviously I am making a mistake which I am unable to understand. Can anyone please help me out?
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 15 Nov 2025
Posts: 11,238
Own Kudos:
43,707
 [1]
Given Kudos: 335
Status:Math and DI Expert
Location: India
Concentration: Human Resources, General Management
GMAT Focus 1: 735 Q90 V89 DI81
Products:
Expert
Expert reply
GMAT Focus 1: 735 Q90 V89 DI81
Posts: 11,238
Kudos: 43,707
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
rsrighosh
Bunuel VeritasKarishma chetan2u

I did understand Case 1 where unit digit is 0:- that's why I am having 9*8*1 = 72

But I am getting 2 answers for Case 2 which is confusing me. Can anybody help.

Case 2.1
Unit Digit:- 2,4,6,8 => 4 (Let's say we choose 8)
Tens Digit:- 0,1,2,3,4,5,6,7,9 => 9 (Let's say we choose 7)
Hundreds Digit:- 1,2,3,4,5,6,9 => 7

Hence 4*9*7 = 252

Case 2.2
Unit Digit:- 2,4,6,8 => 4 (Let's say we choose 8)
Hundreds Digit:- 1,2,3,4,5,6,7,9 => 8 (Lets say we choose 7)
Tens Digit:- 0,1,2,3,4,5,6,9 => 8

Hence 8*8*4 = 256

So i I simply change the sequence of choosing, I am getting two different answers.

I know obviously I am making a mistake which I am unable to understand. Can anyone please help me out?


Of course, the correct way is to fill up the places of restrictions first, so case 2.2 is correct => 8*8*4

What is going wrong in 2.1?
What happens when the tens digit is 0, the hundreds digit can be any 8(not just 7)
So within case 2.1, we have
4*8*7....when tens digit is anything other than 0
4*1*8....when tens digit is 0.

Total
4*8*7+4*1*8=4*8*(1+7)=4*8*8
User avatar
rsrighosh
Joined: 13 Jun 2019
Last visit: 11 Dec 2022
Posts: 188
Own Kudos:
Given Kudos: 645
GMAT 1: 490 Q42 V17
GMAT 2: 550 Q39 V27
GMAT 3: 630 Q49 V27
GMAT 3: 630 Q49 V27
Posts: 188
Kudos: 132
Kudos
Add Kudos
Bookmarks
Bookmark this Post
chetan2u

I never could have realised there are a subcases in 2.2 :dazed :oops:

Thanks for the tip. Always fill up restrictions first.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,592
Own Kudos:
Posts: 38,592
Kudos: 1,079
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderators:
Math Expert
105408 posts
Tuck School Moderator
805 posts