In your industrial oven, you bake two baking sheets with 12 scones each, two baking sheets with 20 cookies each, and one baking sheet with 2 scones and 10 cookies.

Write an expression that illustrates the total cost of all baked goods in the scenario above using the variable s to represent the cost of scones and the variable c to represent the cost of cookies. Simplify your expression by combining like terms.

looks like

Cost = 2(12)s + 2(20)c + 2s+10c

simplify this.

Thank yo u, i got it!!!

Thank yo u, i got it!!!

26s+50c

To find the total cost of all baked goods in the scenario above, you can multiply the number of each type of baked good by its respective cost and then sum the results.

First, let's define the variables:
s = cost of one scone
c = cost of one cookie

Now, let's calculate the cost for each type of baked good:
1st baking sheet with 12 scones: 12s
2nd baking sheet with 20 cookies: 20c
3rd baking sheet with 2 scones and 10 cookies: 2s + 10c

To find the total cost for all baked goods, you can add these expressions together:
12s + 20c + 2s + 10c

Now, let's combine like terms to simplify the expression. Combine the terms with 's' together and the terms with 'c' together:
(12s + 2s) + (20c + 10c)
14s + 30c

So, the expression that illustrates the total cost of all baked goods in the scenario above is 14s + 30c.