A tricky puzzle

For fans of all other kinds of logic puzzles

A tricky puzzle

Postby rjamil » Mon Aug 06, 2018 5:29 pm

A man died. He left three sons as heir; and 17 precious diamonds along with a testament to distribute among them.

According to the father testament, half of the diamonds should go to elder son, one-third should go to middle son and one-nineth should go to youngest son.

His sons were unable to divide the same as the result was coming in fractions.

As the sons were fighting on how to divide among them, a Goldsmith proposed a solution with which all the sons got their share in the property without destroying any diamond.

What was the advice given by the Goldsmith and how the 17 diamonds was divided?
rjamil
 
Posts: 777
Joined: 15 October 2014
Location: Karachi, Pakistan

Re: A tricky puzzle

Postby champagne » Mon Aug 06, 2018 6:35 pm

from memory

Hidden Text: Show
borrow one diamond and give it back at the end
champagne
2017 Supporter
 
Posts: 7458
Joined: 02 August 2007
Location: France Brittany

Re: A tricky puzzle

Postby tarek » Mon Aug 06, 2018 7:12 pm

Use INT(x)+1. Where x is the fraction of the inheritance ;)
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: A tricky puzzle

Postby blue » Mon Aug 06, 2018 7:43 pm

The sum of the fractions is 17/18, and 18 is divisible by 2,3 and 9.
Did the goldsmith suggest ?
    1st son gets: (18/2) = 9
    2nd son gets: (18/3) = 6
    3rd son gets: (18/9) = 2
blue
 
Posts: 1046
Joined: 11 March 2013

Re: A tricky puzzle

Postby rjamil » Mon Aug 06, 2018 9:06 pm

champagne answer is correct as goldsmith can lend a diamond;
tarek answer also correct subject to a computer program proposed instead of goldsmith; and
blue answer also correct subject to a mathematician proposed instead of goldsmith.

Added:
Being programmer, I recommend CEIL function that rounds up the nearest integer instead of INT(x) + 1.
rjamil
 
Posts: 777
Joined: 15 October 2014
Location: Karachi, Pakistan

Re: A tricky puzzle

Postby tarek » Tue Aug 07, 2018 12:16 pm

rjamil wrote:Added:
Being programmer, I recommend CEIL function that rounds up the nearest integer instead of INT(x) + 1.

For this one specifically the INT was needed because I wanted to the number to be rounded down each time!

Tarek
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: A tricky puzzle

Postby SteveG48 » Tue Aug 07, 2018 12:56 pm

I like the puzzle, but technically as I see it there is no solution. The puzzle calls for each son to get his share of the inheritance, but in fact the solution given results in each son getting more than his share. The father's testament leaves 1/18 of his estate unallocated. (Taxes maybe?) There was nothing left over, so his wishes were not met.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4483
Joined: 08 November 2013
Location: Orlando, Florida

Re: A tricky puzzle

Postby rjamil » Tue Aug 07, 2018 4:12 pm

Hi tarek,

tarek wrote:For this one specifically the INT was needed because I wanted to the number to be rounded down each time!

What about, after round-down, adding 1 to get round-up subject to the value always contain fraction part. A single CEIL (x) function takes care about integer value not to add 1.

SteveG48 wrote:The father's testament leaves 1/18 of his estate unallocated. (Taxes maybe?) There was nothing left over, so his wishes were not met.

The only issue is to divide 17 diamonds among 3 sons as per father's testament. Rest of the estate/property may be distributed with precision to faction as per estate's current value.
rjamil
 
Posts: 777
Joined: 15 October 2014
Location: Karachi, Pakistan

Re: A tricky puzzle

Postby tarek » Tue Aug 07, 2018 5:06 pm

rjamil wrote:Hi tarek,

tarek wrote:For this one specifically the INT was needed because I wanted to the number to be rounded down each time!

What about, after round-down, adding 1 to get round-up subject to the value always contain fraction part. A single CEIL (x) function takes care about integer value not to add 1.


That is correct CEIL(x) in the context of this riddle is enough

tarek
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: A tricky puzzle

Postby rjamil » Wed Aug 08, 2018 4:01 pm

