GMAT Prep 1- Function

This topic has expert replies
User avatar
Junior | Next Rank: 30 Posts
Posts: 28
Joined: Mon Mar 14, 2016 6:17 pm
Thanked: 1 times

GMAT Prep 1- Function

by nsuen » Sun Jun 12, 2016 8:49 pm
Hi-

Q: For which of the following function f is f(x)= f(1-x) for all x? The correct answer is D

A f(x)=1-x
B f(x)=1-x^2
C f(x)=x^2-(1-x)^2
D f(x)=x^2(1-x)^2
E f(x)= x/(1-x)

I still have no clue how to do this question. Thanks!
Source: — Problem Solving |

User avatar
Master | Next Rank: 500 Posts
Posts: 410
Joined: Fri Mar 13, 2015 3:36 am
Location: Worldwide
Thanked: 120 times
Followed by:8 members
GMAT Score:770

by OptimusPrep » Sun Jun 12, 2016 9:32 pm
nsuen wrote:Hi-

Q: For which of the following function f is f(x)= f(1-x) for all x? The correct answer is D

A f(x)=1-x
B f(x)=1-x^2
C f(x)=x^2-(1-x)^2
D f(x)=x^2(1-x)^2
E f(x)= x/(1-x)

I still have no clue how to do this question. Thanks!
Given: f(x)= f(1-x)
This means if we replace x by 1 - x in the function, still the result should be same.

Checking each option:

A f(x)=1-x
f(1 - x) = 1 - (1-x) = x. Not equal to f(x)
INCORRECT

B f(x)=1-x^2
f(1-x) = 1- (1-x)^2 = 1 - (1 +x^2 - 2x). Not equal to f(x)
INCORRECT

C f(x)=x^2-(1-x)^2
f(1-x) = (1-x)^2 - (1 - 1 +x)^2 = (1-x)^2 -x^2. Not equal to f(x)
INCORRECT

D f(x)=x^2(1-x)^2
f(1-x) = (1-x)^2(1 - 1 + x)^2 = (1-x)^2*x^2.
This is equal to f(x)
CORRECT

E f(x)= x/(1-x)
f(1-x) = 1-x/1-x + x = (1-x)/x. Not equal to f(x)
INCORRECT

Correct Option: D

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 » Mon Jun 13, 2016 1:49 am
For which of the following functions f is f(x) = f(1-x) for all x?

a. f(x)= 1-x
b. f(x)= 1-x²
c. f(x)= x²-(1-x)²
d. f(x)= x²(1-x)²
e. f(x)= x/(1-x)
Let x=2.
Then f(x) = f(2) and f(1-x) = f(1-2) = f(-1).
The question becomes:

For which of the following functions does f(2) = f(-1)?

Answer choice A:
f(2) = 1-2 = -1.
f(-1) = 1-(-1) = 2.
Doesn't work.

Answer choice B:
f(2) = 1 - 2² = -3.
f(-1) = 1 - (-1)² = 0.
Doesn't work.

Answer choice C:
f(2) = 2² - (1-2)² = 4 - 1 = 3.
f(-1) = (-1)² - [1-(-1)]² = 1-4 = -3.
Doesn't work.

Answer choice D:
f(2) = 2² * (1-2)² = 4 * 1 = 4.
f(-1) = (-1)² * [1-(-1)]² = 1 * 4 = 4.
Success!

Answer choice E:
f(2) = 2/(1-2) = -2.
f(-1) = (-1)/[(1-(-1)] = -1/2.
Doesn't work.

The correct answer is D.
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

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Mon Jun 13, 2016 5:20 am
For which of the following functions f is f(x)=f(1-x) for all x?

A) f(x) = 1-x
B) f(x) = 1-x²
C) f(x) = x² - (1-x)²
D) f(x) = x²(1-x)²
E) f(x) = x/(1-x)
Mitch's solution is perfect. Here's another version where we test the values using x = 0

So, we can reword the question as, For which of the following functions is f(0)=f(1-0)
In other words, we're looking for a function such that f(0) = f(1)

A) f(x)=1-x
f(0)=1-0 = 1
f(1)=1-1 = 0
Since f(0) doesn't equal f(1), eliminate A

B) f(x) = 1 - x²
f(0) = 1 - 0² = 1
f(1) = 1 - 1² = 0
Since f(0) doesn't equal f(1), eliminate B

C) f(x) = x² - (1-x)²
f(0) = 0² - (1-0)² = -1
f(1) = 1² - (1-1)² = 1
Since f(0) doesn't equal f(1), eliminate C

D) f(x) = x²(1-x)²
f(0) = 0^2(1-0)^2 = 0
f(1) = 1^2(1-1)^2 = 0
Since f(0) equals f(1), keep D for now

E) f(x) = x/(1-x)
f(0) = 0/(1-0) = 0
f(1) = 1/(1-1) = undefined
Since f(0) doesn't equal f(1), eliminate E

Since only D satisfies the condition that f(x)=f(1-x) when x=0, the correct answer is D

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

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] » Mon Jun 13, 2016 8:32 am
Hi nsuen,

