Problema Solution

A furniture company misprinted a sales ad for a living room set but honors the advertised price. For each customer who purchases the living room set, the company suffers a loss of $125. Write a function to represent the company's total loss. What is the value of the function for an input of 50, and what does it represent?

Answer provided by our tutors

A furniture company misprinted a sales ad for a living room set but honors the advertised price. For each customer who purchases the living room set, the company suffers a loss of $125. Write a function to represent the company's total loss. What is the value of the function for an input of 50, and what does it represent?

Solution:

We assume the number of customers who purchases the living room set is x.

The total loss is y.

The function is

y = 125x

When x=50, y = $125*50 = $6,250

It represents the total loss of the company is $6,250 when 50 customers purchase the living room set