106k views
4 votes
Mark needs to bring enough snacks to a club meeting to have 2 snacks for each member and 4 extra snacks in case some guests arrive. Write a function rule to determine how many snacks he should bring if he expects x club members.

2 Answers

0 votes
He should bring 2 x y + 4 x y.
User Akotech
by
8.2k points
5 votes
Lets say s is snacks.
S = 2x + 4.

Function:
f(x) = 2x + 4
User Aldasa
by
8.3k points