document.write( "Question 10942: Sean made a deposit of $106. If his deposit consisted of 42 bills. Some one-dollar bills and the rest five-dollar bills. How many bills of each kind did he have? \n" ); document.write( "
Algebra.Com's Answer #5745 by askmemath(368)![]() ![]() ![]() You can put this solution on YOUR website! Let there be X $1 bills and Y $5 bills.\r \n" ); document.write( "\n" ); document.write( "X+Y = 42 (given) \n" ); document.write( "$1xX + $5xY = 106\r \n" ); document.write( "\n" ); document.write( "X+5Y = 106 \n" ); document.write( "X+ Y = 42\r \n" ); document.write( "\n" ); document.write( "Subtracting \n" ); document.write( "4Y = 64 \n" ); document.write( "Y = 16 \n" ); document.write( "X =26 \n" ); document.write( " |