answersLogoWhite

0


Best Answer

What you have found is the reason that in many cases the jewelry is sold and the money divided up. Once you have the value of all the items, you may be able to sell one or two pieces and use that cash to even out the value of the distribution of the others.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you distribute many items to inheritors with equitable shares I'm looking for an algorithm which can allocate as many as 48 items of jewelry each with its dollar value to each of 3 people?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is another word for allocate?

Synonyms for allocate: allot assign share give distribute


What is the synonym of to distribute?

allocate, dispense, issue


What is a synonym for dispense?

distribute, assign, allocate, allot, dole out, share out, apportion


What is the word that means to distribute officially?

Administer? Allocate? Apportion?


What Other ways to say spread?

distribute, disperse, allocate,


What word means split or divide?

It could be Separate, Disconnect, Dissect, Segregate, Split, Distribute, Allocate, or Partition.


What is a synonym for divide?

separate, split, segregate, bisect, share, distribute, allocate, dispense, allot, mete, deal out


What are some synonyms for divide?

separate, split, segregate, bisect, share, distribute, allocate, dispense, allot, mete, deal out


What are four synonyms for the word divide?

separate, split, segregate, bisect, share, distribute, allocate, dispense, allot, mete, deal out


Translating an algorithm into a programming language is called?

Translating an algorithm into a programming language is called coding. A variable declaration tells the operating system to allocate storage space in RAM.


Words that mean the same as divide?

Separate, disconnect, dissect, segregate, split, distribute, allocate, portion, partition, split up, classify, arrange, categorize, disagree, alienate, differ...


What is efficent Algorithm?

Basically it depends on your condition of the program but one should have these things in mind while making/writing an algorithm..... 1. Use minimum variable as much as possible. 2. Try to use the pointers instead of array's to allocate the memory at the run time. 3. Always check for the time and space complexity for the algorithm. 4. Use the exact data structure for the given problem.