core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
my solution
Extra credit solution: n!; 5 horses = 5! = 120 possible outcomes
Here is my take on it
My solution for this challenge hereafter!
For 5 horses there would be 120 combinations and for n horses n! combinations
My solution
Number of possible outcomes = number of horses! (factorial)