document.write( "Question 1008498: Hey guys, this is combinations unit (data management)
\n" ); document.write( "I have two questions: a coin is tossed 6 times. What r the number of ways of getting exactly 5 tails, at least one tail and no more than 3 heads. ..
\n" ); document.write( "How do u do this without tree diagrams or charts???
\n" ); document.write( "And my next question:
\n" ); document.write( "If I had 3 quarters 4 loonies and 1 penny. How many ways can i make change assuming I will have greater than $0.00???\r
\n" ); document.write( "\n" ); document.write( "PLS MY TEST IS TOMORROW
\n" ); document.write( "

Algebra.Com's Answer #624155 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a coin is tossed 6 times.
\n" ); document.write( "What are the number of ways of getting exactly 5 tails
\n" ); document.write( "Ans: 6C5 = 6C1 = 6 ways
\n" ); document.write( "---------------------------
\n" ); document.write( "at least one tail?
\n" ); document.write( "Ans: 2^6 - 1 = 64-1 = 63
\n" ); document.write( "------------------------------
\n" ); document.write( "and no more than 3 heads
\n" ); document.write( "Ans: 2^6 -(6C4 + 6C5 + 6C6) = 64 - (15 + 6 + 1) = 64-22 = 42
\n" ); document.write( "-------------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "How do u do this without tree diagrams or charts???\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "And my next question:
\n" ); document.write( "If I had 3 quarters 4 loonies and 1 penny. How many ways can i make change assuming I will have greater than $0.00???
\n" ); document.write( "Ans: 4*5*2 -1 = 39 ways
\n" ); document.write( "------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "--------------
\n" ); document.write( "
\n" );