Ax(y) is an operation that adds 1 to y and then multiplies t

This topic has expert replies
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3835
Joined: Fri Apr 02, 2010 10:00 pm
Location: Milpitas, CA
Thanked: 1854 times
Followed by:523 members
GMAT Score:770

by Anurag@Gurome » Tue Jul 10, 2012 3:01 am
gmatter2012 wrote:Ax(y) is an operation that adds 1 to y and then multiplies the result by x. If x = 2/3, then Ax(Ax(Ax(Ax(Ax(x))))) is between
Algebraic Approach:

Ax(y) = (y + 1)*x
Ax(x) = (x + 1)*x = (x^2 + x)
Ax(Ax(x)) = Ax(x^2 + x) = (x^2 + x + 1)*x = (x^3 + x^2 + x)
Ax(Ax(Ax(x))) = Ax(x^3 + x^2 + x) = (x^3 + x^2 + x + 1)*x = (x^4 + x^3 + x^2 + x)
...
Ax(Ax(Ax(Ax(Ax(x))))) = (x^6 + x^5 + x^4 + x^3 + x^2 + x)

This is a geometric series with first term = x and common ratio = x.
Hence, the sum = x(1 - x^6)/(1 - x)

For x = 2/3, the sum = (2/3)*(1 - (2/3)^6)/(1 - 2/3) = (2/3)*((1 - (2/3)^6)/(1/3) = 2*(1 - (2/3)^6)

Now, (2/3)^6 will be a very small number with respect to 1, the sum will be smaller than 2 but very close to it.

The correct answer is D.
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)

Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/

User avatar
Master | Next Rank: 500 Posts
Posts: 138
Joined: Sat May 05, 2012 7:03 pm
Thanked: 1 times

by gmatter2012 » Tue Jul 10, 2012 3:22 am
Anurag@Gurome wrote:
gmatter2012 wrote:Ax(y) is an operation that adds 1 to y and then multiplies the result by x. If x = 2/3, then Ax(Ax(Ax(Ax(Ax(x))))) is between
Algebraic Approach:

Ax(y) = (y + 1)*x
Ax(x) = (x + 1)*x = (x^2 + x)
Ax(Ax(x)) = Ax(x^2 + x) = (x^2 + x + 1)*x = (x^3 + x^2 + x)
Ax(Ax(Ax(x))) = Ax(x^3 + x^2 + x) = (x^3 + x^2 + x + 1)*x = (x^4 + x^3 + x^2 + x)
...
Ax(Ax(Ax(Ax(Ax(x))))) = (x^6 + x^5 + x^4 + x^3 + x^2 + x)

This is a geometric series with first term = x and common ratio = x.
Hence, the sum = x(1 - x^6)/(1 - x)

For x = 2/3, the sum = (2/3)*(1 - (2/3)^6)/(1 - 2/3) = (2/3)*((1 - (2/3)^6)/(1/3) = 2*(1 - (2/3)^6)

Now, (2/3)^6 will be a very small number with respect to 1, the sum will be smaller than 2 but very close to it.

The correct answer is D.
Wonderful solution !!