Need some advice on this one...

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 51
Joined: Fri Apr 04, 2008 9:35 am

Need some advice on this one...

by LMK27 » Tue Mar 23, 2010 8:09 pm
I came across the below problem on a practice test and got it wrong. Looking at the explanation I was a little confused. I assumed from the intro that a and b in (1) are integers as well, but according the the explanation they could or could not be integers.....so why does the intro say a and b are integers then?

If a and b are integers, what is the value of ab?

(1) (ab)^2 = 16
(2) a = 4


Answer is E
Source: — Data Sufficiency |

User avatar
Community Manager
Posts: 1537
Joined: Mon Aug 10, 2009 6:10 pm
Thanked: 653 times
Followed by:252 members

by papgust » Tue Mar 23, 2010 9:05 pm
I'm not sure why the explanation says a and b may or may not be integers. But here is my reasoning.

a and b are integers (both +ve and -ve). Value of ab?

1. (ab)^2 = 16

This means that ab = +/- 4. We have the following scenarios to satisfy ab = +/- 4,
I. a (+ve), b(+ve)
II. a (-ve), b(-ve)
III. a (+ve), b(-ve)
IV. a (-ve), b(+ve)

Insufficient.

2. a=4
No info about b. Insufficient.

Combined,
a=4 and b could be +1 or -1. You get 2 different values of ab.
Insufficient.

User avatar
Legendary Member
Posts: 537
Joined: Sun Jul 19, 2009 7:15 am
Location: Nagpur , India
Thanked: 41 times
Followed by:1 members

by rockeyb » Tue Mar 23, 2010 9:08 pm
LMK27 wrote:I came across the below problem on a practice test and got it wrong. Looking at the explanation I was a little confused. I assumed from the intro that a and b in (1) are integers as well, but according the the explanation they could or could not be integers.....so why does the intro say a and b are integers then?

If a and b are integers, what is the value of ab?

(1) (ab)^2 = 16
(2) a = 4


Answer is E
I dont think the problem is of integers here .

Its given clearly that a and b both are integers so thats true .

We need to find what a x b is ?

(1) (ab)^2 = 16

Take square root both sides

ab = +/- 4 .

Not sufficient .

(2) a = 4 .

Nothing is said about b .

Not Sufficient

Combine (1) and (2)

a = 4 and (a x b ) = +/- 4

So b could be = +/- 1 .

Not sufficient .

E is correct.
"Know thyself" and "Nothing in excess"

Senior | Next Rank: 100 Posts
Posts: 51
Joined: Fri Apr 04, 2008 9:35 am

by LMK27 » Sun Mar 28, 2010 4:48 pm
Thank you both for your explanations, it makes sense.