document.write( "Question 635761: In how many different ways can a bill of $1.25 be paid using 20 cent, 25 cent and 50 cent coins only?\r
\n" );
document.write( "\n" );
document.write( "50c + 50c + 25c = $1.25
\n" );
document.write( "20c + 20c + 20c + 20c + 25c = $1.25\r
\n" );
document.write( "\n" );
document.write( "So that's 2 ways. \n" );
document.write( "
Algebra.Com's Answer #400578 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! THERE ARE A FEW MORE \n" ); document.write( ".50+.25+.25+.25=1.25 \n" ); document.write( ".20+.20+.20+.20+.20+.25=1.25 \n" ); document.write( ".25+.25+.25+.25+.25=1.25 \n" ); document.write( " |