What is the area of the set of points (x,y) defined by |2x−3y|≤12 and |2x+3y|≤12 ?
So, I think I've plotted this wrong in the first place, but here is my attempt: https://www.desmos.com/calculator/rl1r47crme
Calculating the area from that gives 24.
However, when I plot the graph exactly as the equation states, I get: https://www.desmos.com/calculator/vabllfawiv . The area is 48, which seems to be the correct answer even according to this: https://www.wolframalpha.com/input/?i=|2x-3y|%3C%3D12+and+|2x%2B3y|%3C%3D12#.
What's the mistake I'm making in plotting the first graph? I've used the method how I would normally sketch absolute value functions.
I've got a wonky method of solving this. So there are probably better ways of doing this.

Let's find the intersection points of these two graphs, so we can find the area in between them. As the both equal 12, we can equate the graphs. We can express the modulus sign as the square root of something squared (in order to remove the negatives).
^2}=\sqrt{(2x+3y)^2})
Square both sides then squareroot both sides:
^2}=(2x+3y)^2} \rightarrow \pm(2x-3y)=\pm(2x+3y))
Testing the positive of the plus or minus sign:

That is these two graphs will intersect when y=0.
Testing the negative of the plus or minus sign:

The two graphs will also intersect when x=0.
Now we know that the two graphs will intersect when x=0 and when y=0. We can now sub these values into the original equations to find the coordinates of the intersection point.
Sub in x=0 into one of the original equations:
-3y)^2}=12 \rightarrow (-3y)^2=144 \rightarrow -3y=\pm12 \rightarrow y=\pm4)
So two of our intersection points are (0,4) and (0,-4)
Sub in y=0 into one of the original equations:
)^2}=12 \rightarrow (2x)^2=144 \rightarrow 2x=\pm12 \rightarrow y=\pm6)
So the other two intersection points are (6,0) and (-6,0)
Our four intersection points are (6,0), (-6,0), (0,4) and (0,-4) which can be clearly seen in what you linked previously:
https://www.desmos.com/calculator/vabllfawiv. You can then plot these points on a cartesian plane, connect them with lines (as the absolute function in this case is linear) and find the area in between using simple geometry with triangles; the area is 48 square units.