Last visit was: 29 Apr 2024, 09:03 It is currently 29 Apr 2024, 09:03

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
User avatar
Manager
Manager
Joined: 20 Mar 2005
Posts: 117
Own Kudos [?]: 414 [0]
Given Kudos: 0
Send PM
User avatar
Manager
Manager
Joined: 25 Jul 2007
Posts: 58
Own Kudos [?]: 32 [0]
Given Kudos: 0
Send PM
User avatar
Intern
Intern
Joined: 01 Nov 2007
Posts: 29
Own Kudos [?]: 24 [0]
Given Kudos: 0
Send PM
User avatar
Manager
Manager
Joined: 01 Sep 2006
Posts: 121
Own Kudos [?]: 66 [0]
Given Kudos: 0
Location: Phoenix, AZ, USA
 Q49  V40
Send PM
Re: Gmat perp DS-2 [#permalink]
y=(x+a) (x+b)
y=(x^2 + ax + bx + ab)
y=(x^2 +x (a+b) + ab

from 1 (a+b)= -1 insuff
from 2 -6=0+0+ab insuff

Togather

at point of intersection y=0
0=x^2 + (-1)x + (-6) = x= (-1 + sqrt (1+24))/2 or (-1 - sqrt (1+24))/2
avatar
Director
Director
Joined: 28 Dec 2005
Posts: 697
Own Kudos [?]: 535 [0]
Given Kudos: 2
Send PM
Re: Gmat perp DS-2 [#permalink]
I end up with E....

at the end, all i know is the two values are some -3 and +2 .... but we dont know which one a is, and which one b is
User avatar
Manager
Manager
Joined: 25 Jul 2007
Posts: 58
Own Kudos [?]: 32 [0]
Given Kudos: 0
Send PM
Re: Gmat perp DS-2 [#permalink]
I don't think anyone read the Important Note I wrote in my post.

I will explain again.

Now we know that for the points of intersection at the x-axis , y=0.
Therefore,from the given equation in the question,
we have (x+a)(x+b)=0.

You do get 2 values for 'a' & 'b'. However, the co-ordinates of the points of intersection do not change. You get exactly two possible co-ordinates.

The two possible values of 'a' are -3 & 2.
The two possible values of 'b' are 2 & -3.

i.e either a= -3 & b=2
OR
a=2 & b=-3.

Consider scenario 1.
if a=-3 & b=2, we have
(x-3)(x+2)=0. (since y=0)
Therefore x=3 OR x=-2.
Therefore the points of intersection would be (3,0) and (-2,0)

Consider scenario 2.
if a=2 & b=-3,we have
(x+2)(x-3)=0
Therefore x=-2 OR x=3
Therefore the points of intersection would again be (3,0) and (-2,0)

Please note that the actual values of 'a' & 'b' are irrelevant. The question asks for the 2 points of intersection and we can derive them from the given information.
User avatar
VP
VP
Joined: 29 Mar 2007
Posts: 1150
Own Kudos [?]: 1737 [0]
Given Kudos: 0
Send PM
Re: Gmat perp DS-2 [#permalink]
Balvinder wrote:
please explain this ..i dont have the OA.


y=(x+a)(x+b)

We are looking for point (x,0)

1: a+b=-1. No help here.

2: Y int: (0,-6) No help here either b/c

-6=(x+a)(x+b) plug in for x ---> ab=-6. We cannot find out the x int. w/ this.

1&2: y=x^2+xa+xb+ab -- > x(x+a+b) -6 ---> x(x-1)-6 --> x^2-x-6

(x-3)(x+2) the line crosses the x axis at either point 3 or -2. Insuff.


E
avatar
Director
Director
Joined: 28 Dec 2005
Posts: 697
Own Kudos [?]: 535 [0]
Given Kudos: 2
Send PM
Re: Gmat perp DS-2 [#permalink]
you know what, after reading it again this morning, i change my answer to C.

Jbs is right in his post above; using both statements we can come up with values for a and b, but really you are ending up with just two points, (-3,0) and (2,0)
User avatar
Senior Manager
Senior Manager
Joined: 03 Sep 2006
Posts: 446
Own Kudos [?]: 6781 [0]
Given Kudos: 33
Send PM
Re: Gmat perp DS-2 [#permalink]
y = (x+a)(x+b) = x^2 + (a+b)x +ab

This is the equation of right side up Parabola. ( Positive general quadratic equation )

y = ax^2 + bx + c ( general positive quadratic equation )

y = a(x – h)^2 + k, then the vertex is the point (h, k). This makes sense, if you think about it. The squared part is always positive (for a right-side-up parabola).

y = ax^2 + bx + c, the vertex (h, k) is found by computing h = –b/2a, and then evaluating y at h to find k.
k = (4ac – b^2) / 4a

Just the background if someone wants to know fundamentals :wink:

Okkkkk so the equation we have is

y = x^2 + (a+b)x +ab

vertex (h,k) can be found

h= -(a+b)/2

k=(4ab-(a+b)^2)/4

from (i) we get the vertex as ( -1/2, ab-1/4)

As we do not know ab, we can't determine the point where it corsses the X axis.

From (ii), we know the value of ab=-6

Combining (i) and (ii), we can definitely find the points where the parabola crosses the x-axis. ( I am not finding, but the points would be possibly ( not necessary ) coresponding points on the positive side and negative side of the X axis )

Therefore the answer is C

*************************************************************

Second simple and layman's approach

equation y=x^2+(a+b)x+ab

from (i) y= x^2-x+ab

For y=0, x= ab and also x = 1-ab

as we don't know value of ab, we can't say what are the two values of x

From(ii), we get ab=-6

From (i) and (ii), we can definitely find the values of x where the parabola instersects.


x=-6 and x= 7
:wink:
User avatar
Manager
Manager
Joined: 27 Aug 2007
Posts: 125
Own Kudos [?]: 28 [0]
Given Kudos: 0
Send PM
Re: Gmat perp DS-2 [#permalink]
Another vote for C,
we know to points, either (-3;2) and (2;-3) one of them

Ans: C



Archived Topic
Hi there,
This topic has been closed and archived due to inactivity or violation of community quality standards. No more replies are possible here.
Where to now? Join ongoing discussions on thousands of quality questions in our Data Sufficiency (DS) Forum
Still interested in this question? Check out the "Best Topics" block above for a better discussion on this exact question, as well as several more related questions.
Thank you for understanding, and happy exploring!
GMAT Club Bot
Re: Gmat perp DS-2 [#permalink]
Moderators:
Math Expert
93007 posts
Senior Moderator - Masters Forum
3137 posts
GMAT Tutor
1905 posts

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