Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The company has recently changed its total annual compensation policy to improve sales. A salesperson will continue to earn a fixed salary of 60000 dollars

  • The company has recently changed its total annual compensation policy to improve sales. A salesperson will continue to earn a fixed salary of 60000 dollars. The current sales target for every salesperson is  $120,000. The sales incentive will only start when 80% of the sales target is met. The current commission is6 percent of total sales. If a salesperson exceeds the sales target, the commission will increase based on an acceleration factor. The acceleration factor is  2. The application should ask the user to enter annual sales, and it should display the total annual compensation. The application should also display a table of potential total annual compensation that the salesperson could have earned, in $5000 increments above the salesperson's annual sales, until it reaches 50% above the salesperson's annual sales.

Sample Table: Assuming a total annual sales of $100,000, the table would look like this:

 

Total Sales

Total Compensation

100,000

<>

105,000

<>

110,000

<>

115,000

<>

120,000

<>

125,000

<>

130,000

<>

135,000

<>

140,000

<>

145,000

<>

150,000

<>

I have almost finished the programming, | need help with the math. I feel my programming and math is off. Not even sure If I did the accelerator factor correctly after the target number of 120000 has been met, I believe the percent should move to 12% instead of 6%. 

 

Step by Step Solution

3.40 Rating (147 Votes )

There are 3 Steps involved in it

Step: 1

The question is complete and makes sense To determine annual compensation first figure out if the sa... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Algorithms

Authors: Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest

3rd edition

978-0262033848

More Books

Students also viewed these Algorithms questions

Question

Is it possible to find a number n such that

Answered: 1 week ago

Question

What are the benefits of studying psychology? (p. 17)

Answered: 1 week ago

Question

Approximate n k = 1 k 3 with an integral.

Answered: 1 week ago