document.write( "Question 974879: tents hold 2,3,5,6, or 12 people. how many combinations are possible to sleep 18 if all tents are fully occupied and exactly one 12 person tent is being used?\r
\n" );
document.write( "\n" );
document.write( "there are _ possible combinations of tents \n" );
document.write( "
Algebra.Com's Answer #596700 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! tents hold 2,3,5,6, or 12 people. how many combinations are possible to sleep 18 \n" ); document.write( "if all tents are fully occupied and exactly one 12 person tent is being used? \n" ); document.write( " \r\n" ); document.write( "Since 12 of them sleep in the 12-person tent, we only have to sleep the other 6\r\n" ); document.write( "people in some fully occupied 2,3,5, and 6-person tents.\r\n" ); document.write( "\r\n" ); document.write( "It's obvious we can't use a 5-person tent.\r\n" ); document.write( "\r\n" ); document.write( "To sleep those 6 people that aren't sleeping in the 12-person tent,\r\n" ); document.write( "We can sleep them: \r\n" ); document.write( "\r\n" ); document.write( "1. all in 1 6-person tent,\r\n" ); document.write( "2. in 2 3-person tents, or \r\n" ); document.write( "3. in 3 2-person-tents.\r\n" ); document.write( "\r\n" ); document.write( "Just those 3 ways.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |