At a party, everyone shook hands with everybody else. There were 4005 handshakes. How many people were at the party?
The number of handshakes between people is always the sum of 1+2+3+...+(n-1). n = number of people. Say there are 5 people, handshake between them will be 1+2+3+4 = 10 (try that with your friends 😀)
The sum of 1 to n of any number is (n(n+1))÷2. For example 1+2+3+4+5 = 15 and (5(5+1))÷2 = (5*6)÷2 = 15
So, to find the number of people at the party
(n(n+1))÷2 = 4005
Cross multiplying: n(n+1) = 4005x2 = 8010
Expanding the bracket: n² + n = 8010 n² + n - 8010 = 0
Solving that using the Almighty Formula (I don't think I need to go into that details)
n = 90 and -89
Ofcourse there can be negative people at the party so answer is 90 people
At a party, everyone shook hands with everybody else. There were 4005 handshakes. How many people were at the party?
The number of handshakes between people is always the sum of 1+2+3+...+(n-1). n = number of people. Say there are 5 people, handshake between them will be 1+2+3+4 = 10 (try that with your friends 😀)
The sum of 1 to n of any number is (n(n+1))÷2. For example 1+2+3+4+5 = 15 and (5(5+1))÷2 = (5*6)÷2 = 15
So, to find the number of people at the party
(n(n+1))÷2 = 4005
Cross multiplying: n(n+1) = 4005x2 = 8010
Expanding the bracket: n² + n = 8010 n² + n - 8010 = 0
Solving that using the Almighty Formula (I don't think I need to go into that details)
n = 90 and -89
Ofcourse there can be negative people at the party so answer is 90 people
Answer: 90
BY Riddles Repository - Answers
Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283
Telegram is a free app and runs on donations. According to a blog on the telegram: We believe in fast and secure messaging that is also 100% free. Pavel Durov, who shares our vision, supplied Telegram with a generous donation, so we have quite enough money for the time being. If Telegram runs out, we will introduce non-essential paid options to support the infrastructure and finance developer salaries. But making profits will never be an end-goal for Telegram.
What is Telegram?
Telegram’s stand out feature is its encryption scheme that keeps messages and media secure in transit. The scheme is known as MTProto and is based on 256-bit AES encryption, RSA encryption, and Diffie-Hellman key exchange. The result of this complicated and technical-sounding jargon? A messaging service that claims to keep your data safe.Why do we say claims? When dealing with security, you always want to leave room for scrutiny, and a few cryptography experts have criticized the system. Overall, any level of encryption is better than none, but a level of discretion should always be observed with any online connected system, even Telegram.