document.write( "Question 175617: A bank teller was to cash a check for $260 with three times as many one-dollar bills as five's and half as many tens as five's. What denominations of cash should the teller have given? \n" ); document.write( "
Algebra.Com's Answer #130717 by EMStelley(208) You can put this solution on YOUR website! Call the number of five's F. Then there are 3F one-dollar bills and (1/2)F ten dollar bills. The dollar amount of fives is 5F, one's is 1(3)F and tens is 10(1/2)F. So \n" ); document.write( "5F + 1(3)F + 10(1/2)F = 260 \n" ); document.write( "5F + 3F + 5F = 260 \n" ); document.write( "13F = 260 \n" ); document.write( "F = 20\r \n" ); document.write( "\n" ); document.write( "20 Fives \n" ); document.write( "60 Ones \n" ); document.write( "10 Tens \n" ); document.write( " |