Added riddle and solution (#29928)

Solution hidden in nested detail to hide spoiler
This commit is contained in:
Zen Bender
2019-04-12 12:07:45 -04:00
committed by The Coding Aviator
parent 7f845c1d2f
commit 949e20cf86

View File

@ -3,13 +3,16 @@ title: Mobsters Riddle
---
## Mobsters Riddle
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/logic/mobsters-riddle/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
The gang of four that once ran the biggest protection racket in the east eventually got out of jail. Almost immediately, they began operating again in the same neighborhood. They had previously divided it into four territories: north, south, east, and west. Because each mobster had always kept his operations in the same area, the police nicknamed them Mr. North, Mr. South, Mr. East, and Mr. West.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
Now the police received a reliable tip that this time each mobster was operating in a new territory. None of the new victims was willing to identify the mobsters from photos the police showed them, but three facts became clear, and that was enough for the FBI to work out which mobster was operating where. These are the facts:
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
1. Mr. East is not operating the North.
2. The North territory is not being operated by Mr. South.
3. The South territory is not being operated by Mr. East.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
Can you tell who is operating in each territory?
<details><summary>Solution</summary><blockquote>
Mr. North is operating the South, Mr. East is operating the West, Mr. South is operating the East, and Mr. West is operating the North.</blockquote></details>