DS Question

This topic has expert replies
User avatar
Junior | Next Rank: 30 Posts
Posts: 24
Joined: Sat Nov 05, 2011 10:01 am
Thanked: 1 times
Followed by:1 members

DS Question

by arpitad » Sun Jan 15, 2012 4:58 pm
If p is the perimeter of rectangle Q, what is the value of p?

1. Each Diagonal of rectangle Q has length 10.
2. The area of rectangle Q is 48.



The correct answer is C but I thought that A was correct and statement 1 was sufficient after I used the pythagorean triples to solve for the answer (6,8,10) triple. I'm unclear about why the rectangle can have different values for the sides if you are given that the diagonal is 10 and the only possible options for the sides are 6 and 8 since it is a right triangle.
Source: — Data Sufficiency |

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

by shankar.ashwin » Sun Jan 15, 2012 5:29 pm
The correct answer is C but I thought that A was correct and statement 1 was sufficient after I used the pythagorean triples to solve for the answer (6,8,10) triple. I'm unclear about why the rectangle can have different values for the sides if you are given that the diagonal is 10 and the only possible options for the sides are 6 and 8 since it is a right triangle.
Not necessarily, you can form infinite right triangles which have hypotenuse as 10. 6-8-10 is just one such combination. Say in triangle ABC, angle B = 90, now A+C should be = 90 and you can frame infinite values of A and C to satisfy that

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3835
Joined: Fri Apr 02, 2010 10:00 pm
Location: Milpitas, CA
Thanked: 1854 times
Followed by:523 members
GMAT Score:770

by Anurag@Gurome » Sun Jan 15, 2012 9:52 pm
arpitad wrote:If p is the perimeter of rectangle Q, what is the value of p?

1. Each Diagonal of rectangle Q has length 10.
2. The area of rectangle Q is 48.



The correct answer is C but I thought that A was correct and statement 1 was sufficient after I used the pythagorean triples to solve for the answer (6,8,10) triple. I'm unclear about why the rectangle can have different values for the sides if you are given that the diagonal is 10 and the only possible options for the sides are 6 and 8 since it is a right triangle.
Let l = length and w = width of rectangle.
Then p = 2l + 2w

(1) Diagonal length = 10

Image

By Pythagoras Theorem, 10² = l² + w²
Now we do not know l, w, so cannot find p; NOT sufficient.

(2) Area of rectangle Q = 48 implies lw = 48
Again we don't know the values of l, w; NOT sufficient.

Combining (1) and (2), l² + w² = 100 and lw = 48
(l + w)² = l² + w² + 2lw
(l + w)² = 100 + 96 = 196
l + w = 14
2(l + w) = 2 * 14 = 28; SUFFICIENT.

The correct answer is C.
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)

Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/

User avatar
Legendary Member
Posts: 626
Joined: Fri Dec 23, 2011 2:50 am
Location: Ahmedabad
Thanked: 31 times
Followed by:10 members

by ronnie1985 » Sun Jan 15, 2012 10:34 pm
10^2 = a^2+b^2, there is no restriction to a n b as a,b belong to Real no set. So S1 is not sufficient
Similarly S2 is not sufficient
But together the give a = 6 b = 8 or vice-versa giving perimeter = 28
(C) is right.
Follow your passion, Success as perceived by others shall follow you

Senior | Next Rank: 100 Posts
Posts: 37
Joined: Mon Oct 10, 2011 2:27 am
Thanked: 2 times

by ritzzzr » Sun Jan 15, 2012 10:53 pm
Arpitad:
you have to keep in mind while solving data sufficiency question that you dont have to find a solution to it :but it has to be unique!!!!
what you got through a triplet is right but there can be many other combinations also,dont forget decimal places values also..so you are not getting a unique solution.

User avatar
Legendary Member
Posts: 641
Joined: Wed Apr 20, 2011 1:15 am
Thanked: 149 times
Followed by:32 members
GMAT Score:760

by avik.ch » Mon Jan 16, 2012 3:37 am
arpitad wrote: The correct answer is C but I thought that A was correct and statement 1 was sufficient after I used the pythagorean triples to solve for the answer (6,8,10) triple. I'm unclear about why the rectangle can have different values for the sides if you are given that the diagonal is 10 and the only possible options for the sides are 6 and 8 since it is a right triangle.
the rule you are mentioning is only applicable for integers - but you are not considering the decimal part of it.

L^2 + B^2 = C^2

this will hold true for integers in which case we called it as pythagorean triplets and in case for decimals too. Since it is the length and breadth - L and B can take decimal values as well as integer values.

lets consider this on a more broad sense :

a^n + b^n = c^n ( where n is an integer)

for N = 3,4,.... : this equation will be satisfied only for non-intergers
for N = 1 and 2 : this equation will be satisfied for both integers and non-integers.

So I hope you understand why you need the second statement.

Hope this helps !!