arshu27
Bunuel
If equation \(|\frac{x}{2}| + |\frac{y}{2}| = 5\) encloses a certain region on the coordinate plane, what is the area of this region?
20
50
100
200
400
OA: 200
I had another way of solving. The answer is wrong but i wanted to know what is wrong in the method.
We can re-write the question as below
\(x^2/4 +y^2/4 = 5\) (since \(|x| = x^2\))
\(x^2 + y^2 = 20\)
This is the equation is a circle having the centre at (0,0) (general form is \(x^2 + y^2= r^2\))
area =\(3.14 * R^2\) = \(3.14 * 20\) = 62.8
What am i assuming wrong here?? Thanks!
The part that I have highlighted above is WRONG which the first step in your solution
|x| is NOT equal to x^2 for all values of x[/highlight]
The Function "Modulus" only keeps the final sign Positive but that doesn't mean what you mentioned in the quoted Highlighted section.
Alternatively you can solve this question in this way
Step 1: Substitute y=0, \(|\frac{x}{2}| + |\frac{0}{2}| = 5\) i.e. \(|\frac{x}{2}| = 5\) i.e. \(|x| = 10\) i.e. \(x =
+10\)
So on the X-Y plane you get two Point (+10,0) and (-10,0)
Step 2:Substitute x=0, \(|\frac{0}{2}| + |\frac{y}{2}| = 5\) i.e. \(|\frac{y}{2}| = 5\) i.e. \(|y| = 10\) i.e. \(y =
+10\)
So on the X-Y plane you get two lines parallel to X-Axis passing through Y=+10 and Y=-10
So on the X-Y plane you get two Point (0, +10) and (0, -10)
Join all the four points, It's a Square with Side \(10\sqrt{2}\)
i.e. Area =\((10\sqrt{2})^2\) = 200