So plotting them will give a triangle of base -3 to +3 and height 0 to 3 and a rectangle of sides -3 to 3 and 0 to -3. By this iam getting area as 42 i.e 7 * 4 + 0.5 * 7 * 4. What am i doing wrong here?
for x = -2, we can also get y= -4, as:
-2 -y -(2+y) = 4,
which gives -2y = 8,
y= -4
because when value from modulus is considered, it will be negative? this way for one value, many values of y can come.. whats wrong in it?
ohh.. ok, actually i intentionally took it because i thought negatives will be taken as it is, like we do in modulus , if |x| <= 5, then we take -5<x<5, like that.. anyways,, thanks
sir, i am having hard time for getting the range for values here…like for x=2, i am getting 2y=0 so y=0 correct…then what should be the next step to get y=-2…if i open the mod as -2-y-y-2=4 then i am getting y=-4…what step i am doing wrong here…?
Thanks again for the wonderful post.
I have one query with regards to finding the range for x and y.
I have understood that the basic concept you are using for the same is making sure mod of x or y should not be equal to a negative number, that’s where you stop.
Having said that for the equation lxl+lyl+lx+yl=4 when I sub x=3 I get the values of y=-1,-2.
Now just looking at the values of y I am not able to say if it as acceptable value or not.
I did substitute back to the main equation and find out that it was not satisfying the equation hence I could discard this value.
Is this the way you are following too?
Could you please help me on this.
Not exactly. In lxl+lyl+lx+yl=4 when I put x=3 I get l3l+lyl+l3+yl=4 which is |y| + |y+3| = 1 which gives no values (the sum of the distances of y from 0 and 3 should add up to 1, which is not even possible!). But yeah, it is always safer to check your answer by plugging back in, if time permits.
sir like for x=2 first i am doing putting |x| as x and getting y=0 as result then putting |x| as -x …for this i am getting y=-4 but the range is from -2 to 0 …i know i am making a very silly mistake but please can you point me to it…
The RHS is a number here as well? So I have no idea what you want to ask I’m afraid. (If you mean what if it is 20 instead of 4, same logic, once you know how it works for 4 you should easily be able to extrapolate to 20)
Dear J,
Is the no: of integer points = 37? i.e X varies from -3 to 3 right? And the is the figure in the form of a triangle seated on top of a rectangle?
Thanks,
Jan
By Jan on October 30, 2013 at 10:54 AM
Jan, the number of points does come 37 if I remember correctly. 4 + 5 + 6 + 7 + 6 + 5 + 4.
regards
J
By catcracker on October 30, 2013 at 11:03 AM
Dear J,
So plotting them will give a triangle of base -3 to +3 and height 0 to 3 and a rectangle of sides -3 to 3 and 0 to -3. By this iam getting area as 42 i.e 7 * 4 + 0.5 * 7 * 4. What am i doing wrong here?
Thanks,
Jan
By Jan on October 30, 2013 at 11:13 AM
The line segment from -3 to 3 has length 6, not 7….think about it. 7 points, but length 6.
regards
J
By catcracker on October 30, 2013 at 11:16 AM
Thanks 🙂 got it now 🙂
By Jan on October 30, 2013 at 11:18 AM
YES TOTAL 37 POINTS
By Girish on October 30, 2013 at 1:07 PM
if we solve |x| + |y| + |x+y| = 4, and put x=23, we will get y=-21, how can x and y be only -2 to 2
By seema on June 22, 2016 at 8:58 AM
No, you will get |y| = the negative value. Not y. Which is absurd, right?…y can be -21, but |y| cannot.
regards
J
By catcracker on June 22, 2016 at 9:56 AM
can you please explain how did you got +/- 2 for x and y for |x| + |y| + |x+y| = 4?
By seema on June 23, 2016 at 10:07 AM
The same way. Put x = 0, find limits of y, put x = 1, find limits of y, etc. Think!
regards
J
By catcracker on June 23, 2016 at 11:45 AM
for x = -2, we can also get y= -4, as:
-2 -y -(2+y) = 4,
which gives -2y = 8,
y= -4
because when value from modulus is considered, it will be negative? this way for one value, many values of y can come.. whats wrong in it?
By seema on June 24, 2016 at 7:34 AM
one correction here* for x= -2, we have -2 -y -(-2 +y)= 4, which will give, y= -2, but you only got 0 to 2, how come?
By seema on June 24, 2016 at 7:56 AM
Among other things, you have taken modulus of -2 as -2.
regards
J
By catcracker on June 24, 2016 at 12:16 PM
ohh.. ok, actually i intentionally took it because i thought negatives will be taken as it is, like we do in modulus , if |x| <= 5, then we take -5<x<5, like that.. anyways,, thanks
By seema on June 28, 2016 at 8:12 AM
sir, i am having hard time for getting the range for values here…like for x=2, i am getting 2y=0 so y=0 correct…then what should be the next step to get y=-2…if i open the mod as -2-y-y-2=4 then i am getting y=-4…what step i am doing wrong here…?
By kshitiz on July 28, 2016 at 6:42 PM
Where did you get all the negative signs? Mod of a positive number is not negative 😛 Please revisit basics…
regards
J
By catcracker on July 29, 2016 at 1:51 PM
Hi Sir,
Thanks again for the wonderful post.
I have one query with regards to finding the range for x and y.
I have understood that the basic concept you are using for the same is making sure mod of x or y should not be equal to a negative number, that’s where you stop.
Having said that for the equation lxl+lyl+lx+yl=4 when I sub x=3 I get the values of y=-1,-2.
Now just looking at the values of y I am not able to say if it as acceptable value or not.
I did substitute back to the main equation and find out that it was not satisfying the equation hence I could discard this value.
Is this the way you are following too?
Could you please help me on this.
By Savio Poulose on September 26, 2016 at 11:40 PM
Not exactly. In lxl+lyl+lx+yl=4 when I put x=3 I get l3l+lyl+l3+yl=4 which is |y| + |y+3| = 1 which gives no values (the sum of the distances of y from 0 and 3 should add up to 1, which is not even possible!). But yeah, it is always safer to check your answer by plugging back in, if time permits.
regards
J
By catcracker on September 27, 2016 at 11:13 AM
sir like for x=2 first i am doing putting |x| as x and getting y=0 as result then putting |x| as -x …for this i am getting y=-4 but the range is from -2 to 0 …i know i am making a very silly mistake but please can you point me to it…
By kshitiz on July 29, 2016 at 7:57 PM
You can’t put |x| as -x unless you know that x is negative, as I said above. You are taking |2| = -2 😦
regards
J
By catcracker on July 30, 2016 at 3:38 PM
oh…got it now…..thanks a lot for your insight on this….
By kshitiz on July 30, 2016 at 5:08 PM
Can we expect this kind of ques in CAT17 or it is more of a concept builder question?
By kunal on August 6, 2017 at 3:18 AM
Well, it is closely based on an actual CAT question. So yes, you can definitely expect something of this level.
regards
J
By catcracker on September 1, 2017 at 7:03 PM
Sir,
what should be done if RHS is a number (say) 10 or 20 ?
By nipun on March 9, 2020 at 10:19 AM
The RHS is a number here as well? So I have no idea what you want to ask I’m afraid. (If you mean what if it is 20 instead of 4, same logic, once you know how it works for 4 you should easily be able to extrapolate to 20)
regards
J
By catcracker on March 9, 2020 at 12:06 PM