document.write( "Question 362907: How can you plant ten cabbages in five rows of four cabbages each? \n" ); document.write( "
Algebra.Com's Answer #258681 by HasanSahin(52)\"\" \"About 
You can put this solution on YOUR website!
You must use factorial.
\n" ); document.write( "(number of places)! / [(number of cabbages)! * (number of places - number of cabbages)!]
\n" ); document.write( "The number of total places are 20 as (5 rows)*(4 places in a row)\r
\n" ); document.write( "\n" ); document.write( "20! / [10! * (20-10)!] = number of possibilities
\n" ); document.write( "RF.
\n" ); document.write( "
\n" );