Edward A. answered 04/18/19
Math Tutor, Retired Computer Scientist and Technical Communicator
Kate, here’s how I would approach the question.
First, give names to the quantities involved:
Let b be the number of bracelets
Let d be the number of days
Let x be the amount of expenses
Next, translate the words into equations:
x = 1.5*b + 3*b + 10*d
Since we are told that d is 4, we can rewrite this as:
x = 1.5*b + 3*b + 10*4
Since assignment is called “combine like terms”, let’s do that. It means “move all the terms with b together and move the numbers together”.
In this case, we can add the b terms together:
x = 4.5*b + 10*4
and go ahead and simplify the numbers
x = 4.5*b + 40
This is your expression for the total expenses for 4 days of bracelet sales.