document.write( "Question 191925This question is from textbook problem-solving and proofs
\n" );
document.write( ": Given the five types of coins ( pennies, nickles, dimes, quarters, half-dollars), how many ways can one select n coins so that no coin is selected more than 4 times? \n" );
document.write( "
Algebra.Com's Answer #144062 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! PENNIES CAN BE 4*3*2*1=24 \n" ); document.write( "NICKLES CA BE 4*3*2*1=24 \n" ); document.write( "DIMES CAN BE 4*3*2*1=24 \n" ); document.write( "QUARTERS CAN BE 4*3*2*1=24 \n" ); document.write( "HALFS CAN BE 4*3*2*1=24 \n" ); document.write( "24*24*24*24*24=7,962,624 POSSIBLE WAYS TO SELECT (ASSUMES AT LEAST ONE OF EACH COIN TYPE IS SELECTED EACH TIME).\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |