Last visit was: 24 Apr 2026, 14:43 It is currently 24 Apr 2026, 14:43
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: 24 Apr 2026
Posts: 109,818
Own Kudos:
811,068
 [4]
Given Kudos: 105,873
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,818
Kudos: 811,068
 [4]
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
User avatar
AntrikshR
Joined: 26 Jan 2019
Last visit: 22 Jan 2026
Posts: 123
Own Kudos:
Given Kudos: 333
Location: India
Concentration: Finance, Technology
GMAT 1: 590 Q47 V24
GMAT 2: 670 Q49 V33
GRE 1: Q169 V151
GMAT 2: 670 Q49 V33
GRE 1: Q169 V151
Posts: 123
Kudos: 210
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Fighter1095
Joined: 20 Mar 2017
Last visit: 08 May 2024
Posts: 132
Own Kudos:
Given Kudos: 225
Location: India
GRE 1: Q167 V162
GPA: 3.5
Products:
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
IanStewart
User avatar
GMAT Tutor
Joined: 24 Jun 2008
Last visit: 24 Apr 2026
Posts: 4,143
Own Kudos:
Given Kudos: 99
Expert
Expert reply
Posts: 4,143
Kudos: 11,278
Kudos
Add Kudos
Bookmarks
Bookmark this Post
There are 5^3 different selections (in order) that can be made. Of those selections, exactly four of them produce a sum of 14 or 15: 555, 455, 545, 554. So the answer is 4/5^3 = 4/125.
User avatar
MathRevolution
User avatar
Math Revolution GMAT Instructor
Joined: 16 Aug 2015
Last visit: 27 Sep 2022
Posts: 10,063
Own Kudos:
20,001
 [1]
Given Kudos: 4
GMAT 1: 760 Q51 V42
GPA: 3.82
Expert
Expert reply
GMAT 1: 760 Q51 V42
Posts: 10,063
Kudos: 20,001
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Total numbers: 5

Probability of each card: \(\frac{1}{5}\)

For sum of 15, all cards have to be '5' in three rounds. Hence, \(\frac{1 }{ 5} * \frac{1}{5} * \frac{1}{5}\) = \(\frac{1}{125}\)

For a sum of 14, two cards have to be '5' and one card has to be '4' in the overall three rounds. Hence, \(\frac{1 }{ 5} * \frac{1}{5} * \frac{1}{5}\) = \(\frac{1}{125}\). But these three cards can have \(\frac{3! }{ 2!}\) arrangement = 3 ways. Therefore, 3 * \(\frac{1}{125}\) = \(\frac{3 }{125}\)

Overall for 14 or 15: \(\frac{3 }{ 125}\) + \(\frac{1 }{ 125}\) = \(\frac{4 }{ 125}\)

Answer C
User avatar
flippedeclipse
Joined: 26 Apr 2025
Last visit: 24 Apr 2026
Posts: 105
Own Kudos:
Given Kudos: 37
GMAT Focus 1: 655 Q80 V87 DI80
Products:
GMAT Focus 1: 655 Q80 V87 DI80
Posts: 105
Kudos: 73
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
The integers 1 through 5 are written on each of five cards. The cards are shuffled and one card is drawn at random. That card is then replaced, the cards are shuffled again and another card is drawn at random. This procedure is repeated one more time (for a total of three times). What is the probability that the sum of the numbers on the three cards drawn was 14 or 15?

A. 1/125

B. 2/125

C. 4/125

D. 1/25

E. 2/25

There are two possible outcomes that work: (5,5,4) and (5,5,5). Order matters here, and there is replacement.

Calculating the (5,5,4) outcome first:

\(\frac{1}{5}*\frac{1}{5}*\frac{1}{5}=\frac{1}{125}\)

There are \(\frac{3!}{2!}=3\) ways to arrange the (5,5,4) arrangement, so we can multiply the above by 3 to get \(\frac{3}{125}\).

For the (5,5,5) arrangement, it results in \(\frac{1}{5}*\frac{1}{5}*\frac{1}{5}=\frac{1}{125}\), and there is only one way to arrange this.

Since these are mutually exclusive outcomes, we add these probabilities together.

\( \frac{1}{125}+\frac{3}{125}=\frac{4}{125} \)
User avatar
luisdicampo
Joined: 10 Feb 2025
Last visit: 19 Apr 2026
Posts: 480
Own Kudos:
Given Kudos: 328
Products:
Posts: 480
Kudos: 74
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Deconstructing the Question
We draw a card from {1,2,3,4,5} three times with replacement.
So outcomes are ordered triples (because the 1st/2nd/3rd draw matter).
We want \(P(\text{sum}=14 \text{ or } 15)\).

Step-by-step
Total outcomes:
Each draw has 5 possibilities, and draws are independent:
\(5^3 = 125\)

Sum = 15:
The maximum possible sum is \(5+5+5=15\), so only:
\((5,5,5)\)
That is 1 outcome.

Sum = 14:
To get 14 (one less than 15), we must have two 5s and one 4:
\(5+5+4=14\)
The 4 can be in any of the 3 positions, giving 3 outcomes:
\((4,5,5), (5,4,5), (5,5,4)\)

Favorable outcomes:
\(1 + 3 = 4\)

So,
\(P=\frac{4}{125}\)

Answer: (C) 4/125
Moderators:
Math Expert
109818 posts
Tuck School Moderator
853 posts