Find all School-related info fast with the new School-Specific MBA Forum

It is currently 20 Jun 2013, 04:20
Customize  |  Hide

If f(x) = 2^x + 2^-2, and x is an integer

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
Director
Director
Joined: 21 Dec 2009
Posts: 590
Concentration: Entrepreneurship, Finance
Followers: 14

Kudos [?]: 142 [0], given: 20

GMAT Tests User
If f(x) = 2^x + 2^-2, and x is an integer [#permalink] New post 06 Dec 2012, 05:07
00:00

Question Stats:

33% (00:00) correct 66% (00:47) wrong based on 9 sessions
If f(x) = 2^(x) + 2^(-2), and x is an integer, is f(x) = √(a + 4)?

(1) -4 < x < 4
(2) 4^(x) + 4^(-x) = a
[Reveal] Spoiler: OA

_________________

KUDOS me if you feel my contribution has helped you.

Magoosh GMAT Instructor
User avatar
Joined: 28 Dec 2011
Posts: 858
Followers: 222

Kudos [?]: 620 [0], given: 14

Re: If f(x) = 2^x + 2^-2, and x is an integer [#permalink] New post 06 Dec 2012, 16:07
gmatbull wrote:
If f(x) = 2^(x) + 2^(-2), and x is an integer, is f(x) = √(a + 4)?
(1) -4 < x < 4
(2) 4^(x) + 4^(-x) = a

An interesting DS problem. The prompt involves this letter a, and if we don't know the value of this, then we can't determine anything.

For Statement #1, without doing any calculations, we see that not matter what range is established for x, we have no idea what a is, and without some indication of the value of a, we have no way of answering the prompt question. Statement #1, alone and by itself, is insufficient.

Statement #2 is interesting
For example, let's consider x = 0
Then f(0) = 1 + 1/4 = 5/4 = 1.25
Meanwhile, sqrt(4^(x) + 4^(-x) + 4) = sqrt(1 + 1 + 4) = sqrt(6). For that value, they are not equal.

Let's consider x = 1
Then f(1) = 2 + 1/4 = 9/4 = 2.25
Meanwhile, sqrt(4^(x) + 4^(-x) + 4) = sqrt(4 + 1/4 + 4) = sqrt(33/4) = [sqrt(33)]/2. For that value they are not equal.

Let's set the two expressions equal and see what happens:
2^(x) + 2^(-2) = sqrt(4^(x) + 4^(-x) + 4)
square both sides
(2^x)^2 + 2*(2^x)*(2^(-2)) + (2^(-2))^2 = 4^(x) + 4^(-x) + 4
4^(x) +(1/2)*(2^x) + 1/16 = 4^(x)+ 4^(-x) + 4
(1/2)*(2^x) + 1/16 = 4^(-x) + 4
(1/2)*(2^x) - 4^(-x) = 4 - 1/16
(1/2)*(2^x) - 4^(-x) = 63/16

There are really no straightforward algebraic ways to simplify this. Let g(x) = sqrt(4^(x) + 4^(-x) + 4). Looking at a graph of f(x) & g(x), we see that the functions appear to approach each other asymptotically as x gets large in the positive direction.
Attachment:
graph of f(x) & g(x).JPG
graph of f(x) & g(x).JPG [ 75.08 KiB | Viewed 352 times ]

In fact, the two functions actually cross at x = 2.9831285117658, and asymptotically approach each other thereafter
Given that x has to be an integer, the two expressions will never be equal.

Therefore, despite what the above post says is the OA, it seems to me the answer must be B. It's really not clear to me that there's an efficient way to solve this without substantial recourse to technology.

Notice that if the function in the prompt were f(x) = 2^(x) + 2^(-x) instead of 2^(x) + 2^(-2), and the expression in the prompt were f(x) = √(a + 2) instead of f(x) = √(a + 4), then the expressions would always be equal, for all real numbers.

Does all this make sense?

Mike :-)
_________________

Mike McGarry
Magoosh Test Prep

Image

Image


Last edited by mikemcgarry on 07 Dec 2012, 12:01, edited 1 time in total.
Intern
Intern
Joined: 15 Apr 2010
Posts: 48
Followers: 0

Kudos [?]: 10 [0], given: 10

Re: If f(x) = 2^x + 2^-2, and x is an integer [#permalink] New post 07 Dec 2012, 02:31
mikemcgarry wrote:
gmatbull wrote:
If f(x) = 2^(x) + 2^(-2), and x is an integer, is f(x) = √(a + 4)?
(1) -4 < x < 4
(2) 4^(x) + 4^(-x) = a

An interesting DS problem. The prompt involves this letter a, and if we don't know the value of this, then we can't determine anything.

For Statement #1, without doing any calculations, we see that not matter what range is established for x, we have no idea what a is, and without some indication of the value of a, we have no way of answering the prompt question. Statement #1, alone and by itself, is insufficient.

Statement #2 is interesting
For example, let's consider x = 0
Then f(0) = 1 + 1 = 2
Meanwhile, sqrt(4^(x) + 4^(-x) + 4) = sqrt(1 + 1 + 4) = sqrt(6). For that value, they are not equal.

Let's consider x = 1
Then f(1) = 2 + 1/2 = 2.5
Meanwhile, sqrt(4^(x) + 4^(-x) + 4) = sqrt(4 + 1/4 + 4) = sqrt(33/4) = [sqrt(33)]/2. For that value they are not equal.

Let's set the two expressions equal and see what happens:
2^(x) + 2^(-2) = sqrt(4^(x) + 4^(-x) + 4)
square both sides
(2^x)^2 + 2*(2^x)*(2^(-x)) + (2^(-x))^2 = 4^(x) + 4^(-x) + 4
4^(x) + 2 + 4^(-x) = 4^(x) + 4^(-x) + 4
2 = 4
This is a contradiction. They only thing we did was set the two expressions equal, so if that leads to a contradiction, it must mean that the two expressions can never be equal. Both expressions are defined for all real numbers, and for absolutely no value are these two expressions ever equal.

That provides a very clear and definitive answer to the prompt question. This statement, by itself, is unambiguously sufficient.

Therefore, despite what the above post says is the OA, it seems to me the answer must be B.

Notice that if the expression in the prompt were f(x) = √(a + 2) instead of f(x) = √(a + 4), then the expressions would always be equal, for all real numbers.

Does all this make sense?

Mike :-)


You made a mistake in (2) when squaring the LHS up. The question reads "2^(-2)", not 2^(-x) as in your equation.
Magoosh GMAT Instructor
User avatar
Joined: 28 Dec 2011
Posts: 858
Followers: 222

Kudos [?]: 620 [0], given: 14

Re: If f(x) = 2^x + 2^-2, and x is an integer [#permalink] New post 07 Dec 2012, 12:05
catennacio wrote:
You made a mistake in (2) when squaring the LHS up. The question reads "2^(-2)", not 2^(-x) as in your equation.

Actually, I just misread that and treated the wrong function throughout my whole solution. I just corrected this in my response. Thanks for pointing this out.
Mike :-)
_________________

Mike McGarry
Magoosh Test Prep

Image

Image

Re: If f(x) = 2^x + 2^-2, and x is an integer   [#permalink] 07 Dec 2012, 12:05
    Similar topics Author Replies Last post
Similar
Topics:
New posts A function f(x) (x is positive integer) is defined as the getzgetzu 2 05 May 2006, 22:42
New posts f(x) = x^2 / (x^4 - 1) What is f(1/x) in terms of f(x)? f -f bmwhype2 5 16 Nov 2007, 08:16
New posts If (2x-3) = (x) +2, then x^2 = (A) 1 (B) 16 (C) 2-2x (D) lumone 2 06 Apr 2008, 06:06
New posts Experts publish their posts in the topic If x is a positive integer, is x^3-3x^2+2x divisible by 4? kashishh 4 06 Feb 2012, 13:30
New posts Experts publish their posts in the topic If f(x) = x^2 - x - 6, is f(x) ≥ g(x)? mridulparashar1 9 04 Jan 2013, 02:21
Display posts from previous: Sort by

If f(x) = 2^x + 2^-2, and x is an integer

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.