write a function to describe the following scenario. mark must pay his employees $200 every friday top of…

write a function to describe the following scenario. mark must pay his employees $200 every friday top of their usual rate of $18/hour. assuming the day is friday, how would mark calculate the amount to pay one of his employees for the day? y = ? + x

write a function to describe the following scenario. mark must pay his employees $200 every friday top of their usual rate of $18/hour. assuming the day is friday, how would mark calculate the amount to pay one of his employees for the day? y = ? + x

Answer

Answer:

$y = 200+18x$

Explanation:

Step1: Identify fixed - cost

The fixed amount Mark pays every Friday is $200$.

Step2: Identify variable - cost

The variable cost is $18$ per hour, and if $x$ is the number of hours worked, the cost for hours worked is $18x$.

Step3: Form the function

The total amount $y$ to pay an employee is the sum of the fixed cost and the variable cost, so $y = 200 + 18x$.