CHALLENGE :- Can a program help to solve this bain storming question?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

CHALLENGE :- Can a program help to solve this bain storming question??

Once a Mango seller went for selling mangoes and in hurry he took only 50 kg weight with him in the van. When customer asked for mangoes less than 50kg ,he cannot weigh it , since he had only 50kg weight. He was irritated and he threw 50kg weight on ground and it broke up into 5 pieces(5 parts are in whole no.). He was so lucky that all these 5 piece , he managed to give mangoes weighing between 1kg & 50kg (whole no.s)to customers by weighing once. What are the 5 parts in which weight was broken up???

16th Jan 2018, 2:14 AM
Mr.Curious
Mr.Curious - avatar
10 Answers
+ 4
question not clear to me, did u knew the weights of all 5 pieces, give a sample example to weight if I want 14 kg mangoes
19th Jan 2018, 3:57 AM
Morpheus
Morpheus - avatar
+ 4
@Rahul Jaiswal, thx for the explanation, now I can have some depth perception about the ingenuity of Gordie's solution since it's marked right.( 😔 can't read ruby though) . I ll try this challenge , it's cool like one of those optimization problems that gives me nightmares and mks me wanna quit programming😅
19th Jan 2018, 7:09 AM
Morpheus
Morpheus - avatar
+ 3
so What is the answer you are getting
19th Jan 2018, 3:21 AM
Mr.Curious
Mr.Curious - avatar
+ 3
Thanks bro ,it worked😊😊 🤘👍👍
19th Jan 2018, 3:31 AM
Mr.Curious
Mr.Curious - avatar
+ 3
Could you help me write a similar code in java or C or C++.
19th Jan 2018, 3:32 AM
Mr.Curious
Mr.Curious - avatar
+ 3
Java is my best, you can check my profile
19th Jan 2018, 3:45 AM
Mr.Curious
Mr.Curious - avatar
+ 3
how this ruby code is working , I am not getting it at all, little bit of explanation for this or a hint ,how to do it in C or java will do the work
19th Jan 2018, 3:47 AM
Mr.Curious
Mr.Curious - avatar
+ 3
Thanks alot , now I got it & can write the code in java and c. But Ruby is really amazing , all these tasks in just few lines.
19th Jan 2018, 4:08 AM
Mr.Curious
Mr.Curious - avatar
+ 3
Here is my try in java , this works for any weight you want. :- https://code.sololearn.com/cj1bh1DUuvKs/?ref=app To get the output for this ,give input 50
20th Jan 2018, 4:58 PM
Mr.Curious
Mr.Curious - avatar
+ 2
@ Morpheus Suppose you divided the weights into 3,4,11,12,20(sum=50) , now you can give 14 kg mangoes by keeping 11 & 3kg at one end , 1 kg by keeping 12 at one end & 11 at other, etc. But with these 5 parts , you can't give all quantities from 1 to 50 , like 49, etc. So your task is to find out that 5 parts which will give all from 1to 50.
19th Jan 2018, 5:50 AM
Mr.Curious
Mr.Curious - avatar