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
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
Live EA class + 6 months of EA OnDemand
  • Expert-led weekly online sessions
  • EA Masterclass access between classes
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.

130-point 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/probability

Expert replies
by Rajani » Thu Sep 03, 2009 3:53 am
1. In a xy plane at what 2 points dpes the line y = (x+a)(x+b) intersec the x-axis.

a. a+b=-1
b. the graph intersects the y axis at (0,-6)

2. A decorater has to choose 2 chairs and 2 tables from a warehouse such that all are diffrent. if there are 5 diffrent chairs and 150 combinations possible, how may tables are there in the warehouse?

(I got the ans for the this one but working in reverse from ans choices.. want to see a new approach.. :)
Join the discussion
Source: — Problem Solving |

by DanaJ » Thu Sep 03, 2009 5:15 am
1. First off, you need to know what the X-axis intersection means: the point of intersection will have y = 0. Now, you know your two points are something like M(m, 0) and N(n, 0). You want to know m and n.
You should also notice that y = (x + a)(x + b) could be written as y = x^2 + x*(a + b) + ab, meaning that if you decide to graph this line, it would be that of a quadratic equation. You are looking for its roots:

x^2 + x*(a + b) + ab = 0

The first statement tells us that a + b is -1. This is insufficient by itself, since in order to solve the above equation, you also need ab.

The second statement tells us that the point (0, -6) can be found on the line. This means that:

0^2 + 0*(a + b) + ab = -6 --- I did nothing else but to replace x with 0 and y with -6 in the highlighted formula.

The second statement thus tells us that ab = -6. This is insufficient as well, since we don't know anything about a + b.

But put both statements together to get that you know both a + b and ab. You can replace them in x^2 + x*(a + b) + ab = 0 and find the roots. Remember: don't waste time with calculation on D-day. Just pick C! I'll just go ahead and calculate for the sake of exercise:

x^2 - x - 6 = 0
(x - 3)(x + 2) = 0
x is 3 or x is -2. The points will be M(3, 0) and N(-2, 0).


2. Number of chairs = c = 5
Number of tables = t = ?
Combinations of 2 chairs + 2 tables = tC2 * cC2 = tC2 * 5C2 = 150.

5C2 = 5!/(2!*3!) = 10.

tC2 = 150/10 = 15.

tC2 = t!/[(t-2)!*2!] = [(t-1)*t]/2 = 15.

This means that t(t - 1) = 30 or that t^2 - t - 30 = 0. Again, a quadratic equation.

t^2 - t - 30 = (t - 6)(t + 5) = 0
Solutions t = 6 and t = -5. t can't be negative (since you can't have a negative number of tables), so t = 6.

I'm kind of weak in permo&combo, so do tell me if I nailed the answer...
Join the discussion

by Rajani » Thu Sep 03, 2009 5:49 am
Both correct!! :)
Join the discussion