Museum of Math Question WSJ

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 416
Joined: Thu Oct 15, 2009 11:52 am
Thanked: 27 times

Museum of Math Question WSJ

by regor60 » Wed Mar 04, 2015 9:58 am
For all real numbers x and y, the function f satisfies the following:

f(x) + f(2x+y) + 5xy = f(3x-y)+ 2x-2+1

what is the absolute value of f(-4) ?

[spoiler]answer indicated as 7 but I believe it's 9[/spoiler]

I believe this may have been mistranscribed - don't see what the purpose is of the -2+1...
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
Elite Legendary Member
Posts: 10392
Joined: Sun Jun 23, 2013 6:38 pm
Location: Palo Alto, CA
Thanked: 2867 times
Followed by:511 members
GMAT Score:800

by [email protected] » Wed Mar 04, 2015 11:44 am
Hi regor60,

Are you posting this question out of general curiosity about the math involved? I ask because it doesn't match the "design" of anything that you'll see on the Official GMAT. While you will likely face one general "function" question and a graphing question or two on Test Day, none of them will be this 'involved.'

GMAT assassins aren't born, they're made,
Rich
Contact Rich at [email protected]
Image

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 » Wed Mar 04, 2015 11:45 am
The problem should read as follows:
For all real numbers x and y, the function f satisfies the following:

f(x) + f(2x+y) + 5xy = f(3x-y) + 2x² + 1

What is the absolute value of f(-4) ?
f(x) = f(3x-y) - f(2x+y) - 5xy + 2x² + 1
Thus:
f(-4) = f(-12-y) - f(-8+y) + 20y + 32 + 1.
f(-4) = f(-12-y) - f(-8+y) + 20y + 33.

The first two terms on the right will cancel if the values in red are equal:
-12-y = -8+y
-2y = 4
y = -2.

Substituting y=-2 into f(-4) = f(-12-y) - f(-8+y)+ 20y + 33, we get:
f(-4) = f(-10) - f(-10) - 40 + 33.
f(-4) = -7.

Thus:
|f(-4)| = |-7| = 7.

Interesting problem, but irrelevant to the GMAT.
What is the source?
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

Master | Next Rank: 500 Posts
Posts: 416
Joined: Thu Oct 15, 2009 11:52 am
Thanked: 27 times

by regor60 » Wed Mar 04, 2015 12:25 pm
GMATGuruNY wrote:The problem should read as follows:
For all real numbers x and y, the function f satisfies the following:

f(x) + f(2x+y) + 5xy = f(3x-y) + 2x² + 1

What is the absolute value of f(-4) ?
f(x) = f(3x-y) - f(2x+y) - 5xy + 2x² + 1
Thus:
f(-4) = f(-12-y) - f(-8+y) + 20y + 32 + 1.
f(-4) = f(-12-y) - f(-8+y) + 20y + 33.

The first two terms on the right will cancel if the values in red are equal:
-12-y = -8+y
-2y = 4
y = -2.

Substituting y=-2 into f(-4) = f(-12-y) - f(-8+y)+ 20y + 33, we get:
f(-4) = f(-10) - f(-10) - 40 + 33.
f(-4) = -7.

Thus:
|f(-4)| = |-7| = 7.

Interesting problem, but irrelevant to the GMAT.
What is the source?
This is in today's Wall Street Journal- their method of showing exponentiation appears identical to subtraction.

Here's another one:

What is the largest whole number n such that [(7^2048)-1] is divisible by 4^n ?

7

User avatar
Legendary Member
Posts: 2663
Joined: Wed Jan 14, 2015 8:25 am
Location: Boston, MA
Thanked: 1153 times
Followed by:128 members
GMAT Score:770

by DavidG@VeritasPrep » Thu Mar 05, 2015 8:40 am
What is the largest whole number n such that [(7^2048)-1] is divisible by 4^n
Answers: 1, 3, 5, 7

So far as I can tell, this is basically a 'difference of squares' question on steroids. Nothing this involved would show up on the GMAT. (Which is to say nothing about having only four answer choices.)

Rewrite [(7^2048)-1] as 7^2048 - 1^2 (anytime you have the difference of two integers raised to even exponents, you have a difference of squares.)

(7^2048) - (1^2) = [(7^1024)+1] * [(7^1024) - 1]

Last term is again a difference of squares. Now we have:

[(7^1024)+1] * [(7^512) +1] * [(7^512)-1]

Again, we end with a difference of squares. Rewrite:

[(7^1024)+1] * [(7^512) +1] * [(7^256)+1] * [7^256)-1]

Same thing:

[(7^1024)+1] * [(7^512) +1] * [(7^256)+1] * [7^128)+1] * [(7^128) - 1]

And so on. This process will repeat over and over. If we keep going, we'll end up with:

[(7^1024)+1] * [(7^512) +1] * [(7^256)+1] * [(7^128) +1] * [(7^64) +1] * [(7^32) +1]* [(7^16) +1]* [(7^8) +1] * [(7^4) +1] * [(7^2) +1] * (7+1) * (7-1)

Note that every term in the product will be even. We have twelve even terms, which means we'll have at least twelve 2's, so we'll have at least six 4's. Therefore, the answer must be '7,' as '5' is too small. {Some additional 2's are included in 7+1, because 8 = 2^3.)

Again, this is well beyond the purview of the GMAT. Learn the rule for difference of squares, then erase this question from your memory banks. Way too complicated for GMAT purposes.
Veritas Prep | GMAT Instructor

Veritas Prep Reviews
Save $100 off any live Veritas Prep GMAT Course