- #1
Winums2
- 4
- 0
I'm trying to create a negotiation simulation and don't know how to find point allocations for each party that will allow agreement in only about 20% of the cases. Wondering whether anyone here would solve the problem for me.
The point allocations I came up with allow agreement only a few times.
The table linked to below shows 6 questions (job title, club membership, parking, salary, vacation, number of employees).
For each question there are several possible answers (ex. Job title: vp, mgr, asst mgr, exec) (ex. Club membership: no, lunch only, All services).
For each possible answer, each party (ER and EE) assigns different point values (ex. for the Job Title question answer vp: ER assigns 0 pints, EE assigns 200 points)
To reach agreement, each party must accumulate more points than their threshold. To allow agreement I set ER’s threshold at 1300 and EE’s threshold at 1100.
The thresholds and point values I’ve used allow few agreements. One is shown in columns 5 and 6. Another is shown in columns 7 and 8.
The task is to find new thresholds for ER and EE and new sets of numbers for columns 2 and 3 that allows more agreements between ER and EE. Ideally:
a. About 20% of the possible combinations are to allow agreement by having both parties beat their threshold. The other 80% of possible combinations will prevent agreement by having only one or no party beat their threshold.
b. At least one issue is of little value to ER but enough value to the EE to allow the points for EE to offset lost points on another question.
c. At least one issue is of little value to EE but enough value to the ER to allow the points for ER to offset lost points on another question.
If you need to add another question or change the number of answers in particular questions, that would be fine.https://docs.google.com/document/d/1cVtzvuSFEmzWkt47IxjFXs946L6cy7rd2jFK5gDXI-Q/edit?usp=sharing
The point allocations I came up with allow agreement only a few times.
The table linked to below shows 6 questions (job title, club membership, parking, salary, vacation, number of employees).
For each question there are several possible answers (ex. Job title: vp, mgr, asst mgr, exec) (ex. Club membership: no, lunch only, All services).
For each possible answer, each party (ER and EE) assigns different point values (ex. for the Job Title question answer vp: ER assigns 0 pints, EE assigns 200 points)
To reach agreement, each party must accumulate more points than their threshold. To allow agreement I set ER’s threshold at 1300 and EE’s threshold at 1100.
The thresholds and point values I’ve used allow few agreements. One is shown in columns 5 and 6. Another is shown in columns 7 and 8.
The task is to find new thresholds for ER and EE and new sets of numbers for columns 2 and 3 that allows more agreements between ER and EE. Ideally:
a. About 20% of the possible combinations are to allow agreement by having both parties beat their threshold. The other 80% of possible combinations will prevent agreement by having only one or no party beat their threshold.
b. At least one issue is of little value to ER but enough value to the EE to allow the points for EE to offset lost points on another question.
c. At least one issue is of little value to EE but enough value to the ER to allow the points for ER to offset lost points on another question.
If you need to add another question or change the number of answers in particular questions, that would be fine.https://docs.google.com/document/d/1cVtzvuSFEmzWkt47IxjFXs946L6cy7rd2jFK5gDXI-Q/edit?usp=sharing