Functions are really just equations for graphs. Function questions can often be solved by TESTing VALUES or doing algebra.

Here, we're asked which of these functions has the same RESULT when you plug in (X) and (1-X). This is a perfect situation for TESTing VALUES.

Since we're dealing with functions/graphs, we can TEST any value for X that we want. Let's keep things super-easy and use X = 0.

So, we now need to plug in 0 and 1-0 = 1 into each equation and track the results...

Answer A:
X = 0 ===> 1
X = 1 ===> 0
Not the same result

Answer B:
X = 0 ===> 1
X = 1 ===> 0
Not the same result

Answer C:
X = 0 ===> 0 - 1 = -1
X = 1 ===> 1 - 0 = 1
Not the same result

Answer D:
X = 0 ===> 0(1) = 0
X = 1 ===> 1(0) = 0
SAME RESULT

Answer E:
X = 0 ===> 0/1
X = 1 ===> 1/0
Not the same result

Final Answer: D

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

Senior | Next Rank: 100 Posts
Posts: 40
Joined: Wed Aug 30, 2017 6:48 pm

by danielle07 » Thu Aug 31, 2017 10:40 pm
Find the solution below:

A. f(x)=1-x
f(0)=1-0 = 1
f(1)=1-1 = 0
It can't be the answer

B. f(x) = 1 - x²
f(0) = 1 - 0² = 1
f(1) = 1 - 1² = 0
It can't be the answer

C. f(x) = x² - (1-x)²
f(0) = 0² - (1-0)² = -1
f(1) = 1² - (1-1)² = 1
It can't be the answer

D. f(x) = x²(1-x)²
f(0) = 0^2(1-0)^2 = 0
f(1) = 1^2(1-1)^2 = 0
Since f(0) is equal to f(1), we will keep it as the answer

E. f(x) = x/(1-x)
f(0) = 0/(1-0) = 0
f(1) = 1/(1-1) = undefined
It can't be the answer

the correct and only answer is D

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 8083
Joined: Sat Apr 25, 2015 10:56 am
Location: Los Angeles, CA
Thanked: 43 times
Followed by:29 members

Re: GMAT Prep 1- Function

by Scott@TargetTestPrep » Fri Feb 14, 2020 1:34 pm
nsuen wrote:
Sun Jun 12, 2016 8:49 pm
Hi-

Q: For which of the following function f is f(x)= f(1-x) for all x? The correct answer is D

A f(x)=1-x
B f(x)=1-x^2
C f(x)=x^2-(1-x)^2
D f(x)=x^2(1-x)^2
E f(x)= x/(1-x)

I still have no clue how to do this question. Thanks!
Solution:

Since we are not given any restrictions on the value of x, let’s let x = 1. Thus, we are determining for which of the following functions f(1) = f(1-1), i.e., f(1) = f(0). Next, we can test each answer choice using our value x = 1.

A. f(x) = 1 - x

f(1) = 1 - 1 = 0

f(0) = 1 - 0 = 1

Since 0 does not equal 1, A is not correct.

B. f(x) = 1 - x^2

f(1) = 1 - 1^2 = 1 - 1 = 0

f(0) = 1 - 0^2 = 1 - 0 = 1

Since 0 does not equal 1, B is not correct.

C. f(x) = x^2 - (1 - x)^2

f(1) = 1^2 - (1 - 1)^2 = 1 - 0 = 1

f(0) = 0^2 - (1 - 0)^2 = 0 - 1 = -1

Since 1 does not equal -1, C is not correct.

D. f(x) = x^2*(1 - x)^2

f(1) = 1^2*(1 - 1)^2 = 1(0)= 0

f(0) = 0^2*(1 - 0)^2 = 0(2) = 0

Since 0 equals 0, D is correct.

Alternate Solution:

Let’s test each answer choice using x and 1 - x.

A. f(x) = 1 - x

f(x) = 1 - x

f(1 - x) = 1 - (1 - x) = x

Since 1 - x does not equal x, A is not correct.

B. f(x) = 1 - x^2

f(x) = 1 - x^2

f(1 - x) = 1 - (1 - x)^2 = 1 - (1 + x^2 -2x) = 2x - x^2

Since 1 - x^2 does not equal 2x - x^2, B is not correct.

C. f(x) = x^2 - (1 - x)^2

f(x) = x^2 - (1 - x)^2 = x^2 - (1 + x^2 - 2x) = 2x - 1

f(1 - x) = (1 - x)^2 - (1 - (1 - x))^2 = 1 + x^2 - 2x - x^2 = 1 - 2x

Since 2x - 1 does not equal 1 - 2x, C is not correct.

D. f(x) = x^2*(1 - x)^2

f(x) = x^2*(1 - x)^2

f(1 - x) = (1 - x)^2*(1 - (1 - x))^2 = (1 - x)^2*x^2

Since x^2*(1 - x)^2 equals (1 - x)^2*x^2, D is correct.

Answer: D

Scott Woodbury-Stewart
Founder and CEO
[email protected]

Image

See why Target Test Prep is rated 5 out of 5 stars on BEAT the GMAT. Read our reviews

ImageImage