document.write( "Question 852576: Hi, I couldn't figure out how to solve this problem. I tried 7! divided by 6! and the answer is 7, 6! cancels out the first 6 numbers of 7!. But the correct answer is 9. Please help.
\n" );
document.write( "Thanks a lot,
\n" );
document.write( "shayne\r
\n" );
document.write( "\n" );
document.write( "Mr. Lee bought 6 new pants and 7 new
\n" );
document.write( "shirts. Now he needs to buy new ties.
\n" );
document.write( "Mr. Lee wants to be able to wear a
\n" );
document.write( "different combination of one pant, one
\n" );
document.write( "shirt, and one tie every day for one
\n" );
document.write( "year. What is the minimum number of
\n" );
document.write( "ties he should buy? \n" );
document.write( "
Algebra.Com's Answer #513505 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Why are you using 7!, 6! and dividing them? Ask yourself that first. The correct solution involves no factorials.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If Mr. Lee buys t ties, the number of pants-shirt-tie combinations is 6*7*t = 42t. We want 42t >= 365, and the smallest integer t such that the inequality is true is t = 9. \n" ); document.write( " |