QUESTION IMAGE
Question
a local car dealership offers its salespeople a base salary of $120 per day. in addition to their salary, the salesperson gets a commission of $95 for each car they sell. write a function to represent the total salary earned (y) if x cars are sold by a salesperson. (1 point) the function of the total salary of a salesperson is \boxed{}
Step1: Identify fixed and variable components
The base salary is $120 (fixed), and the commission is $95 per car (variable, depends on \( x \) cars sold).
Step2: Formulate the total salary function
Total salary \( y \) equals base salary plus commission from \( x \) cars. Commission for \( x \) cars is \( 95x \), so \( y = 120 + 95x \).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
\( y = 95x + 120 \)