document.write( "Question 971985: 1. How many different sums of money can be made from a penny, a nickel, a dime and a quarter?
\n" ); document.write( "2. In a certain election, there are three candidates for president, four for vice presidents, five for secretary, but only two for treasurer. In how many ways may the election turn out?
\n" ); document.write( "

Algebra.Com's Answer #594395 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Sums
\n" ); document.write( ".01,.05,.10,.25 choose 1
\n" ); document.write( ".06,.11,.26 choose 2
\n" ); document.write( ".15,.30
\n" ); document.write( ".35
\n" ); document.write( ".16, .31,.40 choose 3
\n" ); document.write( ".41 choose 4\r
\n" ); document.write( "\n" ); document.write( "Fourteen\r
\n" ); document.write( "\n" ); document.write( "Assuming independence
\n" ); document.write( "3*4*5*2=120 ways.
\n" ); document.write( "
\n" );