Last visit was: 24 Mar 2025, 19:01 It is currently 24 Mar 2025, 19:01
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
alltimeacheiver
Joined: 09 Feb 2011
Last visit: 14 Nov 2011
Posts: 7
Own Kudos:
803
 [266]
Given Kudos: 1
Posts: 7
Kudos: 803
 [266]
22
Kudos
Add Kudos
244
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Mar 2025
Posts: 100,064
Own Kudos:
Given Kudos: 92,683
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 100,064
Kudos: 710,550
 [91]
46
Kudos
Add Kudos
44
Bookmarks
Bookmark this Post
avatar
PareshGmat
Joined: 27 Dec 2012
Last visit: 10 Jul 2016
Posts: 1,544
Own Kudos:
7,694
 [51]
Given Kudos: 193
Status:The Best Or Nothing
Location: India
Concentration: General Management, Technology
WE:Information Technology (Computer Software)
Posts: 1,544
Kudos: 7,694
 [51]
35
Kudos
Add Kudos
15
Bookmarks
Bookmark this Post
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 24 Mar 2025
Posts: 15,827
Own Kudos:
72,269
 [42]
Given Kudos: 461
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 15,827
Kudos: 72,269
 [42]
22
Kudos
Add Kudos
19
Bookmarks
Bookmark this Post
vaivish1723
5^x – 5^(x- 3) = (124)(5^y), what is y in terms of x?
A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6

Oa is

Finding one variable in terms of another is very simple. Assume a value for one and find the other. Then look for the option that works.

Say, x = 3 (so that x-3 becomes 0 and we are left with simple calculations)

\(5^3 - 5^{3- 3} = (124)(5^y)\)
\(1 = 5^y\)
y = 0

Now put x = 3 in the options and find out which option gives you y = 0. Only C does so answer is (C)
User avatar
BrentGMATPrepNow
User avatar
Major Poster
Joined: 12 Sep 2015
Last visit: 13 May 2024
Posts: 6,769
Own Kudos:
33,132
 [19]
Given Kudos: 799
Location: Canada
Expert
Expert reply
Posts: 6,769
Kudos: 33,132
 [19]
12
Kudos
Add Kudos
6
Bookmarks
Bookmark this Post
alltimeacheiver
If \(5^x – 5^{(x- 3)} = 124*5^y\), what is y in terms of x?

A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6

One option is to rewrite the left side of the equation by factoring out 5^(x-3)
So, we get: 5^(x-3)[5^3 - 1] = (124)(5^y)
Evaluate to get: 5^(x-3)[125 - 1] = (124)(5^y)
Simplify to get: 5^(x-3)[124] = (124)(5^y)
Divide both sides by 124 to get: 5^(x-3) = 5^y
So, x-3 = y

Answer: C

-----------------------------------------------------
ASIDE: A lot of students struggle to see how we can factor 5^x - 5^(x-3) to get 5^(x-3)[5^3 - 1]
Sure, they may be okay with straightforward factoring like these examples:
k^5 - k^3 = k^3(k^2 - 1)
m^19 - m^15 = m^15(m^4 - 1)
But they have problems when the exponents are variables.

IMPORTANT: Notice that, each time, the greatest common factor of both terms is the term with the smaller exponent.

So, in the expression 5^x - 5^(x-3), the term with the smaller exponent is 5^(x-3, so we can factor out 5^(x-3)

Likewise, w^x + x^(x+5) = w^x(1 + w^5)
And 2^x - 2^(x-2) = 2^(x-2)[2^2 - 1]
------------------------------------------------------------

Cheers,
Brent
User avatar
BrentGMATPrepNow
User avatar
Major Poster
Joined: 12 Sep 2015
Last visit: 13 May 2024
Posts: 6,769
Own Kudos:
33,132
 [10]
Given Kudos: 799
Location: Canada
Expert
Expert reply
Posts: 6,769
Kudos: 33,132
 [10]
7
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
alltimeacheiver
If \(5^x – 5^{(x- 3)} = 124*5^y\), what is y in terms of x?

A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6


Another option is to PLUG IN a value for x and see what kind of relationship we get between x and y.
There are two "nice" x-values to plug in. They are x = 0 and x = 3, since we can easily use these to evaluate 5^x and 5^(x-3). Of these two values, x = 3 is the easier one to plug in.
So, let's plug in x = 3
We get: 5^3 - 5^(3-3) = (124)(5^y)
Simplify to get: 125 - 1 = (124)(5^y)
Simplify to get: 124 = (124)(5^y)
Divide both sides by 124 to get: 1 = 5^y
Solve for y to get: y = 0

So, when x = 3, y = 0.

Now we'll check the answer choices to see which one satisfies this relationship.
A) y = x... So, we get 0 = 3 (NOPE)
B) y = x - 6... So, we get 0 = 3 - 6 (NOPE)
C) y = x - 3... So, we get 0 = 3 - 3 IT WORKS!
D) y = 2x + 3... So, we get 0 = 2(3) + 3 (NOPE)
E) y = 2x + 6... So, we get 0 = 2(3) + 6 (NOPE)

