Please help me understand solve this problem.
Let the sample space be the unit square, $\Omega =[0,1]^2$ , and let the probability of a set be the area of the set. Let $A$ be the set of points $(x,y) \in [0,1]^2$ for which $y \leq x$ . Let $B$ be the set of points for which $x \leq \frac 12$. Find $\mathbf P(A∣B)$.
Is the region of $\mathbf P(A∣B)$ not the dark shaded triangle region in the following image?
If so, isn't the area $\frac 12$ base height. In which case, I get $\frac 12 \cdot (\frac 12 \cdot \frac 12) = \frac 18$. But my answer is wrong. How do I work this problem out? Thank you.

Don't forget $$P(A|B)=\frac{P(A\cap B)}{P(B)}$$You worked out the numerator to be $\frac18$. What about the denominator?
Another way to see it visually is this: when asked for a conditional probability, you are given some information. So you should take this information as something you know for sure. In this example, you should assume you already know $B$ is true. So you are definitely in this region to the left of the line $x=1/2$. I.e. you are essentially now looking at a new, adjusted probability distribution, a uniform one $\tilde\Omega=[0,\tfrac12]\times[0,1]$. Now what's the probability $x\le y$? It is whatever proportion of your region has $x\le y$. From your image, its easy to see that the shaded region is $1/4$ of the total region to the left of $x=1/2$. So your answer is $1/4$ again.