Problem 44 of 7
Compute the area of the axis-aligned rectangle with vertices 0, 5; 3, 5; 3, 9; 0, 9.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
find base and height from coordinate differences.
Hidden until you reveal it.
Rectangle sides must be parallel to coordinate axes.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Find the horizontal side length from x-coordinate difference.
2. Find the vertical side length from y-coordinate difference.
3. Multiply base by height.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Using perimeter or diagonal length.