There is interesting point that youngest son got 1/3, middle son got 2/3 and elder son got 8/9 extra share in diamonds from father's testament calculation point of view.
rjamil
 
Posts: 777
Joined: 15 October 2014
Location: Karachi, Pakistan

Re: A tricky puzzle

Postby blue » Wed Aug 08, 2018 7:48 pm

I think you've made a mistake in your math.

The eldest son gets (1/2) diamond extra, the middle son gets (1/3) diamond extra, and the youngest son gets (1/9) diamond extra
... each in proportion to thier original shares, coincidentally.

I still think it's strange that the father wouldn't have specified what was to happen with the remaining (1/18) of his estate.

I think it was to go to the father's mistress, who was also his lawyer ... that there were 18 diamonds originally ... and that the lawyer withheld her share and didn't tell the sons, in fear of an eventual lawsuit :D

Note: If that was the case, then the sons got exactly what thier father intended (in the way of diamonds, at least) !
Note too: There's still the issue of what to do with the remaining (1/18) of the non-diamond part of his estate.
blue
 
Posts: 1046
Joined: 11 March 2013

Re: A tricky puzzle

Postby tarek » Wed Aug 08, 2018 8:18 pm

I’m sure the Goldsmith didn’t Leave empty handed. I suspect that his/her fees would amount to 1/18 of everything ;)
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: A tricky puzzle

Postby rjamil » Thu Aug 09, 2018 3:50 am

blue wrote:The eldest son gets (1/2) diamond extra, the middle son gets (1/3) diamond extra, and the youngest son gets (1/9) diamond extra
... each in proportion to thier original shares, coincidentally.

Oops. My mistake.

blue wrote:Note: If that was the case, then the sons got exactly what thier father intended (in the way of diamonds, at least) !

This proofs that the 17 diamonds have been divided into each son as per father's will perfectly.

Eldest son gets 17/2 = 8 1/2;
Middle son gets 17/3 = 5 2/3; and
Youngest son gets 17/9 = 1 8/9.

blue wrote:Note too: There's still the issue of what to do with the remaining (1/18) of the non-diamond part of his estate.

After giving above shares, total 16 1/18 diamonds distributed and there are some fraction of diamond remain, i.e., 17/18, for which it has to be redistributed among sons according to father's will too. And the remaining diamonds are distributed again and again till exhausted.

This puzzle is based on true story and not paradox.
http://www.ezsoftech.com/stories/imamali2.asp
rjamil
 
Posts: 777
Joined: 15 October 2014
Location: Karachi, Pakistan

Re: A tricky puzzle

Postby rjamil » Thu Aug 09, 2018 3:51 pm

I got an idea how to show the distribution in simple equation as follows:

Hidden Text: Show
Code: Select all
Lets take each son's share and add them:
17   17   17       1
-- + -- + -- = 16 --
 2    3    9      18

Multiply both the sides of the equation by 18 and divide by 17:
17 × 18   17 × 18   17 × 18   289 × 18
------- + ------- + ------- = --------
 2 × 17    3 × 17    9 × 17    18 × 17

18   18   18
-- + -- + -- = 17
 2    3    9

Hope the above algebraic equation will give exact shares of each son from 17 diamonds as per father's will without dispute.
rjamil
 
Posts: 777
Joined: 15 October 2014
Location: Karachi, Pakistan

Re: A tricky puzzle

Postby SteveG48 » Thu Aug 09, 2018 11:20 pm

The distribution is correct only if we make assumptions about the father's true intention. Clearly, his testament only distributed 17/18 of his estate. The question is his true intention for the remainder.

If we assume that we should simply multiply each inheritance by the same factor so as to distribute the entire amount, then that factor has to be 18/17. Then the answer already given is exactly correct. The eldest son, for example, gets (9/18)x(18/17) = 9/17. Nine seventeenths of seventeen diamonds is 9. Likewise for the other sons. The puzzle is well formulated to give a nice result. Unfortunately, it requires an assumption. I agree that the mistress should get the extra. :)
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4483
Joined: 08 November 2013
Location: Orlando, Florida

Next

Return to Other logic puzzles