Functions - use of pound signs?

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 4
Joined: Sat Jan 21, 2012 5:38 am

Functions - use of pound signs?

by Krysia0101 » Tue Jan 24, 2012 4:18 am
Hi everyone,
I'm not really familiar with the use of pound sign in functions such as the following:

If #p# = ap3+ bp - 1 where a and b are constants, and #-5# = 3, what is the value of #5#?

A: 5
B: 0
C: -2
D: -3
E: -5

Thank you for any pointers!
~krysia
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 Jan 24, 2012 4:35 am
Krysia0101 wrote:Hi everyone,
I'm not really familiar with the use of pound sign in functions such as the following:

If #p# = ap3+ bp - 1 where a and b are constants, and #-5# = 3, what is the value of #5#?

A: 5
B: 0
C: -2
D: -3
E: -5

Thank you for any pointers!
~krysia
#p# = ap^3+ bp - 1
#-5# = 3 implies a(-5)^3 + b(-5) - 1 = 3 or 125a + 5b = -4
#5# = a(5)^3 + b(5) - 1 = 125a + 5b - 1 = -4 - 1 = -5

The correct answer is E.
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
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Tue Jan 24, 2012 4:41 am
Krysia0101 wrote:Hi everyone,
I'm not really familiar with the use of pound sign in functions such as the following:

If #p# = ap3+ bp - 1 where a and b are constants, and #-5# = 3, what is the value of #5#?

A: 5
B: 0
C: -2
D: -3
E: -5

Thank you for any pointers!
~krysia
FOLLOW THE DIRECTIONS.

#p# = ap³ + bp - 1

implies

#-5# = a(-5)³ + b(-5) - 1 = -125a - 5b - 1.

Since #-5# = 3, we get:
-125a - 5b - 1 = 3.
-125a - 5b = 4
125a + 5b = -4.

#p# = ap³ + bp - 1

implies

#5# = a(5)³ + b(5) - 1 = 125a + 5b - 1.

Since 125a + 5b = -4, 125a + 5b - 1 = -4-1 = -5.

The correct answer is E.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

Newbie | Next Rank: 10 Posts
Posts: 4
Joined: Sat Jan 21, 2012 5:38 am

by Krysia0101 » Tue Jan 24, 2012 6:55 am
Thank you for the replies! That was very helpful :D