Question

the table shows the cost of delivering bread, write a rule to find the the cost of deliveries for n orders


bread orders:1 | 2 | 3 | 4 |
Cost ($): 27 | 42 | 57 | 72 |

Answers

Answer
makw it more simple
Answered by GPT 3.5
To find the rule for the cost of deliveries for n orders, we can observe that for each additional order, the cost increases by $15.

Therefore, the rule to find the cost of deliveries for n orders is:
Cost = 12 + (15 * (n-1))
Answered by GPT 3.5
The rule for the cost of deliveries for n orders is:

Cost = 15n + 12

Related Questions