document.write( "Question 1030866: A jar contains pennies, nickels, dimes, and quarters. Without looking or feeling, you take three of the coins.
\n" );
document.write( "A.) List all possible sets of three coins you might select
\n" );
document.write( "B.) List all possible three coin total value you might select \n" );
document.write( "
Algebra.Com's Answer #801710 by CubeyThePenguin(3113) You can put this solution on YOUR website! P = penny \n" ); document.write( "N = nickel \n" ); document.write( "D = dime \n" ); document.write( "Q = quarter\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{P, N, D} (16 cents) \n" ); document.write( "{P, N, Q} (31 cents) \n" ); document.write( "{P, D, Q} (36 cents) \n" ); document.write( "{N, D, Q} (40 cents)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |