![Texas Instruments TI-30 eco RS Скачать руководство пользователя страница 9](http://html1.mh-extra.com/html/texas-instruments/ti-30-eco-rs/ti-30-eco-rs_user-manual_1094353009.webp)
9-ENG
30eco_eng_f_d_nl_fin.doc TI-30 eco RS, Config 1: Eng Deu
Fra Nld Bob Fedorisko Revised: 10/21/03 11:06 AM
Printed: 10/21/03 11:18 AM Page 9 of 80
Probability
A
combination
is an arrangement of objects in which
order is not important, as in a hand of cards.
"
i
calculates the number of possible combinations of
n
items taken
r
at a time.
Calculate the number of 5-card poker hands that can be
dealt from a deck of 52 cards.
52
"
i
5
J
2598960.
A
permutation
is an arrangement of objects in which
the order is important, as in a race.
"
j
calculates
the number of possible permutations of
n
items taken
r
at a time.
Calculate the number of possible permutations for the
1st-, 2nd-, and 3rd-place finishers (no ties) in an 8-
horse race.
8
"
j
3
J
336.
A
factorial
is the product of the positive integers from 1
to
n
. (
n
must be a positive whole number
69).
Using the digits 1, 3, 7, and 9 only one time each, how
many 4-digit numbers can you form?
4
"
v
24.