Probability


Finds the factorial product of a number. Press a number, then the Factorial key, then Enter.


Generates a random number between 0 and 1. Pressing Rand displays "rand()". Press Enter to see the random number.


Generates a random integer between two given numbers. For example, to generate a random integer between 80 and 100:

An integer between 80 and 100 appears in the display.


Finds the number of different ways r out of n items can be arranged.
For example, to find the number of possible arrangements for 3 out of 5 items:

The result is 60.


Finds the number of different ways to choose r out of n items.
For example, to find how many different ways you can choose 6 items out of 14:

The result is 3,003.