A baker is calculating the charge for two types of cookies.

What formula tells the cost, in dollars, if chocolate chip cookies are $1.50/dozen and lemon frosteds are $ 1.00/ dozen? Let c = number of dozens of chocolate chip cookies; L=
number of dozens of lemon frosteds; T = total
charge.

The formula that tells the cost, in dollars, if chocolate chip cookies are $1.50/dozen and lemon frosteds are $1.00/dozen would be:

T = (1.50c) + (1.00L)

Where:
T represents the total charge in dollars,
c represents the number of dozens of chocolate chip cookies, and
L represents the number of dozens of lemon frosteds.