BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Target Test Prep · GMAT

Choose how you want to prepare

Learn live with an expert or move at your own pace. Every option includes the complete TTP study system.

★★★★★5.0559 reviews
Vote for Target Test Prep, Newsweek Readers’ Choice Awards 2026
NEWSWEEK READERS’ CHOICE 2026

BIG NEWS! Target Test Prep has been nominated, and they’d love your vote!

TTP has worked incredibly hard to build the best test prep experience possible, and winning Newsweek’s 2026 Readers’ Choice Award for Best Test Prep would mean a lot to them. If TTP has helped you, they’d be incredibly grateful for your vote. You can vote once each day through September 9.

Vote for TTP
GMATLiveTeach 7 seats left
Chris Peckover
NEXT LIVE COHORT

Oct 13 to Jan 7, 2027

with Chris Peckover

Schedule
Tue, Thu · 8:00 to 10:00 PM ET
Included
40 live hours + 6 months of GMAT OnDemand
  • Live instruction and real-time questions
  • Class recordings and assigned practice
View class & enroll
Limited cohort · enrollment openTarget Test Prep
EALiveTeach 5 seats left
Logan Thompson
EXECUTIVE ASSESSMENT

Sep 6 to Dec 6, 2026

with Logan Thompson

Schedule
Sun · 9:30 AM to 12:30 PM ET
Included
40 hours of live online classes plus six months of access to the complete TTP EA OnDemand course.
  • 165+ EA Score Guarantee
  • 4,100+ Quant, Verbal, and Integrated Reasoning practice questions
  • 400+ hours of in-depth video lessons
  • 3,000+ step-by-step video solutions
View EA class & enroll
Limited cohort · enrollment openTarget Test Prep
GMATOnDemand Start anytime
SELF-PACED MASTERCLASS

Target Test Prep GMAT OnDemand

Complete access from day one. Study on your schedule.

715+ score guarantee
$0to start then $127/mo
  • Personalized study plan and analytics
  • Thousands of lessons and practice questions

Compare the format, schedule, and included access before enrolling. Prices and seat counts shown reflect the supplied offer details.

Coordinate geometry

Expert replies
by Deepthi Subbu » Mon Jan 10, 2011 11:30 pm
In the xy-plane, at what two points does the graph of y = (x + a)(x + b) intersect the x-axis?

(1) a + b = -1

(2) The graph intersects the y-axis at (0, -6).
Join the discussion
Source: — Data Sufficiency |

by Night reader » Tue Jan 11, 2011 12:49 am
Deepthi Subbu wrote:In the xy-plane, at what two points does the graph of y = (x + a)(x + b) intersect the x-axis?

(1) a + b = -1

(2) The graph intersects the y-axis at (0, -6).
when intercepting x-axis set y=0, x^2 +(a+b)*x + ab*x= 0 {foiling}

st(1) a+b=-1, x^2 +(-1)*x + ab*x= 0, can not solve for x, ab-? Not Sufficient;
st(2) y-intercept (0,-6) OR allowing distant line point as ab=-6 for the line equation in question OR x^2 +(a+b)*x + ab*x= 0 OR x^2 +(a+b)*x + (-6)*x= 0. can not solve for x, (a+b)-? Not Sufficient;
Combining st(1&2), x^2 +(-1)*x + (-6)*x= 0 OR x^2 - x + -6x = 0, x^2-7x=0 <=> x(x-7)=0 => x belongs {0;7} where x=0 for y-intercept and x=7 for x-intercept. Sufficient

Answer C
Join the discussion

by GMATGuruNY » Tue Jan 11, 2011 5:45 am
Deepthi Subbu wrote:In the xy-plane, at what two points does the graph of y = (x + a)(x + b) intersect the x-axis?

(1) a + b = -1

(2) The graph intersects the y-axis at (0, -6).
The graph will intersect the x axis when y=0.
Since y = (x+a)(x+b), y=0 when either (x+a) = 0 or (x+b) = 0.
Thus, to determine which x values will make y=0, we need to know the values of a and b.

Statement 1:
2 variables, 1 linear equation, insufficient.

Statement 2:
Substituting x=0 and y=-6 into y = (x+a)(x+b), we get:
-6 = (0+a)(0+b)
-6 = ab.
2 variables, 1 equation, insufficient.

