Last visit was: 24 Apr 2024, 03:52 It is currently 24 Apr 2024, 03:52

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:
Show Tags
Hide Tags
User avatar
Senior Manager
Senior Manager
Joined: 09 Aug 2006
Posts: 351
Own Kudos [?]: 975 [87]
Given Kudos: 0
Send PM
Most Helpful Reply
User avatar
Director
Director
Joined: 10 Jun 2007
Posts: 654
Own Kudos [?]: 1574 [16]
Given Kudos: 0
Send PM
Math Expert
Joined: 02 Sep 2009
Posts: 92901
Own Kudos [?]: 618698 [10]
Given Kudos: 81586
Send PM
General Discussion
User avatar
Senior Manager
Senior Manager
Joined: 22 Jul 2012
Status:Gonna rock this time!!!
Posts: 356
Own Kudos [?]: 166 [2]
Given Kudos: 562
Location: India
GMAT 1: 640 Q43 V34
GMAT 2: 630 Q47 V29
WE:Information Technology (Computer Software)
Send PM
Re: Which of the following is always equal to sqrt(9+x^2-6x)? [#permalink]
1
Kudos
1
Bookmarks
This is true and absolute value properties confirms this because:
|a-b| = |b-a|


Bunuel/KArishma,
Is this always true?
avatar
Intern
Intern
Joined: 16 Dec 2012
Posts: 3
Own Kudos [?]: [0]
Given Kudos: 1
Send PM
Re: Which of the following is always equal to sqrt(9+x^2-6x)? [#permalink]
Which of the following is always equal to \sqrt{9+x^2-6x}?

A. x - 3
B. 3 + x
C. |3 - x|
D. |3 + x|
E. 3 - x


Hi, can anyone explain me how to go abt this...the above answers have got a
lil confusing for me.

ill go one option at a time:

A. x-3

when we square x-3 it give x^2+9-6x
if we squareroot x^2+9-6x then we get the same exp...so for me this seems
to be an answer

B. 3+x

when we square 3+x it gives 9+6x+x^2
this is all positive unlike 9+x^2-6x given in the question, so not an answer

C. |3-x|

given sqrt{9+x^2-6x}

solving sqrt(3-x)

|3-x|=sqrt(3-x)

this too seems to be a possible answer

D. |3+x|

this will give 9+x^2+6x which is not equal to the equation given hence not
an answer

E. 3-x

=9+x^2-6x

this too seems fine

can anyone please clarify where im going wrong.... in all the options...


Thanks
Math Expert
Joined: 02 Sep 2009
Posts: 92901
Own Kudos [?]: 618698 [0]
Given Kudos: 81586
Send PM
Re: Which of the following is always equal to sqrt(9+x^2-6x)? [#permalink]
Expert Reply
mehasingh wrote:
Which of the following is always equal to \sqrt{9+x^2-6x}?

A. x - 3
B. 3 + x
C. |3 - x|
D. |3 + x|
E. 3 - x


Hi, can anyone explain me how to go abt this...the above answers have got a
lil confusing for me.

ill go one option at a time:

A. x-3


Notice that the square root function cannot give negative result: \(\sqrt{{some \ expression}}\geq{0}\).

So, \(\sqrt{9+x^2-6x}=\sqrt{(3-x)^2}\geq{0}\).

Now, in option A we have x-3, which can be negative if x<3, so A cannot be the correct answer.

Hope it's clear.
avatar
Intern
Intern
Joined: 19 Jul 2014
Posts: 21
Own Kudos [?]: 47 [0]
Given Kudos: 138
Location: India
Concentration: Finance, Accounting
GPA: 3.12
Send PM
Re: Which of the following is always equal to sqrt(9+x^2-6x)? [#permalink]
Bunuel Can you please help here?
According to my understanding there are two cases in the GMAT:
Case 1 :

sqrt[(-5)*(-5)] = -5

Case 2 :

sqrt[(5)*(5)] = 5

Is my understanding correct?

Thanks in advance
Ankit
Math Expert
Joined: 02 Sep 2009
Posts: 92901
Own Kudos [?]: 618698 [7]
Given Kudos: 81586
Send PM
Re: Which of the following is always equal to sqrt(9+x^2-6x)? [#permalink]
4
Kudos
3
Bookmarks
Expert Reply
ankittiss wrote:
Bunuel Can you please help here?
According to my understanding there are two cases in the GMAT:
Case 1 :

sqrt[(-5)*(-5)] = -5

Case 2 :

sqrt[(5)*(5)] = 5

Is my understanding correct?

Thanks in advance
Ankit


No, it's totally wrong.

When the GMAT provides the square root sign for an even root, such as a square root, fourth root, etc. then the only accepted answer is the positive root. That is:

\(\sqrt{9} = 3\), NOT +3 or -3;
\(\sqrt[4]{16} = 2\), NOT +2 or -2;

Notice that in contrast, the equation \(x^2 = 9\) has TWO solutions, +3 and -3. Because \(x^2 = 9\) means that \(x =-\sqrt{9}=-3\) or \(x=\sqrt{9}=3\).

Theory on Number Properties: math-number-theory-88376.html
Tips on Numper Properties: number-properties-tips-and-hints-174996.html

All DS Number Properties Problems to practice: search.php?search_id=tag&tag_id=38
All PS Number Properties Problems to practice: search.php?search_id=tag&tag_id=59


About \(\sqrt{x^2}=|x|\):

Again, the point here is that since square root function can not give negative result then \(\sqrt{some \ expression}\geq{0}\).

So \(\sqrt{x^2}\geq{0}\). But what does \(\sqrt{x^2}\) equal to?

Let's consider following examples:
If \(x=5\) --> \(\sqrt{x^2}=\sqrt{25}=5=x=positive\);
If \(x=-5\) --> \(\sqrt{x^2}=\sqrt{25}=5=-x=positive\).

So we got that:
\(\sqrt{x^2}=x\), if \(x\geq{0}\);
\(\sqrt{x^2}=-x\), if \(x<0\).

What function does exactly the same thing? The absolute value function: \(|x|=x\), if \(x\geq{0}\) and \(|x|=-x\), if \(x<0\). That is why \(\sqrt{x^2}=|x|\).

Hope it helps.
Senior Manager
Senior Manager
Joined: 04 Jun 2016
Posts: 484
Own Kudos [?]: 2333 [1]
Given Kudos: 36
GMAT 1: 750 Q49 V43
Send PM
Re: Which of the following is always equal to sqrt(9+x^2-6x)? [#permalink]
1
Kudos
GK_Gmat wrote:
Which of the following is always equal to \(\sqrt{9+x^2-6x}\)?

A. x - 3
B. 3 + x
C. |3 - x|
D. |3 + x|
E. 3 - x


There should be no confusion regarding this question.
SQUAREROOT and MODULUS have the same property regarding the polarity of a number. THEY BOTH YIELDS ONLY POSITIVE OUTPUTS.

Q:- what is the surest way to make any value positive. ?
A:- Take the modulus of the value |x|

So we know \(\sqrt{9+x^2-6x}\) will gives us ONLY POSITIVE VALUE, Then we should make sure that the option also matches this property.
Therefore only |3 - x| and |3+x| are the one that will always give positive value
BUT |3+x| is not a root or solution of \(\sqrt{9+x^2-6x}\)
So the only option left is |3-x|

ANSWER IS C
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32644
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: Which of the following is always equal to sqrt(9+x^2-6x)? [#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: Which of the following is always equal to sqrt(9+x^2-6x)? [#permalink]
Moderators:
Math Expert
92901 posts
Senior Moderator - Masters Forum
3137 posts

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