Answer: C

Cheers,
Brent
General Discussion
User avatar
144144
Joined: 08 Nov 2010
Last visit: 26 May 2013
Posts: 200
Own Kudos:
523
 [10]
Given Kudos: 161
 Q50  V41
GPA: 3.9
WE 1: Business Development
Posts: 200
Kudos: 523
 [10]
8
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
u can also plug in x=3. makes it very simple.
avatar
marioslash
Joined: 12 Dec 2011
Last visit: 27 Jun 2014
Posts: 7
Own Kudos:
53
 [1]
Given Kudos: 5
Location: Italy
Concentration: Finance, Entrepreneurship
GMAT Date: 04-09-2013
GPA: 4
WE:Management Consulting (Consulting)
Posts: 7
Kudos: 53
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
alltimeacheiver
If 5x – 5x - 3 = (124)(5y), what is y in terms of x?
A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6
Answer:

Question should read:

If 5^x – 5^(x- 3) = 124*5^y, what is y in terms of x?
A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6

\(5^x-5^{x-3}=124*5^y\) --> factor out \(5^{x-3}\): \(5^{x-3}(5^3-1)=124*5^y\) --> \(5^{x-3}=5^y\) --> bases are equal so we can equate the powers: \(y=x-3\).

Answer: C.

alltimeacheiver format the questions correctly.

Hi Bunuel,
I', trying to understand your factorization, but I find some troubles when I have to factorize some value with exponent an expression like in the question (x-3 or x+4),
Could you explain me that or do you have a deck where I could dive into this argument?
Thank you in advance
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Mar 2025
Posts: 100,064
Own Kudos:
710,550
 [8]
Given Kudos: 92,683
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 100,064
Kudos: 710,550
 [8]
1
Kudos
Add Kudos
7
Bookmarks
Bookmark this Post
mario1987
Bunuel
alltimeacheiver
If 5x – 5x - 3 = (124)(5y), what is y in terms of x?
A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6
Answer:

Question should read:

If 5^x – 5^(x- 3) = 124*5^y, what is y in terms of x?
A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6

\(5^x-5^{x-3}=124*5^y\) --> factor out \(5^{x-3}\): \(5^{x-3}(5^3-1)=124*5^y\) --> \(5^{x-3}=5^y\) --> bases are equal so we can equate the powers: \(y=x-3\).

Answer: C.

alltimeacheiver format the questions correctly.

Hi Bunuel,
I', trying to understand your factorization, but I find some troubles when I have to factorize some value with exponent an expression like in the question (x-3 or x+4),
Could you explain me that or do you have a deck where I could dive into this argument?
Thank you in advance

\(5^{x-3}(5^3-1)=124*5^y\) --> \(5^{x-3+3}-5^{x-3}=124*5^y\) --> \(5^{x}-5^{x-3}=124*5^y\).

Theory: math-number-theory-88376.html

Practice:
tough-and-tricky-exponents-and-roots-questions-125956.html
tough-and-tricky-exponents-and-roots-questions-125967.html

Hope it helps.
User avatar
mbaiseasy
Joined: 13 Aug 2012
Last visit: 29 Dec 2013
Posts: 324
Own Kudos:
1,936
 [7]
Given Kudos: 11
Concentration: Marketing, Finance
GPA: 3.23
Posts: 324
Kudos: 1,936
 [7]
5
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
\({5^{x}}\frac{124}{125}=124(5^y)\)
\(5^{x}=5^{y+3}\)
\(x=y+3-->y=x-3\)

Answer: C
avatar
OptimusPrepJanielle
Joined: 06 Nov 2014
Last visit: 08 Sep 2017
Posts: 1,782
Own Kudos:
1,422
 [1]
Given Kudos: 23
Expert
Expert reply
Posts: 1,782
Kudos: 1,422
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
alltimeacheiver
If 5^x – 5^(x- 3) = 124*5^y, what is y in terms of x?

A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6

Given that 5^x – 5^(x- 3) = 124*5^y
So, 5^(x-3+3) - 5^(x- 3) = 124*5^y
So, 5^(x-3) [5^3 - 1] = 124*5^y
So, 5^(x-3)*124 = 124*5^y
So, 5^(x-3) = 5^y
So, x-3 = y

Hence option (C).

--
Optimus Prep's GMAT On Demand course for only $299 covers all verbal and quant. concepts in detail. Visit the following link to get your 7 days free trial account: https://www.optimus-prep.com/gmat-on-demand-course
avatar
Rookie124
Joined: 21 Feb 2015
Last visit: 17 Sep 2015
Posts: 13
Own Kudos:
26
 [4]
Given Kudos: 23
Posts: 13
Kudos: 26
 [4]
4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ok this is how you solve this

you have 5^x -5^x-3 = (124) (5^y)
step 1: 5^x (1-5^-3) =(124) (5^y)
Step 2: 5^x(1 - 1/5^3) = (124) (5^y)
Step 3: 5^x(1- 1/125) = (124) (5^y)
Step 4: 5^x (125-1)/125 = (124) (5^y)
Step 5: 5^x (124/125) = (124) (5^y)
Step 6: 5^x =[(124) (5^y) (125) ]/124
Step 7: 5^x = (125) (5^y)
Step 8: 5^x = 5^3 (5^y)
Step 9: x = 3 +y --> y = x -3
for explaining purposes I broke it down in to 9 steps. It should not take you more than 5 steps to solve this in term of y.
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 24 Mar 2025
Posts: 6,196
Own Kudos:
15,058
 [4]
Given Kudos: 126
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,196
Kudos: 15,058
 [4]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
peterpark
If 5^x - 5^x-3 = (124)(5^y), what is y in terms of x?

A) x

B) x - 6

C) x - 3

D) 2x + 3

E) 2x + 6

\(5^x - 5^{x-3} = (124)(5^y)\)

i.e. \(5^{x-3}(5^3 - 1) = (124)(5^y)\)

i.e. \(5^{x-3}(124) = (124)(5^y)\)

i.e. \(5^{x-3} = (5^y)\)

i.e. y = x-3

Answer: Option C
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 24 Mar 2025
Posts: 20,384
Own Kudos:
25,432
 [6]
Given Kudos: 292
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 20,384
Kudos: 25,432
 [6]
6
Kudos
Add Kudos
Bookmarks
Bookmark this Post
alltimeacheiver
If 5^x – 5^(x- 3) = 124*5^y, what is y in terms of x?

A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6


We can simplify the given equation:

5^x – 5^(x- 3) = 124*5^y

5^x – (5^x)(5^- 3) = 124*5^y

5^x(1 – (5^- 3)) = 124*5^y

5^x(1 – 1/125) = 124*5^y

5^x(1 – 1/125) = 124*5^y

5^x(124/125) = 124*5^y

5^x = 124*5^y*(125/124)

5^x = 5^y(125)

5^x = 5^y(5^3)

5^x = 5^y+3

x = y + 3

x - 3 = y

Answer: C
User avatar
u1983
User avatar
Current Student
Joined: 24 Aug 2016
Last visit: 06 Jun 2021
Posts: 719
Own Kudos:
824
 [4]
Given Kudos: 97
GMAT 1: 540 Q49 V16
GMAT 2: 680 Q49 V33
Products:
GMAT 2: 680 Q49 V33
Posts: 719
Kudos: 824
 [4]
2
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
FillFM
If \(5^x\) – 5^(x–3) = (124)\((5^y)\), what is y in terms of x ?

A) x

B) x – 6

C) x – 3

D) 2x + 3

E) 2x + 6