Statements 1 and 2 together:
2 variables, 2 different equations, sufficient.

The correct answer is C.
Last edited by GMATGuruNY on Tue Jan 11, 2011 7:11 am, edited 1 time in total.
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
Join the discussion

by anshumishra » Tue Jan 11, 2011 5:54 am
GMATGuruNY wrote:
Deepthi Subbu wrote:In the xy-plane, at what two points does the graph of y = (x + a)(x + b) intersect the x-axis?

(1) a + b = -1

(2) The graph intersects the y-axis at (0, -6).
The graph will intersect the x axis when y=0.
Since y = (x+a)(x+b), y=0 when either (x+a) = 0 or (x+b) = 0.
Thus, to determine which x values will make y=0, we need to know the values of a and b.

Statement 1:
2 variables, 1 linear equation, insufficient.

Statement 2:
Substituting x=0 and y=-6 into y = (x+a)(x+b), we get:
-6 = (0+a)(0+b)
-6 = ab.
2 variables, 1 linear equation, insufficient.

Statements 1 and 2 together:
2 variables, 2 different linear equations, sufficient.

The correct answer is C.
Not necessarily (May be we are lucky here)

If,
a+b = k1 (say 5)
a*b = k2 (say 6) --- {Also, it is not linear }

We can get two pairs of values of a and b, in general [here, (2,3) and (3,2)].
Thanks
Anshu

(Every mistake is a lesson learned )
Join the discussion

by GMATGuruNY » Tue Jan 11, 2011 7:28 am
anshumishra wrote:
GMATGuruNY wrote:
Deepthi Subbu wrote:In the xy-plane, at what two points does the graph of y = (x + a)(x + b) intersect the x-axis?

(1) a + b = -1

(2) The graph intersects the y-axis at (0, -6).
The graph will intersect the x axis when y=0.
Since y = (x+a)(x+b), y=0 when either (x+a) = 0 or (x+b) = 0.
Thus, to determine which x values will make y=0, we need to know the values of a and b.

Statement 1:
2 variables, 1 linear equation, insufficient.

Statement 2:
Substituting x=0 and y=-6 into y = (x+a)(x+b), we get:
-6 = (0+a)(0+b)
-6 = ab.
2 variables, 1 equation, insufficient.

Statements 1 and 2 together:
2 variables, 2 different equations, sufficient.

The correct answer is C.
Not necessarily (May be we are lucky here)

If,
a+b = k1 (say 5)
a*b = k2 (say 6) --- {Also, it is not linear }

We can get two pairs of values of a and b, in general [here, (2,3) and (3,2)].
Yes, the values of a and b could be reversed. We would need to be concerned if:

-- there were a coefficient in front of either a or b in the linear equation
-- the problem asked for the value of a specifically or for the value of b specifically

For example, let's solve for the following 2 equations:

x+y = 7
xy = 12

Substituting y = 12/x into the first equation, we get:

x + 12/x = 7
x^2 + 12 = 7x
x^2 -7x + 12 = 0
(x-3)(x-4) = 0.
x = 3, 4.

Plugging these values into x+y=7, we get:
If x=3, y=4
If x=4, y=3.

Since there are no coefficients, only one combination of values will work: 3 and 4.

Now let's solve for a set of equations that includes a coefficient:

2x + y = 10.
xy = 12

Substituting y = 12/x into the first equation, we get:

2x + 12/x = 10
2x^2 + 12 = 10x
2x^2 - 10x + 12 = 0
(2x-4)(x-3) = 0.
x = 2, 3.

Plugging these values into 2x+y=10, we get:
If x=2, y=6
If x=3, y=4.

Because of the coefficient, more than one combination of values will work.

So the take-away is that given 2 equations, one of which gives the sum of 2 variables, the other of which gives the product, we'll have sufficient information if:

-- there are no coefficients
-- we need to know only what combination of values will satisfy the 2 equations

Since these 2 conditions are met in the DS question above, the 2 statements combined are sufficient, and I wouldn't waste time solving for a and b.

