All varieties of a certain brand of cookies are $3.50 A person buys peanut butter and chocolate chip cookies. Write an expression that tepresents the total cost.

let p = cost of peanut butter cookies

let c = cost of chocolate chip cookies
p + c =

T=1.50p+1.50c

All varieties of a brand of cookies are $3.50. A person buys 2 peanut butter, 3 sugar, and 1 chocolate. Which expression is equivalent to (2 x $3.50) + (3 x $3.50) + (1 x $3.50)?

To find the total cost of peanut butter and chocolate chip cookies, we need to determine the number of each type of cookie being purchased and then multiply it by the cost per cookie.

Let's assume the number of peanut butter cookies is represented by 'x' and the number of chocolate chip cookies is represented by 'y'.

The cost per cookie is given as $3.50, so the expression representing the total cost would be:

Total Cost = (Cost per cookie) * (Quantity of peanut butter cookies + Quantity of chocolate chip cookies)

Therefore, the expression that represents the total cost is:

Total Cost = $3.50 * (x + y)

Please note that the 'x' and 'y' in the expression should be replaced by the actual quantities of cookies being purchased.