Respuesta :
A rectangle is a polygon with 4 sides, with adjacent sides being perpendicular to each other. Eric can make 3 rectangles with 12 tiles.
How to find if an arrangement of blocks is a rectangle?
Suppose we've got almost square blocks. Then if you align 'x' blocks in a row, and make 'y' number of such rows, then that will make a rectangular shape. The total number of such blocks needed is given as:
[tex]x \times y[/tex] (as x tiles are summed y times, or say y tiles are summed x times).
For the given case, Eric has got 12 tiles.
We can write 12 as:
[tex]12 = 1 \times 12 = 12 \times 1\\12 = 2 \times 6 = 6 \times 2\\12 = 3 \times 4 = 4 \times 3\\[/tex]
Thus, 3 unique rectangles can be made from 12 tile blocks.
Thus,
Eric can make 3 rectangles with 12 tiles.
Learn more about rectangles here:
https://brainly.com/question/23706001