Algebra - Quadratic Equations

This topic has expert replies
Legendary Member
Posts: 966
Joined: Sat Jan 02, 2010 8:06 am
Thanked: 230 times
Followed by:21 members

Algebra - Quadratic Equations

by shankar.ashwin » Tue Nov 01, 2011 9:26 pm
If the roots of the quadratic equation ax^2 + bx +2 = 0 are integers, how many possible values could (a,b) take given that 'a' and 'b' are integers and a>2 and b<6 ?

A) None
B) 1
C) 2
D) 8
E) More than 8
Last edited by shankar.ashwin on Wed Nov 02, 2011 3:28 am, edited 1 time in total.
Source: — Problem Solving |

User avatar
Legendary Member
Posts: 588
Joined: Sun Oct 16, 2011 9:42 am
Location: New Delhi, India
Thanked: 130 times
Followed by:9 members
GMAT Score:720

by rijul007 » Tue Nov 01, 2011 10:01 pm
i got 6 :(

Legendary Member
Posts: 966
Joined: Sat Jan 02, 2010 8:06 am
Thanked: 230 times
Followed by:21 members

by shankar.ashwin » Tue Nov 01, 2011 10:33 pm
I got a different number aswell :P Could you post your solution?
rijul007 wrote:i got 6 :(

Junior | Next Rank: 30 Posts
Posts: 21
Joined: Mon Oct 10, 2011 12:15 am
Location: India
Thanked: 4 times
Followed by:1 members

by [email protected] » Tue Nov 01, 2011 10:39 pm
Please give the detailed solution

User avatar
Community Manager
Posts: 1060
Joined: Fri May 13, 2011 6:46 am
Location: Utrecht, The Netherlands
Thanked: 318 times
Followed by:52 members

by neelgandham » Wed Nov 02, 2011 3:03 am
shankar.ashwin wrote:If the roots of the quadratic equation ax^2 + bx +2 = 0 are real, how many possible values could (a,b) take given that 'a' and 'b' are integers and a>2 and b<6 ?

A) None
B) 1
C) 2
D) 8
E) More than 8
IMO E

Roots of ax^2 + bx +2 = 0 are real => (b^2)-(4*a*2) >0

=> b^2 > 8a

Let a = 2 (Yes, Just 2) b can be 6,5,4,-4,-5,-6,-7,-8,-9,-10.... So more than 8

Correct me if I am wrong !
Anil Gandham
Welcome to BEATtheGMAT | Photography | Getting Started | BTG Community rules | MBA Watch
Check out GMAT Prep Now's online course at https://www.gmatprepnow.com/

Legendary Member
Posts: 966
Joined: Sat Jan 02, 2010 8:06 am
Thanked: 230 times
Followed by:21 members

by shankar.ashwin » Wed Nov 02, 2011 3:30 am
Everyone, a small mistake in the problem. The roots are given to be integers (Not just real). Edited the post. Apologies!!

User avatar
Master | Next Rank: 500 Posts
Posts: 489
Joined: Tue Jul 05, 2011 11:10 am
Thanked: 28 times
Followed by:5 members

by gmatblood » Wed Nov 02, 2011 4:05 am
IMO: B (ONE)

Master | Next Rank: 500 Posts
Posts: 385
Joined: Fri Sep 23, 2011 9:02 pm
Thanked: 62 times
Followed by:6 members

by user123321 » Wed Nov 02, 2011 4:17 am
shankar.ashwin wrote:If the roots of the quadratic equation ax^2 + bx +2 = 0 are integers, how many possible values could (a,b) take given that 'a' and 'b' are integers and a>2 and b<6 ?

A) None
B) 1
C) 2
D) 8
E) More than 8
is it E?

I got 10 possibilities.

The trick here is sqrt(b^2 - 4ac) should be a perfect square and
-b+/-above value should be divisible by 2

user123321
Just started my preparation :D
Want to do it right the first time.

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 Nov 02, 2011 7:49 am
shankar.ashwin wrote:If the roots of the quadratic equation ax^2 + bx +2 = 0 are integers, how many possible values could (a,b) take given that 'a' and 'b' are integers and a>2 and b<6 ?

A) None
B) 1
C) 2
D) 8
E) More than 8
Given ax²+bx+c=0, the product of the roots = c/a and the sum of the roots = -b/a.
Since the roots are integers, their product (c/a) and their sum (-b/a) must also be integers.

If ax²+bx+2=0, then c=2, implying that the product of the roots = 2/a.
Since a≥2, and 2/a is an integer, we know that a=2 and that the product of the roots = c/a = 2/2 = 1.

Since the roots are integers, there are only two possible cases:
Both roots are 1 (so that their product is 1*1 = 1 and their sum is 1+1 = 2).
Both roots are -1 (so that their product is -1 * -1 = 1 and their sum is -1 + -1 = -2).

If the sum of the roots is 2, then -b/2 = 2 and b=-4.
If the sum of the roots is -2, then -b/2 = -2 and b=4.

Thus, there are two possibilities for (a,b):
(2,4) and (2,-4).

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

Legendary Member
Posts: 966
Joined: Sat Jan 02, 2010 8:06 am
Thanked: 230 times
Followed by:21 members

by shankar.ashwin » Wed Nov 02, 2011 7:58 am
Great solution Mitch! Appreciate it.