1. Use random integer on your calculator to simulate rolling a die 10 times.
2. Use random integer on your calculator to simulate tossing a coin 10 times.
3. Use random integer on your calculator to simulate being a 90% shooter in soccer (for direct kicks) and having 2 direct kicks.
4. Use random integer on your calculator to simulate a 54% chance of having the best fare among different airlines for 3 flights.
I understand how to use the calculator to solve the first two questions, randint(1,6,10) and randint(1,2,10), but the last two problems elude me. Could someone explain this to me please?