Here is a Scratch version of the evens & odds game. Play a few games to see how it works. Hit space to roll the die. Even numbers move the horse up, while odd numbers move the horse left. By default it's set to only three sets across, but you can change this in the code. Tasks: 1. What do you think is the chance of winning the 3x3 game? See if you can change the code so that it runs a large number of games quickly. The code you will need to change is at the top left of the scripts page on the HORSE sprite. It is marked with a comment 2. What is the chance of winning the 4x4 and 5x5 games? Can you go even higher? Are the games getting more or less likely to win? How could you use the program to test this? Note: To get even more speed, try 'turbo mode'. It's shift+green flag.
For my maths class. * Solving the problems is what will help you learn, so please make sure you work out your own solutions!