document.write( "Question 324111: a cashier has a total of 122 bills, made of fives and tens. the total of the money is $940. how many ten-dollar bills does the cashier have? \n" ); document.write( "
Algebra.Com's Answer #231942 by msgmhenderson(11)![]() ![]() ![]() You can put this solution on YOUR website! a cashier has a total of 122 bills, made of fives and tens. the total of the money is $940. how many ten-dollar bills does the cashier have? \n" ); document.write( "F = FIVES \n" ); document.write( "T = TENS \n" ); document.write( "5F + 10T = 940 \n" ); document.write( "5F = 940 - 10T \n" ); document.write( "F = (940 -10T)/5 \n" ); document.write( "THERE IS 66 TENS AND 56 FIVES \n" ); document.write( "66 * 10 = 660 \n" ); document.write( "56 * 5 = 280 \n" ); document.write( "660 + 280 = 940 \n" ); document.write( "66 + 56 = 122 BILLS \n" ); document.write( " \n" ); document.write( " |