235k views
5 votes
Smith's sells boxes of 12 soda cans. Write a function to represent how many cans , C , you will have based on the number of boxes you buy. Then , calculate how many cans you will have if you buy 4 boxes .

User Shiminsh
by
7.6k points

1 Answer

6 votes

Final answer:

To represent the number of cans, C, based on the number of boxes bought, we can use the function C = 12 * B, where B is the number of boxes. If you buy 4 boxes, you will have 48 cans.

Step-by-step explanation:

To represent the number of cans, C, based on the number of boxes bought, we can use the function C = 12 * B, where B is the number of boxes. This function states that each box contains 12 soda cans, so multiplying the number of boxes by 12 gives us the total number of cans.

If you buy 4 boxes, you can use the function C = 12 * 4 to find the total number of cans. Therefore, C = 48. So, if you buy 4 boxes, you will have 48 cans.

The function would be C = 12 * n, where n represents the number of boxes. If a person buys 4 boxes, the total number of cans they will have is found by plugging 4 into the function, resulting in C = 12 * 4 = 48 cans.

User Tyrel
by
8.8k points