subject

A company owner has 1000 shares of company stock she wants to divide among four employees as a bonus. Rather than simply divide the shares equally, she decides to give different amounts based on contribution, time with the company, etc. She decides the distribution must satisfy the following five (5) constraints: a. The first employee gets twice as many shares as the second employee.
b. The third employee gets more shares than the first two together.
c. The fourth employee gets less than the second employee.
d. All the shares must be distributed.
e. Allocations must be in whole numbers—no fractional distributions.

The objective function is to marimize the number of shares the fourth employee gets while satisfying all the constraints. Your solution should be general so that it can be used for distributing any number of shares such as 500 or 1200 shares. In other words, the formula in your solution should not have 1000 embedded in it; but rather, should reference a cell that has the number of shares.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:30
Write a function so that the main program below can be replaced by the simpler code that calls function original main program: miles_per_hour = float( minutes_traveled = float( hours_traveled = minutes_traveled / 60.0 miles_traveled = hours_traveled * miles_per_hour print('miles: %f' % miles_traveled) sample output with inputs: 70.0 100.0 miles: 116.666667
Answers: 3
question
Computers and Technology, 22.06.2019 16:20
Consider the following statements, then select one of the answers below: the signal() function shown below registers "sig_handler()" as the signal handler function for the sigkill signal, without the complexity of using when the sigkill signal is sent to a process running this code, by a user typing "kill -kill ", where the correct process id is used for to target the process, sig_handler() will be executed.
Answers: 1
question
Computers and Technology, 22.06.2019 20:10
Assume that minutes is an int variable whose value is 0 or positive. write an expression whose value is "undercooked" or "soft-boiled" or "medium-boiled" or "hard-boiled" or "overcooked" based on the value of minutes. in particular: if the value of minutes is less than 2 the expression's value is "undercooked"; 2-4 would be a "soft-boiled", 5-7 would be "medium-boiled", 8-11 would be "hard-boiled" and 12 or more would be a "overcooked".
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
This graph compares the cost of room and board at educational institutions in texas.
Answers: 1
You know the right answer?
A company owner has 1000 shares of company stock she wants to divide among four employees as a bonus...
Questions
question
Chemistry, 10.02.2021 20:50
question
Mathematics, 10.02.2021 20:50
question
Mathematics, 10.02.2021 20:50
question
Mathematics, 10.02.2021 20:50
question
Mathematics, 10.02.2021 20:50
Questions on the website: 13722360