document.write( "Question 33169: Jerry deposited $160 at the bank in one-dollar and five-dollars bills.He deposited three times as many one-dollar bills as five-dollars bills did Jerry deposit at the bank? \n" ); document.write( "
Algebra.Com's Answer #19575 by sarah_adam(201) ![]() You can put this solution on YOUR website! Let the number of one dollar bills be x \n" ); document.write( "so x+5y = 160 \n" ); document.write( "but given x = 3*(5y)= 15y \n" ); document.write( "15y+5y = 160 \n" ); document.write( "20y = 160 \n" ); document.write( "y = 8 \n" ); document.write( "x = 15(8) = 120 \n" ); document.write( "number of 5 dollar bills : 8 \n" ); document.write( "number of 1 dollar bills : 120 \n" ); document.write( " \n" ); document.write( " |