View Single Post
  #3 (permalink)  
Old 03-22-2008, 08:59 PM
Yaybob Yaybob is offline
Member
 
Join Date: Feb 2008
Posts: 20
Rep Power: 0
Yaybob has a spectacular aura about
A)
9*8 = 72

B) 3! + 5!
= 3*2*1 + 5*4*3*2*1
= 6 +120
=126

C)
P (n,r) = n! / (n-r)!
P (4, 4) = 4!/(4-4)!
= 4!/0!
= 4!/1!
= 4*3*2*1
= 24

D)
C (n,k) = n! / [k!(n-k)!]
C (5, 3) = 5!/3!2!
C (5, 2) = 5!/2!3!
C (5, 3) / C (5, 2) = 1
Reply With Quote