Last visit was: 24 Apr 2024, 10:49 It is currently 24 Apr 2024, 10:49

Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Date
Tags:
Difficulty: 505-555 Levelx   Algebrax                           
Show Tags
Hide Tags
Senior Manager
Senior Manager
Joined: 11 May 2014
Status:I don't stop when I'm Tired,I stop when I'm done
Posts: 474
Own Kudos [?]: 38819 [77]
Given Kudos: 220
Location: Bangladesh
Concentration: Finance, Leadership
GPA: 2.81
WE:Business Development (Real Estate)
Send PM
Most Helpful Reply
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6821
Own Kudos [?]: 29904 [27]
Given Kudos: 799
Location: Canada
Send PM
General Discussion
avatar
Intern
Intern
Joined: 07 Jun 2017
Posts: 5
Own Kudos [?]: 4 [0]
Given Kudos: 1
Send PM
Math Expert
Joined: 02 Sep 2009
Posts: 92902
Own Kudos [?]: 618779 [1]
Given Kudos: 81588
Send PM
If y = x^2 - 6x + 9, what is the value of x? [#permalink]
1
Bookmarks
Expert Reply
mariachi0204 wrote:
I'm getting SUFFICIENT for statement 2. Here's how:

Given, x+y = 3
X = 3 - y
Substituting for X in the equation;

Y = (3-y)^2 - 6 (3-y) + 9
Y = 9 - 6y + y^2 - 18 + 6y + 9
Cancel out terms,
Y=y^2
Implies y = 1


Therefore x=2

Am I missing something?



Sent from my SM-G900F using GMAT Club Forum mobile app


From y = y^2 it follows that y(y - 1) = 0, so y = 1 or y = 0.

You cannot reduce y = y^2 by y because y can be 0 and we cannot divide by 0. By doing so you loose a root, namely y = 0.

Never reduce equation by variable (or expression with variable), if you are not certain that variable (or expression with variable) doesn't equal to zero. We cannot divide by zero.
Retired Moderator
Joined: 19 Mar 2014
Posts: 817
Own Kudos [?]: 969 [4]
Given Kudos: 199
Location: India
Concentration: Finance, Entrepreneurship
GPA: 3.5
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
4
Kudos
If \(y = x^2 - 6x + 9\), what is the value of x?

(1) \(y = 0\)

\(y = x^2 - 6x + 9\)

\(0 = x^2 - 6x + 9\)

\((x-3) (x-3) = 0\)

\(x = 3\)

Hence, (1) ===== is SUFFICIENT


(2) \(x + y = 3\)

\(y = 3 - x\)

\(y = x^2 - 6x + 9\)

\(3 - x = x^2 - 6x + 9\)

\(x^2 - 5x + 6 = 0\)

\((x - 3) (x - 2) = 0\)

\(x = 3\) Or

\(x = 2\)

Hence, (2) ===== is NOT SUFFICIENT

Hence, Answer is A

Did you like the answer? 1 Kudos Please :good
avatar
Intern
Intern
Joined: 15 Jul 2017
Posts: 7
Own Kudos [?]: 2 [1]
Given Kudos: 1
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
1
Kudos
The question is asking about the value of x, so X could not has two different values?
Math Expert
Joined: 02 Sep 2009
Posts: 92902
Own Kudos [?]: 618779 [1]
Given Kudos: 81588
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
1
Kudos
Expert Reply
mrmortezajafari wrote:
The question is asking about the value of x, so X could not has two different values?


When a DS question asks about the value of some variable, then the statement(s) is sufficient ONLY if you can get the single numerical value of this variable.

In a Yes/No Data Sufficiency questions, statement(s) is sufficient if the answer is “always yes” or “always no” while a statement(s) is insufficient if the answer is "sometimes yes" and "sometimes no".

Hope it helps.
Senior Manager
Senior Manager
Joined: 02 Jan 2016
Status:Studying 4Gmat
Posts: 366
Own Kudos [?]: 96 [0]
Given Kudos: 314
Location: India
Concentration: Strategy, Entrepreneurship
GMAT 1: 590 Q37 V33
GPA: 4
WE:Law (Manufacturing)
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
Bunuel wrote:
hero_with_1000_faces wrote:
Hi Bunuel,

I am confused with statement II:

from stem I could find that X is either -3 or 3, then I substituted it into the Equation Y = x^2 -6x + 9, and got either Y is 0 or 36. Thus X + Y = 3, X either 3 or -33.

Although I got two answer, but i think something is wrong with my approach, when compared to other approaches as stated below:

Statement 2: x + y = 3
Rearrange this equation to get: y = 3 - x
We're also told that y = x² - 6x + 9
So, it must be true that x² - 6x + 9 = 3 - x
Rearrange to get: x² - 5x + 6 = 0
Factor: (x - 2)(x - 3) = 0
So, EITHER x = 2 OR x = 3


From (1) x^2 - 6x + 9 = 0 --> (x - 3)^2 = 0 --> x = 3. So, sufficient.

Your reasoning for (2) is correct.




From Statement II :

I got X is either 3 or -33

While some other users got X = 3 or 2
Math Expert
Joined: 02 Sep 2009
Posts: 92902
Own Kudos [?]: 618779 [0]
Given Kudos: 81588
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
Expert Reply
hero_with_1000_faces wrote:
Bunuel wrote:
hero_with_1000_faces wrote:
Hi Bunuel,

I am confused with statement II:

from stem I could find that X is either -3 or 3, then I substituted it into the Equation Y = x^2 -6x + 9, and got either Y is 0 or 36. Thus X + Y = 3, X either 3 or -33.

Although I got two answer, but i think something is wrong with my approach, when compared to other approaches as stated below:

Statement 2: x + y = 3
Rearrange this equation to get: y = 3 - x
We're also told that y = x² - 6x + 9
So, it must be true that x² - 6x + 9 = 3 - x
Rearrange to get: x² - 5x + 6 = 0
Factor: (x - 2)(x - 3) = 0
So, EITHER x = 2 OR x = 3


From (1) x^2 - 6x + 9 = 0 --> (x - 3)^2 = 0 --> x = 3. So, sufficient.

Your reasoning for (2) is correct.




From Statement II :

I got X is either 3 or -33

While some other users got X = 3 or 2


I don't see how you got that.

The statement (2) is actually quite easy and should not be confusing:

The stem says that y = x^2 - 6x + 9
(2) says that x + y = 3, so y = 3 - x.

\(x^2 - 6x + 9 = 3 -x\)

\((3- x)^2 = 3 - x\)

\((3- x)^2 - (3 - x) = 0\)

\((3- x)(3- x - 1) = 0\)

\((3 - x)(2 - x) = 0\)

\(x = 3\) or \(x = 2\).

Hope it's clear!
GMAT Club Legend
GMAT Club Legend
Joined: 03 Jun 2019
Posts: 5343
Own Kudos [?]: 3964 [0]
Given Kudos: 160
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
AbdurRakib wrote:
If y = x^2 - 6x + 9, what is the value of x?

(1) y = 0
(2) x + y = 3


OG Q 2017 New Question(Book Question: 230)


If y = x^2 - 6x + 9, what is the value of x?
\(y = (x-3)^2\)

(1) y = 0
\(y = (x-3)^2 = 0\)
x = 3
SUFFICIENT

(2) x + y = 3
Since value of y is unknown
NOT SUFFICIENT

IMO A
Manager
Manager
Joined: 31 Mar 2019
Posts: 87
Own Kudos [?]: 48 [0]
Given Kudos: 105
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
GMATPrepNow wrote:
AbdurRakib wrote:
If y = x² - 6x + 9, what is the value of x?

(1) y = 0
(2) x + y = 3



Target question: What is the value of x?

Given: y = x² - 6x + 9

Statement 1: y = 0
This tells us that 0 = x² - 6x + 9
Factor the right side to get: 0 = (x - 3)(x - 3)
So, it MUST be the case that x = 3
Since we can answer the target question with certainty, statement 1 is SUFFICIENT

Statement 2: x + y = 3
Rearrange this equation to get: y = 3 - x
We're also told that y = x² - 6x + 9
So, it must be true that x² - 6x + 9 = 3 - x
Rearrange to get: x² - 5x + 6 = 0
Factor: (x - 2)(x - 3) = 0
So, EITHER x = 2 OR x = 3
Since we cannot answer the target question with certainty, statement 2 is NOT SUFFICIENT

Answer =

RELATED VIDEO



Hi ,

I have a doubt while considering statement 2
Why can’t we form the equation as stated below :
Y = 3-X
And then put and solve ,

3-X = (X-3)^2
Or , 3-X = (3-X)^2 Because (x-3)^2 = (3-x)^2

Then X=3

So Answer D

Kindly help

Posted from my mobile device
Math Expert
Joined: 02 Sep 2009
Posts: 92902
Own Kudos [?]: 618779 [1]
Given Kudos: 81588
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
1
Kudos
Expert Reply
LeenaSai wrote:
GMATPrepNow wrote:
AbdurRakib wrote:
If y = x² - 6x + 9, what is the value of x?

(1) y = 0
(2) x + y = 3



Target question: What is the value of x?

Given: y = x² - 6x + 9

Statement 1: y = 0
This tells us that 0 = x² - 6x + 9
Factor the right side to get: 0 = (x - 3)(x - 3)
So, it MUST be the case that x = 3
Since we can answer the target question with certainty, statement 1 is SUFFICIENT

Statement 2: x + y = 3
Rearrange this equation to get: y = 3 - x
We're also told that y = x² - 6x + 9
So, it must be true that x² - 6x + 9 = 3 - x
Rearrange to get: x² - 5x + 6 = 0
Factor: (x - 2)(x - 3) = 0
So, EITHER x = 2 OR x = 3
Since we cannot answer the target question with certainty, statement 2 is NOT SUFFICIENT

Answer =

RELATED VIDEO



Hi ,

I have a doubt while considering statement 2
Why can’t we form the equation as stated below :
Y = 3-X
And then put and solve ,

3-X = (X-3)^2
Or , 3-X = (3-X)^2 Because (x-3)^2 = (3-x)^2

Then X=3

So Answer D

Kindly help

Posted from my mobile device


From the stem: y = (3 - x)^2
From (2): y = 3 - x.

So, (3 - x)^2 = 3 - x.
(3 - x)^2 - (3 - x) = 0;
(3 - x)(3 - x - 1) = 0;
(3 - x)(2 - x) = 0;
x = 3 or x = 2.
Manager
Manager
Joined: 31 Mar 2019
Posts: 87
Own Kudos [?]: 48 [0]
Given Kudos: 105
Send PM
If y = x^2 - 6x + 9, what is the value of x? [#permalink]
Thanks for the prompt reply Bunuel ,

But I am stuck that why can’t we cancel the common (3-x) from both sides ?

Originally posted by LeenaSai on 05 Nov 2019, 05:48.
Last edited by LeenaSai on 05 Nov 2019, 05:55, edited 1 time in total.
Math Expert
Joined: 02 Sep 2009
Posts: 92902
Own Kudos [?]: 618779 [1]
Given Kudos: 81588
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
1
Kudos
Expert Reply
LeenaSai wrote:
Thanks for the prompt reply Bunuel ,

But I am stuck that why can’t we cancel the common (3-x ) from both sides ?


You cannot reduce (3 - x)^2 = 3 - x by 3 -x because 3 - x can be 0 and we cannot divide by 0. By doing so you loose a root, namely x = 3.

Never reduce equation by variable (or expression with variable), if you are not certain that variable (or expression with variable) doesn't equal to zero. We cannot divide by zero.

By the way, all this is already explained on previous two pages. I suggest to re-read the whole thread.

Hope it helps.
Director
Director
Joined: 21 Feb 2017
Posts: 521
Own Kudos [?]: 1034 [0]
Given Kudos: 1091
Location: India
GMAT 1: 700 Q47 V39
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
GMATPrepNow wrote:
AbdurRakib wrote:
If y = x² - 6x + 9, what is the value of x?

(1) y = 0
(2) x + y = 3



Target question: What is the value of x?

Given: y = x² - 6x + 9

Statement 1: y = 0
This tells us that 0 = x² - 6x + 9
Factor the right side to get: 0 = (x - 3)(x - 3)
So, it MUST be the case that x = 3
Since we can answer the target question with certainty, statement 1 is SUFFICIENT

Statement 2: x + y = 3
Rearrange this equation to get: y = 3 - x
We're also told that y = x² - 6x + 9
So, it must be true that x² - 6x + 9 = 3 - x
Rearrange to get: x² - 5x + 6 = 0
Factor: (x - 2)(x - 3) = 0
So, EITHER x = 2 OR x = 3
Since we cannot answer the target question with certainty, statement 2 is NOT SUFFICIENT

Answer =

RELATED VIDEO


Hi GMATPrepNow thanks for the valuable video :) I had a question; as per the videos, does it then mean that every time we must solve the entire question to ensure that the variable doesn't disappear and also solve the quadratic equation every time to ensure whether or not it has two solutions?
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6821
Own Kudos [?]: 29904 [2]
Given Kudos: 799
Location: Canada
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
1
Kudos
Expert Reply
Top Contributor
Kritisood wrote:
Hi GMATPrepNow thanks for the valuable video :) I had a question; as per the videos, does it then mean that every time we must solve the entire question to ensure that the variable doesn't disappear and also solve the quadratic equation every time to ensure whether or not it has two solutions?


