From 579c3312424d6550d9446f00ad6b35ef5208673f Mon Sep 17 00:00:00 2001 From: Yohaan Date: Thu, 5 Nov 2020 03:24:21 +0000 Subject: [PATCH] day 6 partnership cases --- aptitude_quant.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/aptitude_quant.md b/aptitude_quant.md index db996a9..13f7ed4 100644 --- a/aptitude_quant.md +++ b/aptitude_quant.md @@ -312,3 +312,32 @@ so 5km != 5 * 11 = 55 NO last km he won't take the rest!!!!!! so 4 gaps in 5 km ;) so 4 * 11 + 6 = 50 mins +## Day 6, Partnerships + +Case: ratio of investment together + +a & b want to set up an entertainment center outside a clg campus. +a invests 5000, b 2000`` +`ratio 5:2` + +EOD profit is 14000 +thus `profit(a) = 14k * 5 ÷ 7 = 10k` +`profit(b) = 4k` + +Case: investor + late investor/early spectator + +a invests 10k b doesn't invest + +then after 2 months, he sees the success and invests 8k + +thus , `a = 10k for 12 months, b = 8k for 10 months` +`ratio = 120 : 80` + +Case: invest together + +a invests 10k, b 5k at the start +`ratio = 2:1` + +after 5 months, b is sad or happy so he increases or decreases his investment, now the ratio becomes + +`10k * 12 : 5k * 5 + (5k ± change) * 7`