206k views
5 votes
Write an expression to represent the monthly costs of a company that rents web servers (w) for $30 a month and a certain number of database servers (d) for $40 a month.

1 Answer

5 votes

30w + 40d is the expression

30w represents $30 a month for web servers

40d represents $40 a month for database servers

you'd add them to find the total costs.

User John Atwood
by
7.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.