37
Chapter 2: Operating the Graphing Calculator
3 rndNorm( rndNorm(
mean, standard deviation [,number of trial]
)
Returnsarandomrealnumber
from a specified normal distribution.
*
Numberoftrial:
1
≤
n
≤
999 (
n
is an integer.)
Standarddeviation:0<
s
4 rndBin( rndBin(
number of trial, probability of success [, number of
simulations]
)
Returnsarandomrealnumberfrom
a specified binominal distribution.
*Number of trial : 1
≤
n
≤
9999
Probabilityofsuccess:0
≤
p
≤
1
Numberof simulations :
1
≤
n
≤
999 (
n
is an integer.)
Note: The random functions will generate different numbers every time.
Therefore, the table values of the random functions will be different
everytime.Whenincaseofrandom-basedgraphingcalculations,
the tracing values and other parameters of the graph will not match
thegraph’svisualrepresentation.
5 nPr Returnsthetotalnumberofdifferentarrangements(permutations)
forselecting“r”itemsoutof“n”items.
n
P
r
=
(n – r)!
Example
•
Howmanydifferentwayscan4
people out of 6 be seated in a
car with four seats?
6
M
C
5
4
E
6 nCr Returnsthetotalnumberofcombinationsforselecting“r”itemout
of“n”items.(Binomialdistribution)
n
C
r
=
n!
r!(n – r)!
Example
•
Howmanydifferentgroupsof
7 students can be formed with
15 students?
1 5
M
C
6
7
E