Last visit was: 19 Nov 2025, 17:24 It is currently 19 Nov 2025, 17:24
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
IIIJOHNNYSIII
Joined: 10 Aug 2023
Last visit: 13 Nov 2025
Posts: 85
Own Kudos:
53
 [1]
Given Kudos: 15
Location: India
Posts: 85
Kudos: 53
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Prathu1221
Joined: 19 Jun 2025
Last visit: 20 Jul 2025
Posts: 62
Own Kudos:
40
 [1]
Given Kudos: 1
Posts: 62
Kudos: 40
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
SaanjK26
Joined: 08 Oct 2022
Last visit: 18 Nov 2025
Posts: 77
Own Kudos:
63
 [1]
Given Kudos: 69
Location: India
Posts: 77
Kudos: 63
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Suyash1331
Joined: 01 Jul 2023
Last visit: 20 Oct 2025
Posts: 118
Own Kudos:
61
 [1]
Given Kudos: 22
Location: India
GMAT Focus 1: 575 Q65 V70 DI70
GMAT 1: 250 Q20 V34
GPA: 7
Products:
GMAT Focus 1: 575 Q65 V70 DI70
GMAT 1: 250 Q20 V34
Posts: 118
Kudos: 61
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
let money on Monday be = x

so on tuesday, money in account will be: (1+m/100)x

on wednesday, money in account will be: (1-n/100)(1+m/100)x

which is equal to x/2.

(1-n/100)(1+m/100)x = x/2

on solving the equation we get, option A as the correct answer.
User avatar
vnandan2001
Joined: 22 Apr 2025
Last visit: 05 Nov 2025
Posts: 25
Own Kudos:
20
 [1]
Given Kudos: 8
Posts: 25
Kudos: 20
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let Monday = 100 (a smart, simple choice)
  • Tuesday: Increased by m%, so it becomes ->
    100+m100 + m100+m
  • Wednesday: Withdraw n% of Tuesday’s amount ->
    Left with:(100+m) * (1− (n /100))
But we know this equals 50 (i.e., half of 100):
(100+m)*(1−(n/100)) = 50
Now isolate n:
1− n/100 = 50 / (100+m)
=>
n/100 = 1− (50 / (100+m))
=> (100+m−50)/(100+m) => (50+m) / (100+m)

So:
n= 100 * (50+m)/(100+mn)
(A)

Bunuel
On Monday, Elena had a certain amount of money in her savings account. On Tuesday, she increased that amount by m percent. On Wednesday, she withdrew n percent of her Tuesday's closing balance, leaving her with exactly 50 percent of what she had on Monday. What is the value of n in terms of m?

A. \(\frac{100(m + 50)}{m + 100}\)

B. \( \frac{100(m - 50)}{m + 100}\)

C. \( \frac{100(m + 50)}{100 - m}\)

D. \( \frac{100m}{m + 100}\)

E. \( \frac{100(50 - m)}{m - 100}\)


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
Rahilgaur
Joined: 24 Jun 2024
Last visit: 19 Nov 2025
Posts: 104
Own Kudos:
74
 [1]
Given Kudos: 45
GMAT Focus 1: 575 Q81 V82 DI72
Products:
GMAT Focus 1: 575 Q81 V82 DI72
Posts: 104
Kudos: 74
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
On Monday, Elena had a certain amount of money in her savings account. On Tuesday, she increased that amount by m percent. On Wednesday, she withdrew n percent of her Tuesday's closing balance, leaving her with exactly 50 percent of what she had on Monday. What is the value of n in terms of m?

A. \(\frac{100(m + 50)}{m + 100}\)

B. \( \frac{100(m - 50)}{m + 100}\)

C. \( \frac{100(m + 50)}{100 - m}\)

D. \( \frac{100m}{m + 100}\)

E. \( \frac{100(50 - m)}{m - 100}\)
Considering the Monday Amount be = 100.
On Tuesday the new amount will be = 100 + m*100/100= 100+m
On Wednesday, the withdrawal Amount = n/100*(100+m) = n[1+(m/100)]
Amount balance on Tuesday = 100+m - n[1+(m/100)] = 100*50/100
100+m- n[1+(m/100)] = 50
n[1+(m/100)]= m + 50
n= (m + 50 )/ [1+(m/100)] = 100(m+50)/[100+m] A
User avatar
Globethrotter
Joined: 12 Sep 2015
Last visit: 14 Nov 2025
Posts: 25
Own Kudos:
Given Kudos: 57
Posts: 25
Kudos: 18
Kudos
Add Kudos
Bookmarks
Bookmark this Post

