If x = y^2, what is the value of y – x?

This topic has expert replies
Source: — Data Sufficiency |

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
BTGModeratorVI wrote:
Sat Feb 15, 2020 3:31 pm
If x = y^2, what is the value of y – x?

(1) x = 4
(2) x + y = 2

Source: Official Guide
Answer: C
Given: x = y²

Target question: What is the value of y – x?

Statement 1: x = 4
Plug this value into our given equation, x = y², to get: 4 = y², which means EITHER y = 2 OR y = -2
Let's examine both cases:
Case a: If y = 2 and x = 4, then the answer to the target question is y - x = 2 - 4 = -2
Case b: If y = -2 and x = 4, then the answer to the target question is y - x = (-2) - 4 = -6
Since we cannot answer the target question with certainty, statement 1 is NOT SUFFICIENT

Statement 2: x + y = 2
Subtract with y from both sides of the equation to get: x = 2 - y
Now take x = y² and replace x with 2 - y to get: 2 - y = y²
Set this equation to zero to get: y² + y - 2 = 0
Factor: (y + 2)(y - 1) = 0
So, EITHER y = 2 OR y = 1
Case a: If y = 2, then x = 4 (since it's given that x = y²). So, the answer to the target question is y - x = 2 - 4 = -2
Case b: If y = 1, then x = 1 (since it's given that x = y²). So, the answer to the target question is y - x = 1 - 1 = 0
Since we cannot answer the target question with certainty, statement 2 is NOT SUFFICIENT


Statements 1 and 2 combined
Statement 1 tells us that EITHER y = 2 OR y = -2
Statement 2 tells us that EITHER y = 2 OR y = 1
When we combine the statements, we can see that it MUST be the case that y = 2
If y = 2, then x = 4 (since it's given that x = y²). So, the answer to the target question is y - x = 2 - 4 = -2
Since we can answer the target question with certainty, the combined statements are SUFFICIENT

Answer: C

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

Legendary Member
Posts: 2214
Joined: Fri Mar 02, 2018 2:22 pm
Followed by:5 members
What is the value of y-x?
Statement 1: x = 4.
$$From\ the\ question\ stem,\ x=y^2\ where\ x=4$$
$$4=y^2$$
$$\sqrt{ }4=\sqrt{ }y^2$$
$$If\ x=4\ and\ y=+2,\ then\ y-x=2-4=-2$$
$$If\ x=4\ and\ y=-2,\ then\ y-x=-2-4=-6$$
Sine we do not know the exact value of the target question, statement 1 is, therefore, NOT SUFFICIENT.

Statement 2: x+y=2
$$From\ the\ question\ stem,\ x=y^2$$ $$Therefore,\ y^2+y=2$$
$$y^2+y-2=0$$
(y+2) (y-1) = 0
y+2=0 or y-1=0
y = -2 or y = 1
$$If\ y=-2\ for\ x=y^2,\ then\ x=-2^2=4$$ $$and\ y-x=-2-4=-6$$
$$If\ y=1\ for\ x=y^2,\ then\ x=1^2=1$$ $$and\ y-x=1-1=0$$
Since we do not know the exact answer of the target question, then statement 2 is NOT SUFFICIENT.

Combining both statements together:
From statement 1: x=4
From statement 2: x+y=2
Then, substitute the value of x in statement 2 with the one in statement
We have 4 + y = 2
y = 2 - 4 = -2
Hence, y - x = -2 - 4 = -6
ThereforeBoth statements combined together are SUFFICIENT.