Ratio of 2 solutions - GMAT Exam pack 2

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 41
Joined: Sun Jan 03, 2016 4:01 am

Ratio of 2 solutions - GMAT Exam pack 2

by prata » Wed Aug 03, 2016 6:19 am
Let a, b, c, and d be non-zero real numbers. If the quadratic equation ax(cx + d) = -b(cx+d) is solved for x, which of the following is a possible ratio of the 2 solutions?

(1) -ab/cd
(2) -ac/bd
(3) -ad/bc
(4) ab/cd
(5) ad/bc

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Wed Aug 03, 2016 6:28 am
prata wrote:Let a, b, c, and d be non-zero real numbers. If the quadratic equation ax(cx + d) = -b(cx+d) is solved for x, which of the following is a possible ratio of the 2 solutions?

(1) -ab/cd
(2) -ac/bd
(3) -ad/bc
(4) ab/cd
(5) ad/bc
ax(cx + d) = -b(cx+d)

ax(cx+d) + b(cx+d) = 0.

(cx+d)(ax+b) = 0.

The resulting equation is valid only if cx+d = 0 or ax+b = 0.

Root one:
cx+d = 0
cx = -d
x = -(d/c).

Root two:
ax+b = 0
ax = -b
x = -(b/a)

(root one)/(root two):
-(d/c)/-(b/a) = (d/c) * (a/b) = ad/bc.

The correct answer is E.
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

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 7279
Joined: Sat Apr 25, 2015 10:56 am
Location: Los Angeles, CA
Thanked: 43 times
Followed by:29 members

by Scott@TargetTestPrep » Wed Aug 03, 2016 8:57 am
Let a, b, c, and d be non-zero real numbers. If the quadratic equation ax(cx + d) = -b(cx+d) is solved for x, which of the following is a possible ratio of the 2 solutions?

(1) -ab/cd
(2) -ac/bd
(3) -ad/bc
(4) ab/cd
(5) ad/bc
ax(cx + d) = -b(cx + d)

ax(cx + d) + b(cx + d) = 0

Next we can factor out (cx + d):

(cx + d)(ax + b) = 0

Using the zero product property, we can set the expression in each set of parentheses to zero:

cx + d = 0

cx = -d

x = -d/c

Or

ax + b = 0

ax = -b

x = -b/a

So a possible ratio is:

(-d/c)/(-b/a)

ad/bc

Answer:E

Scott Woodbury-Stewart
Founder and CEO
[email protected]

Image

See why Target Test Prep is rated 5 out of 5 stars on BEAT the GMAT. Read our reviews

ImageImage

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Thu Aug 04, 2016 8:24 pm
I think I've got a quicker way.

Suppose we have

ax(cx + d) = -b(cx+d)

If (cx + d) ≠ 0, then we can divide both sides by (cx + d), leaving us

ax = -b

x = -b/a

But if (cx + d) does = 0, then we have cx + d = 0, or x = -d/c.

That gives us our two solutions, the ratio for which is

(-b/a) / (-d/c)

or

bc/ad

This is the same as E, so we're set.