Question 1104121
Order doesn't matter, so 
nCr = {{{ n! / ( r!*( n-r )! ) }}}
{{{ n = 60 }}}
{{{ r = 5 }}}
-----------------
60C5 = {{{ 60! / ( 5!*( 60 - 5 )! ) }}}
60C5 = {{{ 60! / ( 5! * 55! ) }}}
60C5 = {{{ ( 60*59*58*57*56 ) / 120 }}}
60C5 = {{{ 5461512 }}}
5,461,512 different ways
-------------------------
check the math -get a 2nd opinion if needed