document.write( "Question 426494: A box contains a $1 bill, a $5 bill, and a $10 bill. Two bills are selected in succession without replacing the first bill. What are all the possible amounts of money that can be selected? \n" ); document.write( "
Algebra.Com's Answer #296692 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The possible combinations are: \n" ); document.write( "1 5 \n" ); document.write( "1 10 \n" ); document.write( "5 1 \n" ); document.write( "5 10 \n" ); document.write( "10 1 \n" ); document.write( "10 5 \n" ); document.write( "So the totals can be: \n" ); document.write( "1+5, 1+10, and 5+10, or $6, $11, and $15 \n" ); document.write( " \n" ); document.write( " |