(Thanks for pointing out that ab = - 6 is not linear. Far from it, actually! I've amended my earlier post to ensure that no reader will be misinformed.)
Last edited by GMATGuruNY on Sun May 01, 2011 2:15 pm, edited 1 time in total.
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
Join the discussion

by anshumishra » Tue Jan 11, 2011 4:48 pm
GMATGuruNY wrote: So the take-away is that given 2 equations, one of which gives the sum of 2 variables, the other of which gives the product, we'll have sufficient information if:

-- there are no coefficients
-- we need to know only what combination of values will satisfy the 2 equations

I liked this part, which is right. For the current problem it works perfectly. Let me try to make it a bit clear by using an example to show when not to use it (or be careful):
What is point P(x,y) in a co-ordinate plane ?

(1) x+y = 7
(2) xy = 12
Even though:
-- there are no co-efficients
-- we need to know only what combination of values will satisfy the 2 equations

BUT, These two equations are satisfied by both (3,4) and (4,3), So the answer must be "E". I am posting it here, just so that one is careful about it. As long as you are are not trapped, PEACE !
Thanks
Anshu

(Every mistake is a lesson learned )
Join the discussion

by tgou008 » Sun May 01, 2011 12:45 pm
ORIGINAL QUESTION - In the xy-plane, at what two points does the graph of y = (x + a)(x + b) intersect the x-axis?

(1) a + b = -1

(2) The graph intersects the y-axis at (0, -6).

MY RESPONSE -
The first thing I wanted to do / did do was expand the equation to get
y = x^2 + bx + ax + ab
y = x^2 + x(a+b) + ab
0 = x^2 + x(a+b) + ab

Therefore in order to solve for the x intercept, we must make y = 0. We also need to know the values of both a and b.

Stmt 1: INSUFFICIENT
a + b = -1
Equation above now looks like this
0 = x^2 + x(-1) +ab
While this gives us (a+b) we still don't know ab

Stmt 2: INSUFFICIENT
(0,-6)
Plug these values into my above eqn i.e., x = 0, y = -6
-6 = 0^2 + 0(a+b) + ab
-6 = ab
So now our equation looks like this
0 = x^2 + x(a+b)-6

Now consider Stmt 1 + 2 together
This means we know both (a+b) and ab. Which would suggest C.
However, CAN SOMEONE PLEASE HELP ME THIS THIS - I know it's not necessary for the problem but when I actually try to solve for x I get stuck.....
0 = x^2 + x(-1) -6
0 = x^2 -x -6
0 = (x+2) (x-3)
Doesn't this mean that the x intercept could be either -2 or 3????? Or have I done something wrong. Does this mean really that the answer is E, as you we don't have a unique value for the x intercept?
Instead we have two possibilities
[-2,0] OR [3,0]

Can someone please explain where or what I've done wrong?

Thanks
Join the discussion

by monge1980 » Fri May 06, 2011 5:02 am
Hi,reading closely the question, we see it says: In the xy-plane, at what two points does the graph of y = (x + a)(x + b) intersect the x-axis? ... the points are 2, actually (-2,0) and (3,0).

I hope it helps...

Bye
Join the discussion

by sushantgupta » Mon Jul 04, 2011 10:48 am
both together are sufficient but not alone.
Join the discussion

by ronnie1985 » Thu Mar 29, 2012 8:14 am
(C) is answer
QED
Follow your passion, Success as perceived by others shall follow you
Join the discussion

by Lifetron » Wed Aug 22, 2012 1:30 am
ab=-6
a+b=-1

2 points can be found.

Answer C
Join the discussion

by mparakala » Tue Jan 15, 2013 8:20 am
x^2 + x (a+b) + ab

we need both a+b and ab values

using both (1) and (2), it will be sufficient

Ans: C
Join the discussion

by rajeshsinghgmat » Fri Mar 29, 2013 12:39 am
C the answer.

a+b=-1
ab=-6

{a=2,b=-3}

{a=-3,b=2}

They are the same points which is (-3,2)
Join the discussion

by Pratiti » Sun May 12, 2013 9:05 am
Statement 1: given a+b=-1
Statement 2: putting x=0 and y=6
we get ab=-6

We have two equations two variables
solving we get 2 solns for a and b
which are just the same and since the question doesnt specifically ask the value of a or b rather the two value
OA is C
Join the discussion

by Java_85 » Mon Oct 21, 2013 8:19 am
C, a+b= -1 , ab=-6
Join the discussion