In a formal event of a club, men always shake hands with the others men once when the event starts and always shake hands with the other men once when the event ends.
Similarly, the women of this club always wave with the other women once when the event starts and always wave with the other women once when the event ends.
Furthermore, men always shake hands with the women in this club once when the event starts, and wave to the women once when the even finish.
In one of this event, 37 people went to the club. Everyone shake hands or wave each other following the above rules. If there was 720 shake hands in this events, how many women were in it?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Pretty simple!
Log in to reply
Yes, I wasn't really looking to substitute a value for women until later, but I found this pretty neat expression which dramatically simplified the solution.
Let the number of men in this event be m . How each man shake hands each other once when the event start, we have to find the combinations:
( m 2 ) = 2 ! ( m − 2 ) ! m !
How it repeats in the end of the event, we need to double it:
2 ⋅ 2 ! ( m − 2 ) ! m !
The men shake hands with each women when the event starts. How a man shake hands with a woman once, we multiply the number of men m and the number of women 3 7 − m resulting in 3 7 m − m 2 . Add up all of this we will get the total of "shake hands" which is 720:
2 ⋅ 2 ! ( m − 2 ) ! m ! + 3 7 m − m 2 = 7 2 0
Simplifying:
( m − 2 ) ! m ! + 3 7 m − m 2 = 7 2 0
( m − 2 ) ! m ( m − 1 ) ( ( m − 2 ) ! ) + 3 7 m − m 2 = 7 2 0
m 2 − m + 3 7 m − m 2 = 7 2 0
3 6 m = 7 2 0 ∴ m = 2 0
Then, there were 20 men in this event. It mean that there were 3 7 − 2 0 = 1 7 women.
Problem Loading...
Note Loading...
Set Loading...
Let the number of men be m and the number of women be w . We will now construct a statement to represent the number of handshakes that occurred.
For a man, he must shake hands with every other man twice. There are m men that must do this, but we double count since a handshake between m a and m b is the same as a handshake between m b and m a . Thus, the expression for this is
2 m ( m − 1 ) × 2 = m ( m − 1 )
Also, each man must shake hands with each woman once. This expression is m w . Adding these two expressions, we get a total of m ( m − 1 ) + m w = m ( m + w − 1 ) handshakes. We already know m + w = 3 7 and m ( m + w − 1 ) = 7 2 0 . Thus, m + w − 1 = 3 6 so m = 2 0 , from which we get w = 1 7 .