document.write( "Question 256418: How many ways can you have 5 work days and 2 days off in one week. (hint: Number the days and choose the number of days off.) \n" ); document.write( "
Algebra.Com's Answer #188652 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
This is a combination problem:
\n" ); document.write( "There are 7 days in a week, you work 5 and rest 2, so
\n" ); document.write( "7c2 = 21 ways
\n" ); document.write( "
\n" );