On Monday, Elena had a certain amount of money in her savings account. On Tuesday, she increased that amount by m percent. On Wednesday, she withdrew n percent of her Tuesday's closing balance, leaving her with exactly 50 percent of what she had on Monday. What is the value of n in terms of m?

Let's start with a 100 on Monday.
m% increase and then n% decrease on Tue and Wed respectively.
Final amount left is 50 at end of Wed.

We can use the percentage increase formula to find the final increase/decrease as below:

100 + m - n - (mn/100) = 50

Simplifying:

100m - 100n - mn = -50 *100
=> 100m + 50*100 = mn + 100n
=> 100m + 50*100 = n(m+100)
=> 100(m + 50) = n (m +100)
=> n = 100(m+50) / (m +100)


Answer: B
User avatar
Manu1995
Joined: 30 Aug 2021
Last visit: 11 Nov 2025
Posts: 81
Own Kudos:
55
 [1]
Given Kudos: 18
Posts: 81
Kudos: 55
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let us assume initial amount on Monday be x units
Given
On Tuesday amount is increased by m%
I.e (x + m% of x) =x * \(((100+m)/100\))

On Wednesday n% of Tuesday's closing balance was withdrawn
I.e Amount withdrawn = n% of x * (\(\frac{(100+m)}{100}\))=(\(\frac{nx}{100}\)) * \((\frac{(100+m)}{100}\))
Remaining amount = x * \((\frac{(100+m)}{100}\)) - (\(\frac{nx}{100}\)) * \((\frac{(100+m)}{100}\)) = x\(\frac{(m+100)}{100}\) * (1-\(\frac{n}{100}\))

Final amount is 50% of Monday's (x) amount
\(\frac{x(m+100)}{100}\) (1-\(\frac{n}{100}\)) = x/2

On solving:
(1-\(\frac{n}{100}\)) = \(\frac{1}{2}\)\(\frac{100}{m+100}\)
==>\(\frac{n}{100}\) = 1 - \(\frac{50}{m+100}\)
==>n = \(\frac{100(m+50)}{m+100}\)

Option A correct
User avatar
Natansha
Joined: 13 Jun 2019
Last visit: 19 Nov 2025
Posts: 150
Own Kudos:
Given Kudos: 84
Posts: 150
Kudos: 29
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Used numbers to solve this.
Suppose on Monday she started with 100 & m= 5
Then on Tuesday, total amount becomes 105
After withdrawing n% of 105, she has 50% of Monday's amount left = 50. Hence she withdrew the remaining 50.

Hence n% of 105 = 50
n = 5000/105

Now putting m = 5 in options to find which gives this value of n.

(D) 100m/(m+100) = 5000/105 hence correct option is (D)

You can put m=5 in other options as well to check, only D gives the value of n.

Ans D
User avatar
AnujSingh0147
Joined: 17 Jun 2024
Last visit: 31 Oct 2025
Posts: 38
Own Kudos:
16
 [1]
Given Kudos: 126
Location: India
GPA: 6.5
Posts: 38
Kudos: 16
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
suppose she has x on Monday

Tuesday it increased by m% = x+(m/100)*x = (100+m)*x/100 ----- eq (1)
Wednesday she spend n% of the Tuesday balance = (100-n)*(100+m)*x/100*100 ----eq(2)

remaining balance = 50*x/100 ----eq(3)

As per the equation eq(2) and eq(3) are same
(100-n)*(100+m)*x/100*100 = 50*x/100

on simplifying
n = 100*(50+m)/(100+m)
Option A
User avatar
UfuomaOh
Joined: 14 Sep 2023
Last visit: 17 Nov 2025
Posts: 83
Own Kudos:
Given Kudos: 14
Products:
Posts: 83
Kudos: 50
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let Monday's balance= M

Tuesday's balance = M *(1+(m/100))

Wednesday balance

M *(1+(m/100)) * (1 - (n/100)) = M/2

(1+(m/100)) * (1 - (n/100))=1/2

(1 - (n/100))= 1/(2*(1+(m/100)))