\(5^x\) – 5^(x–3) = (124)\((5^y)\)
or \(5^x\) – \(\frac{5^x}{5^3}\) = \((125-1)\)\((5^y)\)
or \(\frac{(5^x*5^3-5^x)}{5^3}\) = \((5^3-1)\)\((5^y)\)
or \(5^x*(5^3-1)\) = \((5^3-1)\)\((5^y)(5^3)\)
or \(5^x\) = 5^(y+3)
==> \(x=y+3\)
==>\(y=x-3\) ..................Thus the answer is option C.
User avatar
JeffTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 04 Mar 2011
Last visit: 05 Jan 2024
Posts: 3,009
Own Kudos:
Given Kudos: 1,646
Status:Head GMAT Instructor
Affiliations: Target Test Prep
Expert
Expert reply
Posts: 3,009
Kudos: 7,577
Kudos
Add Kudos
Bookmarks
Bookmark this Post
FillFM
If \(5^x\) – 5^(x–3) = (124)\((5^y)\), what is y in terms of x ?

A) x

B) x – 6

C) x – 3

D) 2x + 3

E) 2x + 6

5^x - 5^(x - 3) = (124)(5^y)

We see that 5^(x - 3) is common to both terms on the left side of the equation, so we factor it out:

5^(x - 3)(5^3 - 1) = (124)(5^y)

5^(x - 3)(124) = (124)(5^y)

5^(x - 3) = 5^y

Recall that when the bases are equal, we can equate the exponents:

x - 3 = y

Answer: C
avatar
travelwithbrandon
Joined: 02 Jun 2019
Last visit: 02 Aug 2020
Posts: 4
Own Kudos:
Given Kudos: 6
Posts: 4
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ScottTargetTestPrep
alltimeacheiver
If 5^x – 5^(x- 3) = 124*5^y, what is y in terms of x?

A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6


We can simplify the given equation:

5^x – 5^(x- 3) = 124*5^y

5^x – (5^x)(5^- 3) = 124*5^y

5^x(1 – (5^- 3)) = 124*5^y

5^x(1 – 1/125) = 124*5^y

5^x(1 – 1/125) = 124*5^y

5^x(124/125) = 124*5^y

5^x = 124*5^y*(125/124)


5^x = 5^y(125)

5^x = 5^y(5^3)

5^x = 5^y+3

x = y + 3

x - 3 = y

Answer: C

Could you help me understand the specific steps you took to get from the first bold line to the second? I'm not sure how you managed to get rid of the fraction here. Thanks!
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 24 Mar 2025
Posts: 20,384
Own Kudos:
Given Kudos: 292
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 20,384
Kudos: 25,432
Kudos
Add Kudos
Bookmarks
Bookmark this Post
travelwithbrandon
ScottTargetTestPrep
alltimeacheiver
If 5^x – 5^(x- 3) = 124*5^y, what is y in terms of x?

A. x
B. x - 6
C. x - 3
D. 2x + 3
E. 2x + 6


We can simplify the given equation:

5^x – 5^(x- 3) = 124*5^y

5^x – (5^x)(5^- 3) = 124*5^y

5^x(1 – (5^- 3)) = 124*5^y

5^x(1 – 1/125) = 124*5^y

5^x(1 – 1/125) = 124*5^y

5^x(124/125) = 124*5^y

5^x = 124*5^y*(125/124)


5^x = 5^y(125)

5^x = 5^y(5^3)

5^x = 5^y+3

x = y + 3

x - 3 = y

Answer: C

Could you help me understand the specific steps you took to get from the first bold line to the second? I'm not sure how you managed to get rid of the fraction here. Thanks!

Response:

Notice that in the first bold line, the fraction 124/125 is not in the exponent; that fraction is simply being multiplied by 5^x (as a matter of fact, nothing besides x is in the exponent on and after the third line). Thus, to get rid of the fraction 124/125 on the left hand side, I simply multiplied each side of the equation by 125/124.
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 24 Mar 2025
Posts: 6,196
Own Kudos:
Given Kudos: 126
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,196
Kudos: 15,058
Kudos
Add Kudos
Bookmarks
Bookmark this Post
travelwithbrandon
It's mentioned in post that it is a sub-600 level question however I find it better than sub 600 level. :)
User avatar
yashikaaggarwal
User avatar
Senior Moderator - Masters Forum
Joined: 19 Jan 2020
Last visit: 16 Mar 2025
Posts: 3,104
Own Kudos:
Given Kudos: 1,510
Location: India
GPA: 4
WE:Analyst (Internet and New Media)
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Genoa2000
What level is this question? Where can I see the level of the questions?

Not always I find it... :?
Its mentioned in the left hand corner just before the question starts. sub 600
 1   2   
Moderators:
Math Expert
100064 posts
PS Forum Moderator
510 posts