Find all School-related info fast with the new School-Specific MBA Forum

It is currently 25 May 2013, 05:18
Customize  |  Hide

If equation |x/2|+|y/2| = 5 encloses a certain region

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
1 KUDOS received
Manager
Manager
Joined: 03 Oct 2009
Posts: 66
Followers: 0

Kudos [?]: 4 [1] , given: 8

If equation |x/2|+|y/2| = 5 encloses a certain region [#permalink] New post 15 Jan 2012, 09:42
1
This post received
KUDOS
00:00

Question Stats:

46% (02:10) correct 53% (01:10) wrong based on 14 sessions
If equation |x/2|+|y/2| = 5 encloses a certain region on the coordinate plane, what is the area of this region?

A. 20
B. 50
C. 100
D. 200
E. 400
[Reveal] Spoiler: OA
2 KUDOS received
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11632
Followers: 1802

Kudos [?]: 9604 [2] , given: 829

Re: Area of region [#permalink] New post 15 Jan 2012, 11:07
2
This post received
KUDOS
Apex231 wrote:
I had solved till this point - So we have 4 points: (10, 0), (-10, 0), (0, 10) and (-10, 0).

But instead of joining these points i did this - 4 * (10 * 10) = 400 , which is wrong of course.

So when we join these points, how |x|+|y| = 10 stays satisfied , what's the maths behind it?


Given: |x|+|y|=20

You will have 4 case:

x<0 and y<0 --> -x-y=10 --> y=-10-x;

x<0 and y\geq{0} --> -x+y=10 --> y=10+x;

x\geq{0} and y<0 --> x-y=10 --> y=x-10;

x\geq{0} and y\geq{0} --> x+y=10 --> y=10-x;

So we have equations of 4 lines. If you draw these four lines you'll get the figure shown in my previous post.

Hope it's clear.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

1 KUDOS received
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11632
Followers: 1802

Kudos [?]: 9604 [1] , given: 829

Re: Area of region [#permalink] New post 15 Jan 2012, 10:26
1
This post received
KUDOS
Apex231 wrote:
Please move this to PS thread...

If equation |x/2|+|y/2| = 5 encloses a certain region on the coordinate plane, what is the area of this region?

A 20
B 50
C 100
D 200
E 400


First of all to simplify the given expression a little bit let's multiply it be 2: |\frac{x}{2}|+|\frac{y}{2}|=5 --> |x|+|y|=10.

Now, find x and y intercepts of the region (x-intercept is a value(s) of x for y=0 and similarly y-intercept is a value(s) of y for x=0):
y=0 --> |x|=10 --> x=10 and x=-10;
x=0 --> |y|=10 --> y=10 and y=-10.

So we have 4 points: (10, 0), (-10, 0), (0, 10) and (-10, 0).

When you join them you'll get the region enclosed by |x|+|y|=10:
Attachment:
Enclosed region.gif
Enclosed region.gif [ 2.04 KiB | Viewed 2318 times ]
You can see that it's a square. Why a square? Because diagonals of the rectangle are equal (20 and 20), and also are perpendicular bisectors of each other (as they are on X and Y axis), so it must be a square. As this square has a diagonal equal to 20, so the Area_{square}=\frac{d^2}{2}=\frac{20*20}{2}=200.

Or the Side= \sqrt{200} --> area=side^2=200.

Answer: D.

Similar questions:
m06-5-absolute-value-108191.html
graphs-modulus-help-86549.html

Hope it's clear.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

Manager
Manager
Joined: 03 Oct 2009
Posts: 66
Followers: 0

Kudos [?]: 4 [0], given: 8

Re: Area of region [#permalink] New post 15 Jan 2012, 10:58
I had solved till this point - So we have 4 points: (10, 0), (-10, 0), (0, 10) and (-10, 0).

But instead of joining these points i did this - 4 * (10 * 10) = 400 , which is wrong of course.

So when we join these points, how |x|+|y| = 10 stays satisfied , what's the maths behind it?
Manager
Manager
Joined: 03 Oct 2009
Posts: 66
Followers: 0

Kudos [?]: 4 [0], given: 8

Re: Area of region [#permalink] New post 15 Jan 2012, 12:10
Thanks so much Bunuel...
Senior Manager
Senior Manager
Joined: 24 Aug 2009
Posts: 288
Schools: Harvard, Columbia, Stern, Booth, LSB,
Followers: 2

Kudos [?]: 138 [0], given: 220

If equation |x/2|+|y/2| = 5 encloses a certain region [#permalink] New post 10 Sep 2012, 12:25
CMcAboy wrote:
Can someone help me with this question:

If equation |x/2| + |y/2| = 5 encloses a certain region on the coordinate plane, what is the area of this region?

A) 20
B) 50
C) 100
D) 200
E) 400



I believe this is the simplest & the quickest solution
|x/2| + |y/2| = 5
Put x = 0 in the above equation we get |y/2| = 5, which means y= 10, - 10
Put y = 0 in the above equation we get |y/2| = 5, which means x= 10, - 10

If you see plot these four points you get a square with two equal diagonals of length 20 units
Thus area = 1/2 * (Diagonal)^2 -----> 1/2 * 400 = 200

I hope this will help many.
_________________

If you like my Question/Explanation or the contribution, Kindly appreciate by pressing KUDOS.
Kudos always maximizes GMATCLUB worth
-Game Theory

Senior Manager
Senior Manager
User avatar
Joined: 13 Aug 2012
Posts: 468
Followers: 12

Kudos [?]: 75 [0], given: 11

GMAT ToolKit User GMAT Tests User
Re: If equation |x/2|+|y/2| = 5 encloses a certain region [#permalink] New post 05 Dec 2012, 23:30
(1) derive all equations
x+y = 10
x-y = 10
x+y=-10
-x+y=10

(2) Get your x and y intercepts

(0,10), (10,0)
(0,-10),(10,0)
(0,-10),(-10,0)
(0,10),(-10,0)

(3) You will have a square with a diagonal of 20
(4) Calculate area = (10 * \sqrt{2})\sqrt{^2} = 200

Answer : D
Re: If equation |x/2|+|y/2| = 5 encloses a certain region   [#permalink] 05 Dec 2012, 23:30
    Similar topics Author Replies Last post
Similar
Topics:
New posts Equation |x/2| + |y/2| = 5 encloses a certain region on the allabout 6 20 Dec 2005, 05:16
New posts Equation |x/2|+|y/2|=5 encloses a certain region on the fmeinsen 5 03 Apr 2007, 15:06
New posts Equation |x/2| + |y/2| = 5 encloses a certain region on the Himalayan 3 23 May 2007, 23:10
Popular new posts Equation |x/2| +|y/2|=5 encloses a certain region on the jamesrwrightiii 13 09 Sep 2007, 15:26
Popular new posts 2 EXPERTS_POSTS_IN_THIS_TOPIC Equation |x/2| + |y/2| = 5 encloses a certain region on the x97agarwal 16 18 Aug 2008, 19:00
Display posts from previous: Sort by

If equation |x/2|+|y/2| = 5 encloses a certain region

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.