Assets Split Puzzle
$begingroup$
An old woman had the following assets:
(a) Rs. 70 lakh in bank deposits
(b) 1 house worth Rs. 50 lakh
(c) 3 flats, each worth Rs. 30 lakh
(d) Certain number of gold coins, each worth Rs. 1 lakh
She wanted to distribute her assets among her three children; Neeta, Seeta and Geeta.
The house, any of the flats or any of the coins were not to be split. That is, the house went entirely to one child; a flat went to one child and similarly, a gold coin went to one child.
The value of the assets distributed among Neeta, Seeta and Geeta was in the ratio of 1:2:3, while the gold coins were distributed among them in the ratio of 2:3:4. One child got all three flats and she did not get the house. One child, other than Geeta, got Rs. 30 lakh in bank deposits.
How many gold coins did the old woman have?
mathematics logical-deduction
$endgroup$
add a comment |
$begingroup$
An old woman had the following assets:
(a) Rs. 70 lakh in bank deposits
(b) 1 house worth Rs. 50 lakh
(c) 3 flats, each worth Rs. 30 lakh
(d) Certain number of gold coins, each worth Rs. 1 lakh
She wanted to distribute her assets among her three children; Neeta, Seeta and Geeta.
The house, any of the flats or any of the coins were not to be split. That is, the house went entirely to one child; a flat went to one child and similarly, a gold coin went to one child.
The value of the assets distributed among Neeta, Seeta and Geeta was in the ratio of 1:2:3, while the gold coins were distributed among them in the ratio of 2:3:4. One child got all three flats and she did not get the house. One child, other than Geeta, got Rs. 30 lakh in bank deposits.
How many gold coins did the old woman have?
mathematics logical-deduction
$endgroup$
1
$begingroup$
I got the same answer as @Verence but used a different method. Should I add it as an answer or leave it as Verence already got it answered correctly?
$endgroup$
– AHKieran
Nov 12 '18 at 12:39
$begingroup$
Yes sure @AHKieran you can add it .
$endgroup$
– sam
Nov 12 '18 at 14:30
add a comment |
$begingroup$
An old woman had the following assets:
(a) Rs. 70 lakh in bank deposits
(b) 1 house worth Rs. 50 lakh
(c) 3 flats, each worth Rs. 30 lakh
(d) Certain number of gold coins, each worth Rs. 1 lakh
She wanted to distribute her assets among her three children; Neeta, Seeta and Geeta.
The house, any of the flats or any of the coins were not to be split. That is, the house went entirely to one child; a flat went to one child and similarly, a gold coin went to one child.
The value of the assets distributed among Neeta, Seeta and Geeta was in the ratio of 1:2:3, while the gold coins were distributed among them in the ratio of 2:3:4. One child got all three flats and she did not get the house. One child, other than Geeta, got Rs. 30 lakh in bank deposits.
How many gold coins did the old woman have?
mathematics logical-deduction
$endgroup$
An old woman had the following assets:
(a) Rs. 70 lakh in bank deposits
(b) 1 house worth Rs. 50 lakh
(c) 3 flats, each worth Rs. 30 lakh
(d) Certain number of gold coins, each worth Rs. 1 lakh
She wanted to distribute her assets among her three children; Neeta, Seeta and Geeta.
The house, any of the flats or any of the coins were not to be split. That is, the house went entirely to one child; a flat went to one child and similarly, a gold coin went to one child.
The value of the assets distributed among Neeta, Seeta and Geeta was in the ratio of 1:2:3, while the gold coins were distributed among them in the ratio of 2:3:4. One child got all three flats and she did not get the house. One child, other than Geeta, got Rs. 30 lakh in bank deposits.
How many gold coins did the old woman have?
mathematics logical-deduction
mathematics logical-deduction
edited Nov 12 '18 at 14:51
Chowzen
13.5k243189
13.5k243189
asked Nov 12 '18 at 10:11
samsam
39810
39810
1
$begingroup$
I got the same answer as @Verence but used a different method. Should I add it as an answer or leave it as Verence already got it answered correctly?
$endgroup$
– AHKieran
Nov 12 '18 at 12:39
$begingroup$
Yes sure @AHKieran you can add it .
$endgroup$
– sam
Nov 12 '18 at 14:30
add a comment |
1
$begingroup$
I got the same answer as @Verence but used a different method. Should I add it as an answer or leave it as Verence already got it answered correctly?
$endgroup$
– AHKieran
Nov 12 '18 at 12:39
$begingroup$
Yes sure @AHKieran you can add it .
$endgroup$
– sam
Nov 12 '18 at 14:30
1
1
$begingroup$
I got the same answer as @Verence but used a different method. Should I add it as an answer or leave it as Verence already got it answered correctly?
$endgroup$
– AHKieran
Nov 12 '18 at 12:39
$begingroup$
I got the same answer as @Verence but used a different method. Should I add it as an answer or leave it as Verence already got it answered correctly?
$endgroup$
– AHKieran
Nov 12 '18 at 12:39
$begingroup$
Yes sure @AHKieran you can add it .
$endgroup$
– sam
Nov 12 '18 at 14:30
$begingroup$
Yes sure @AHKieran you can add it .
$endgroup$
– sam
Nov 12 '18 at 14:30
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The answer is
90. Neeta got 20 coins and 30 in bank depostis, Seeta got 30 coins, a house and 20 in deposits, and Geeta got 40 coins, the flats and 20 in deposits.
Solution:
Neeta (N) got $2x$ coins and $i$ other goods, S got $3x+j$ and G got $4x+k$.
From the overall distribution, $3x+j = 2*(2x+i)$, therefore $j = 2i+x$. Similar to this, $k = 3i+2x$.
$i+j+k = 210$ (total worth of non-coin goods)
From previous equations, $6i+3x=210$.
Divide by 3: $j=2i+x=70$
$i$ is less than $j/2$, so, only G could get the flats and then, only S could get the house.
So, S got the house and 20 in deposits. Therefore, N got 30 in deposits, and G got the flats and 20 remaining deposits.
$i=30$; $70=j=2i+x$, so $x=10$. Total amount of coins is $2x+3x+4x=90$.
$endgroup$
add a comment |
$begingroup$
So my answer is the same as Verence with:
90 gold coins
But my method is different:
With Gold alone, the ratio of total assets would be 2:3:4 for N:S:G respectively. If we assume that they have have 2 gold, 3 gold, and 4 gold each, then with the addition of the other assets, their lowest ratio of total wealth would then become 3:6:9.
This is a different of +1:+3:+5. Increasing the values within this ratio gives us 4:8:12 and 5:10:15, each with an increase from 2:3:4 of +2:+5:+8 and +3:+7:+11 respectively.
As the rest of the given values deal with multiples of 10, I then wrote these out as a start of 20:30:40 gold, increasing by +10:+30:+50 etc other assets.
The next step was to find the total worth of the non-gold assets, to see of that matched the total of any of the increases I'd written out. The total increase in value was 70+50+90 = 210. I noticed that the 30:70:110 ratio also totalled 210.
I was then prepared to increase these values by factors that would allow for the other restrictions, but soon noticed that it was already viable to give Neeta the 30 bank deposit, give the 50 house to Seeta along with 20 in bank deposits to total 70, and give the 3 flats and the last 20 in bank deposits to Geeta to total 110.
This meant that the gold was given out as 20:30:40 (a ratio of 2:3:4), totalling 90, to make a total asset value of 50:100:150 (a ratio of 1:2:3).
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "559"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f75034%2fassets-split-puzzle%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The answer is
90. Neeta got 20 coins and 30 in bank depostis, Seeta got 30 coins, a house and 20 in deposits, and Geeta got 40 coins, the flats and 20 in deposits.
Solution:
Neeta (N) got $2x$ coins and $i$ other goods, S got $3x+j$ and G got $4x+k$.
From the overall distribution, $3x+j = 2*(2x+i)$, therefore $j = 2i+x$. Similar to this, $k = 3i+2x$.
$i+j+k = 210$ (total worth of non-coin goods)
From previous equations, $6i+3x=210$.
Divide by 3: $j=2i+x=70$
$i$ is less than $j/2$, so, only G could get the flats and then, only S could get the house.
So, S got the house and 20 in deposits. Therefore, N got 30 in deposits, and G got the flats and 20 remaining deposits.
$i=30$; $70=j=2i+x$, so $x=10$. Total amount of coins is $2x+3x+4x=90$.
$endgroup$
add a comment |
$begingroup$
The answer is
90. Neeta got 20 coins and 30 in bank depostis, Seeta got 30 coins, a house and 20 in deposits, and Geeta got 40 coins, the flats and 20 in deposits.
Solution:
Neeta (N) got $2x$ coins and $i$ other goods, S got $3x+j$ and G got $4x+k$.
From the overall distribution, $3x+j = 2*(2x+i)$, therefore $j = 2i+x$. Similar to this, $k = 3i+2x$.
$i+j+k = 210$ (total worth of non-coin goods)
From previous equations, $6i+3x=210$.
Divide by 3: $j=2i+x=70$
$i$ is less than $j/2$, so, only G could get the flats and then, only S could get the house.
So, S got the house and 20 in deposits. Therefore, N got 30 in deposits, and G got the flats and 20 remaining deposits.
$i=30$; $70=j=2i+x$, so $x=10$. Total amount of coins is $2x+3x+4x=90$.
$endgroup$
add a comment |
$begingroup$
The answer is
90. Neeta got 20 coins and 30 in bank depostis, Seeta got 30 coins, a house and 20 in deposits, and Geeta got 40 coins, the flats and 20 in deposits.
Solution:
Neeta (N) got $2x$ coins and $i$ other goods, S got $3x+j$ and G got $4x+k$.
From the overall distribution, $3x+j = 2*(2x+i)$, therefore $j = 2i+x$. Similar to this, $k = 3i+2x$.
$i+j+k = 210$ (total worth of non-coin goods)
From previous equations, $6i+3x=210$.
Divide by 3: $j=2i+x=70$
$i$ is less than $j/2$, so, only G could get the flats and then, only S could get the house.
So, S got the house and 20 in deposits. Therefore, N got 30 in deposits, and G got the flats and 20 remaining deposits.
$i=30$; $70=j=2i+x$, so $x=10$. Total amount of coins is $2x+3x+4x=90$.
$endgroup$
The answer is
90. Neeta got 20 coins and 30 in bank depostis, Seeta got 30 coins, a house and 20 in deposits, and Geeta got 40 coins, the flats and 20 in deposits.
Solution:
Neeta (N) got $2x$ coins and $i$ other goods, S got $3x+j$ and G got $4x+k$.
From the overall distribution, $3x+j = 2*(2x+i)$, therefore $j = 2i+x$. Similar to this, $k = 3i+2x$.
$i+j+k = 210$ (total worth of non-coin goods)
From previous equations, $6i+3x=210$.
Divide by 3: $j=2i+x=70$
$i$ is less than $j/2$, so, only G could get the flats and then, only S could get the house.
So, S got the house and 20 in deposits. Therefore, N got 30 in deposits, and G got the flats and 20 remaining deposits.
$i=30$; $70=j=2i+x$, so $x=10$. Total amount of coins is $2x+3x+4x=90$.
answered Nov 12 '18 at 10:39
VerenceVerence
1,261512
1,261512
add a comment |
add a comment |
$begingroup$
So my answer is the same as Verence with:
90 gold coins
But my method is different:
With Gold alone, the ratio of total assets would be 2:3:4 for N:S:G respectively. If we assume that they have have 2 gold, 3 gold, and 4 gold each, then with the addition of the other assets, their lowest ratio of total wealth would then become 3:6:9.
This is a different of +1:+3:+5. Increasing the values within this ratio gives us 4:8:12 and 5:10:15, each with an increase from 2:3:4 of +2:+5:+8 and +3:+7:+11 respectively.
As the rest of the given values deal with multiples of 10, I then wrote these out as a start of 20:30:40 gold, increasing by +10:+30:+50 etc other assets.
The next step was to find the total worth of the non-gold assets, to see of that matched the total of any of the increases I'd written out. The total increase in value was 70+50+90 = 210. I noticed that the 30:70:110 ratio also totalled 210.
I was then prepared to increase these values by factors that would allow for the other restrictions, but soon noticed that it was already viable to give Neeta the 30 bank deposit, give the 50 house to Seeta along with 20 in bank deposits to total 70, and give the 3 flats and the last 20 in bank deposits to Geeta to total 110.
This meant that the gold was given out as 20:30:40 (a ratio of 2:3:4), totalling 90, to make a total asset value of 50:100:150 (a ratio of 1:2:3).
$endgroup$
add a comment |
$begingroup$
So my answer is the same as Verence with:
90 gold coins
But my method is different:
With Gold alone, the ratio of total assets would be 2:3:4 for N:S:G respectively. If we assume that they have have 2 gold, 3 gold, and 4 gold each, then with the addition of the other assets, their lowest ratio of total wealth would then become 3:6:9.
This is a different of +1:+3:+5. Increasing the values within this ratio gives us 4:8:12 and 5:10:15, each with an increase from 2:3:4 of +2:+5:+8 and +3:+7:+11 respectively.
As the rest of the given values deal with multiples of 10, I then wrote these out as a start of 20:30:40 gold, increasing by +10:+30:+50 etc other assets.
The next step was to find the total worth of the non-gold assets, to see of that matched the total of any of the increases I'd written out. The total increase in value was 70+50+90 = 210. I noticed that the 30:70:110 ratio also totalled 210.
I was then prepared to increase these values by factors that would allow for the other restrictions, but soon noticed that it was already viable to give Neeta the 30 bank deposit, give the 50 house to Seeta along with 20 in bank deposits to total 70, and give the 3 flats and the last 20 in bank deposits to Geeta to total 110.
This meant that the gold was given out as 20:30:40 (a ratio of 2:3:4), totalling 90, to make a total asset value of 50:100:150 (a ratio of 1:2:3).
$endgroup$
add a comment |
$begingroup$
So my answer is the same as Verence with:
90 gold coins
But my method is different:
With Gold alone, the ratio of total assets would be 2:3:4 for N:S:G respectively. If we assume that they have have 2 gold, 3 gold, and 4 gold each, then with the addition of the other assets, their lowest ratio of total wealth would then become 3:6:9.
This is a different of +1:+3:+5. Increasing the values within this ratio gives us 4:8:12 and 5:10:15, each with an increase from 2:3:4 of +2:+5:+8 and +3:+7:+11 respectively.
As the rest of the given values deal with multiples of 10, I then wrote these out as a start of 20:30:40 gold, increasing by +10:+30:+50 etc other assets.
The next step was to find the total worth of the non-gold assets, to see of that matched the total of any of the increases I'd written out. The total increase in value was 70+50+90 = 210. I noticed that the 30:70:110 ratio also totalled 210.
I was then prepared to increase these values by factors that would allow for the other restrictions, but soon noticed that it was already viable to give Neeta the 30 bank deposit, give the 50 house to Seeta along with 20 in bank deposits to total 70, and give the 3 flats and the last 20 in bank deposits to Geeta to total 110.
This meant that the gold was given out as 20:30:40 (a ratio of 2:3:4), totalling 90, to make a total asset value of 50:100:150 (a ratio of 1:2:3).
$endgroup$
So my answer is the same as Verence with:
90 gold coins
But my method is different:
With Gold alone, the ratio of total assets would be 2:3:4 for N:S:G respectively. If we assume that they have have 2 gold, 3 gold, and 4 gold each, then with the addition of the other assets, their lowest ratio of total wealth would then become 3:6:9.
This is a different of +1:+3:+5. Increasing the values within this ratio gives us 4:8:12 and 5:10:15, each with an increase from 2:3:4 of +2:+5:+8 and +3:+7:+11 respectively.
As the rest of the given values deal with multiples of 10, I then wrote these out as a start of 20:30:40 gold, increasing by +10:+30:+50 etc other assets.
The next step was to find the total worth of the non-gold assets, to see of that matched the total of any of the increases I'd written out. The total increase in value was 70+50+90 = 210. I noticed that the 30:70:110 ratio also totalled 210.
I was then prepared to increase these values by factors that would allow for the other restrictions, but soon noticed that it was already viable to give Neeta the 30 bank deposit, give the 50 house to Seeta along with 20 in bank deposits to total 70, and give the 3 flats and the last 20 in bank deposits to Geeta to total 110.
This meant that the gold was given out as 20:30:40 (a ratio of 2:3:4), totalling 90, to make a total asset value of 50:100:150 (a ratio of 1:2:3).
answered Nov 12 '18 at 14:51
AHKieranAHKieran
5,2661042
5,2661042
add a comment |
add a comment |
Thanks for contributing an answer to Puzzling Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f75034%2fassets-split-puzzle%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
I got the same answer as @Verence but used a different method. Should I add it as an answer or leave it as Verence already got it answered correctly?
$endgroup$
– AHKieran
Nov 12 '18 at 12:39
$begingroup$
Yes sure @AHKieran you can add it .
$endgroup$
– sam
Nov 12 '18 at 14:30