Answer and Step-by-step explanation:
watermelon = $5
Each pepper = $0.75
t = total cost of the produce
n = number of peppers bought
t depends on n, because we can only know the price if we know how many peppers were bought
t = 5 + 0.75n
+---+------------+------+
| n | 5 + 0.75n | t |
+---+------------+------+
| 1 | 5 + 0.75*1 | 5.75 |
+---+------------+------+
| 2 | 5 + 0.75*2 | 6.50 |
+---+------------+------+
| 3 | 5 + 0.75*3 | 7.25 |
+---+------------+------+
| 4 | 5 + 0.75*4 | 8 |
+---+------------+------+
| 5 | 5 + 0.75*5 | 8.75 |
+---+------------+------+