n/100= 1-(1/(2*(1+m/100))

n= 100 *(1-(1/(2*(1+m/100)))

n= 100 ((2-1+m/100))/(2+m/100)
n=100(1+m/100)/(2+m/100)
n= 100+m/(2+m/100)
n=100(100+m)/100(2+m)
n=100(100+m)/(m +200)
User avatar
shaliny
Joined: 30 Oct 2023
Last visit: 24 Oct 2025
Posts: 99
Own Kudos:
26
 [1]
Given Kudos: 712
Products:
Posts: 99
Kudos: 26
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
montuewed
Elenalet, x x*(100+m/100)
after m% increment
x*(100+m/100)*(100-n/100),
after n% decrement
so finally,
x*(100+m/100)*(100-n/100) =x*50%= x/2
after solving we will get n=100(m+50)/100+m
option A
Bunuel
On Monday, Elena had a certain amount of money in her savings account. On Tuesday, she increased that amount by m percent. On Wednesday, she withdrew n percent of her Tuesday's closing balance, leaving her with exactly 50 percent of what she had on Monday. What is the value of n in terms of m?

A. \(\frac{100(m + 50)}{m + 100}\)

B. \( \frac{100(m - 50)}{m + 100}\)

C. \( \frac{100(m + 50)}{100 - m}\)

D. \( \frac{100m}{m + 100}\)

E. \( \frac{100(50 - m)}{m - 100}\)


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
SRIVISHUDDHA22
Joined: 08 Jan 2025
Last visit: 19 Nov 2025
Posts: 88
Own Kudos:
55
 [1]
Given Kudos: 278
Location: India
Schools: ISB '26
GPA: 9
Products:
Schools: ISB '26
Posts: 88
Kudos: 55
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
On Monday, Elena had a certain amount of money in her savings account. On Tuesday, she increased that amount by m percent. On Wednesday, she withdrew n percent of her Tuesday's closing balance, leaving her with exactly 50 percent of what she had on Monday. What is the value of n in terms of m?

A. \(\frac{100(m + 50)}{m + 100}\)

B. \( \frac{100(m - 50)}{m + 100}\)

C. \( \frac{100(m + 50)}{100 - m}\)

D. \( \frac{100m}{m + 100}\)

E. \( \frac{100(50 - m)}{m - 100}\)

Attachment:
GMAT-Club-Forum-55iwydv8.png
GMAT-Club-Forum-55iwydv8.png [ 243.08 KiB | Viewed 127 times ]
User avatar
sahayrahul
Joined: 07 Jan 2019
Last visit: 01 Oct 2025
Posts: 31
Own Kudos:
Given Kudos: 29
Location: United States (NJ)
Concentration: Technology, General Management
GPA: 3.5
WE:Project Management (Technology)
Posts: 31
Kudos: 8
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We can sole this with fair assumption.
Lets take Monday Amt be $100 -- increased by 50% (m) --> $150 ---- Now we need to decrease to get $50 so n = 60%.

Now we know if we take m = 50 ; then n= 60%, plug m value to check which option give n- 60% its A
User avatar
eshika23
Joined: 01 Aug 2024
Last visit: 11 Oct 2025
Posts: 71
Own Kudos:
34
 [1]
Given Kudos: 65
Posts: 71
Kudos: 34
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
So best way to solve this is by choosing smart numbers

On Monday lets assume she deposit 100 in bank
on Tuesday she increased m% we can assume this to be 50%. So now the bank has 150.

We know on wednesday, after withdrawing her money was exactly 50% so she will have 50 in her account.
Money withdrew on wednesday is 150-50=100.
So, N will be \frac{100}{150}=\frac{2}{3}or \frac{200}{3}%

m=50 n=200/3

So lets see the answers:
1. \frac{100(50+50)}{(50+100)}=\frac{100(100)}{150}=\frac{200}{3 }

Yes this is the answer

Answer A


Bunuel
On Monday, Elena had a certain amount of money in her savings account. On Tuesday, she increased that amount by m percent. On Wednesday, she withdrew n percent of her Tuesday's closing balance, leaving her with exactly 50 percent of what she had on Monday. What is the value of n in terms of m?

A. \(\frac{100(m + 50)}{m + 100}\)

B. \( \frac{100(m - 50)}{m + 100}\)

C. \( \frac{100(m + 50)}{100 - m}\)

D. \( \frac{100m}{m + 100}\)

E. \( \frac{100(50 - m)}{m - 100}\)


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
Lemniscate
Joined: 28 Jun 2025
Last visit: 09 Nov 2025
Posts: 80
Own Kudos:
72
 [1]
Posts: 80
Kudos: 72
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
increase by m percent -> Money is (1+m/100) greater
withdraw n percent -> Money is (1-n/100) less

Money*(1+m/100)*(1-n/100)=Money/2
(1+m/100)*(1-n/100)=1/2
(m+100)*(1-n/100)=50
1-n/100=50/(m+100)
n=100*(1-50/(m+100))=100*((m+100-50)/(m+100))=100*((m+50)/(m+100))

Answer A
User avatar
Punt
Joined: 09 Jul 2024
Last visit: 11 Nov 2025
Posts: 36
Own Kudos:
29
 [1]
Given Kudos: 15
Location: India
Posts: 36
Kudos: 29
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given,
Monday, Elena has money in her account = x
Tuesday, after adding m %, the money in the account will become
= x + xm/100
Wednesday, after withdrawing n%, the money in the account will become
= x + xm/100 – (x + xm/100)*n/100
In other words, = x/2
To find
the value of n in terms of m?

Solve:
x + xm/100 – (x + xm/100)*n/100 = x/2
taking x common & cancelling from both sides
1+ m/100 – n/100 – mn/10000 = 1/2
1⁄2 + (m – n)/100 = mn/10000

Multiplying 100 on both sides,

100/2 + m = n + mn/100
50 + m = n (100 +m)/100
n = 100(m+50)/(m+100)

Ans: A


Bunuel
On Monday, Elena had a certain amount of money in her savings account. On Tuesday, she increased that amount by m percent. On Wednesday, she withdrew n percent of her Tuesday's closing balance, leaving her with exactly 50 percent of what she had on Monday. What is the value of n in terms of m?

A. \(\frac{100(m + 50)}{m + 100}\)

B. \( \frac{100(m - 50)}{m + 100}\)

C. \( \frac{100(m + 50)}{100 - m}\)

D. \( \frac{100m}{m + 100}\)

E. \( \frac{100(50 - m)}{m - 100}\)


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
andreagonzalez2k
Joined: 15 Feb 2021
Last visit: 26 Jul 2025
Posts: 308
Own Kudos:
497
 [1]
Given Kudos: 14
Posts: 308
Kudos: 497
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
a = amount

a(1+m/100)(1-n/100) = a/2
(100+m)/100 * (1-n/100) = 1/2
1-n/100 = 100/(2*(100+m)) = 50/(100+m)
n/100 = 1-50/(100+m) = (100+m-50)/(100+m) = (m+50)/(m+100)
n = 100(m+50)/(m+100)

IMO A
User avatar
SSWTtoKellogg
Joined: 06 Mar 2024
Last visit: 19 Nov 2025
Posts: 57
Own Kudos:
Given Kudos: 14
Location: India
GMAT Focus 1: 595 Q83 V78 DI77
GMAT Focus 2: 645 Q87 V79 DI79
GPA: 8.8
Products:
GMAT Focus 2: 645 Q87 V79 DI79
Posts: 57
Kudos: 35
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Successive percent calculation : if a % increase then b% decrease = (a - b - (ab/100))%

Using this, m - n - (mn/100) = 50

=> n = 100(m-50)/(100+m)

B
User avatar
SaKVSF16
Joined: 31 May 2024
Last visit: 18 Nov 2025
Posts: 86
Own Kudos:
79
 [1]
Given Kudos: 41
Products:
Posts: 86
Kudos: 79
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
let amount of money on Monday be = \(A\)

On Tuesday, amount increases to =\( A(1 + \frac{m} {100} )\)

On Wednesday, amount decreases to = \( A(1 + \frac{m} {100} )(1 - \frac {n} {100})\) = 50% of amount on Monday =\( \frac{50}{100}A\)

>> \( A(1 + \frac{m} {100} )(1 - \frac {n} {100})\) = \( \frac{50}{100}A\)

>> \( (1 - \frac {n} {100}) \) = \( \frac {50} {100+m} \)

>> \(\frac{n}{100}= \frac {(100 +m )- (50)} {100+m}\)

>>\( n = \frac {100(50+m)} {100 + m}\)

Answer is A : \(\frac{100(m + 50)}{m + 100}\)
   1   2   3   4   5   
Moderators:
Math Expert
105390 posts
Tuck School Moderator
805 posts