Texas Instruments TI-36X Pro User Manual - Page 48

Probability

Page 48 highlights

< Probability H %† H is a multi-tap key that cycles through the following options: ! A factorial is the product of the positive integers from 1 to n. n must be a positive whole number { 69. nCr Calculates the number of possible combinations of n items taken r at a time, given n and r. The order of objects is not important, as in a hand of cards. nPr Calculates the number of possible permutations of n items taken r at a time, given n and r. The order of objects is important, as in a race. % † displays a menu with the following options: rand Generates a random real number between 0 and 1. To control a sequence of random numbers, store an integer (seed value) | 0 to rand. The seed value changes randomly every time a random number is generated. randint( Generates a random integer between 2 integers, A and B, where A { randint { B. Separate the 2 integers with a comma. Examples ! 4 H < nCr 52 H H 5 < 48

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78

48
Probability
H
%†
H
is a multi-tap key that cycles through the following
options:
%†
displays a menu with the following options:
Examples
<
!
A
factorial
is the product of the positive integers
from 1 to
n
.
n
must be a positive whole number
{
69.
nCr
Calculates the number of possible
combinations
of
n
items taken
r
at a time, given
n
and
r
. The order
of objects is not important, as in a hand of cards.
nPr
Calculates the number of possible
permutations
of
n
items taken
r
at a time, given
n
and
r
. The order of
objects is important, as in a race.
rand
Generates a random real number between 0 and
1. To control a sequence of random numbers,
store an integer (seed value)
|
0 to
rand
. The
seed value changes randomly every time a
random number is generated.
randint(
Generates a random integer between 2 integers,
A
and
B
, where
A
{
randint
{
B
. Separate the 2
integers with a comma.
!
4
H
<
nCr
52
HH
5
<