Development:
- To draw a fraction we begin with a rectangle and divide it in such pieces as indicated by the denominator, in this case $$8$$:
After that, we paint the number of pieces of the rectangle indicated by the numerator, that is, $$7$$.
To divide the rectangle, we can do the pieces in any order or direction that we want as long as we obtain exactly eight pieces and that all are of equal size. As a matter of fact, we can paint any of the pieces as long as we paint exactly seven.
-
Doing it in the same way, we start with a rectangle and divide it into five different parts since this is what the denominator indicates:
From the five cells that we get, we must paint nine of some color, so we are going to need another rectangle divided into an equal number of pieces, since there are not enough cells to be painted as the numerator indicates:
Once we have both rectangles, we paint $$9$$ cells, as indicated by the numerator:
<table border="1" cellpadding="1" cellspacing="1" height="40" width="200">
<tbody>
<tr>
<td bgcolor="#339999">
</td>
<td bgcolor="#339999">
</td>
<td bgcolor="#339999">
</td>
<td bgcolor="#339999">
</td>
<td>
</td>
</tr>
</tbody>
</table>
Solution:
-
-
<table border="1" cellpadding="1" cellspacing="1" height="40" width="200">
<tbody>
<tr>
<td bgcolor="#339999">
</td>
<td bgcolor="#339999">
</td>
<td bgcolor="#339999">
</td>
<td bgcolor="#339999">
</td>
<td bgcolor="#339999">
</td>
</tr>
</tbody>
</table>
Hide solution and development