GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  MindTree  >  Aptitude

 Print  |  
Question:  The is a meeting organized, every person shake hands with the other only once. if there are 60 shake hands, how many persons are there in the meeting?.



July 07, 2005 06:11:07 #4
 Chetan Arora   Member Since: Visitor    Total Comments: N/A 

RE: The is a meeting organized, every person shake hands with the other only once. if there are 60 shake
 
If the no of ppl are 'n' ttoal no of hand shakes are n-1 + n-2 + n-3 + ... + 3+ 2 + 1 
so the total hand shakes = [n(n+1)]/2 
here n = n-1 therefore total hansshakes  
[(n-1)(n-2)]/2=60 
this equation doesn't get satisfied so the question is wrong !!!
     

 

Back To Question