Let’s take an algebraic approach. The first step is to realize that we should create variables for the simplest “things” about this rectangle: its length and its width. The reason is that we can express all of these secondary features (diagonal, perimeter, and area) in terms of length and width. Then we can look for a relationship between these expressions.
We can call the length of rectangle a and its width b. Now we can write equations relating a and b to the diagonal, perimeter, and area, respectively:
Area: Area = ab = ? (in terms of p and d)
So we are looking to manipulate the first two equations to isolate ab on one side. The expression involving p and d on the other side will be our answer.
4a2 +8ab + 4b2 = p2
4a2 + 4b2 = 4d2
ab = (p2 – 4d2)/8
This is the answer.
We could also plug numbers for easy-to-measure rectangles (e.g., squares, or rectangles with sides 3 and 4, yielding a diagonal of 5). Although some of the wrong answer choices have been devised to yield correct results for particular cases such as these, you will ultimately arrive at the right answer if you test even just a couple of cases, since it is very unlikely that a wrong answer could yield correct results for more than one test case (and the right answer will work every time, of course).