User manual - CP330PLUSver310_Soft
20090601
Problema
 Utilice este teclado:
Operación
mth abc cat 2D
Divida 21 por 6 y 7, y 
determine el resto para 
ambas operaciones. 
(iMod(21,{6,7}) 
Func [iMod] 21 
,
{
 6 
,
 7 
}
)
w
k
 Permutación (
n
P
r
) y combinación (
n
C
r
)
u
 Número total de permutaciones
u
 Número total de combinaciones
Problema
Utilice este teclado:
Operación
mth abc cat 2D
¿Cuántas permutaciones
diferentes son posibles
cuando tiene 10 objetos
diferentes y ordena cuatro
de ellos a la vez?
10
P
4
 = 5040
CALC Func
}
 10 
,
 4 
w
¿Cuántas combinaciones
diferentes son posibles
cuando tiene 10 objetos
diferentes y quita cuatro
a la vez?
10
C
4
 = 210
CALC Func
{
 10 
,
 4 
w
n
!
n
P
r
 = –––––
 (
n
 – 
r
)!
n
!
n
P
r
 = –––––
 (
n
 – 
r
)!
n
!
n
C
r
 = –––––––
r
! (
n
 – 
r
)!
n
!
n
C
r
 = –––––––
r
! (
n
 – 
r
)!
2-4-11
Cálculos con funciones