When it comes to DS questions where we need to find some value from an equation, we must always ensure that there's only one possible answer to the target question.
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18754
Own Kudos [?]: 22046 [1]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
1
Kudos
Expert Reply
AbdurRakib wrote:
If y = x^2 - 6x + 9, what is the value of x?

(1) y = 0
(2) x + y = 3


OG Q 2017 New Question(Book Question: 230)

Solution:

Question Stem Analysis:


We need to determine the value of x.

Statement One Alone:

Since y = 0, we can solve the equation:

x^2 - 6x + 9 = 0

(x - 3)^2 = 0

x - 3 = 0

x = 3

Statement one alone is sufficient.

Statement Two Alone:

Since x + y = 3, y = 3 - x and we can solve the equation:

x^2 - 6x + 9 = 3 - x

x^2 - 5x + 6 = 0

(x - 3)(x - 2) = 0

x = 3 or x = 2

Since x can be either 3 or 2, statement two alone is not sufficient.

Answer: A
GMAT Club Legend
GMAT Club Legend
Joined: 03 Oct 2013
Affiliations: CrackVerbal
Posts: 4946
Own Kudos [?]: 7626 [0]
Given Kudos: 215
Location: India
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
Top Contributor
Statement 1: y=0

\( x^2 - 6x + 9 =0\)
\((x-3)^2 = 0\)
\( x=3\)
Since you get a definite value of x, statement 1 is sufficient.

Statement 2: x + y = 3 ===> y= 3-x
\( y = x^2 - 6x + 9\)
\(3-x=x^2 - 6x + 9\)
\(x^2 - 5x + 6=0\)
\((x-3)(x-2)=0\)
\(x=3,2\)
Since two values are possible for x, statement 2 is insufficient

Option A is the answer

Thanks,
Clifin J Francis
GMAT SME
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32649
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: If y = x^2 - 6x + 9, what is the value of x? [#permalink]
Moderator:
Math Expert
92902 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne