document.write( "Question 1142728:  A bank teller cashes a check for $1500 using a certain number of $1 bills, ten times as many $5 bills, a certain number of $10 bills, and twice as many $50 bills. How many of each did the teller use?\r
\n" );
document.write( "\n" );
document.write( "A = $1\r
\n" );
document.write( "\n" );
document.write( "B = $5\r
\n" );
document.write( "\n" );
document.write( "C = $10\r
\n" );
document.write( "\n" );
document.write( "D = $50\r
\n" );
document.write( "\n" );
document.write( "$1500 = A + 10B + C + D2\r
\n" );
document.write( "\n" );
document.write( "Not sure.  Non-homework.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "  \n" );
document.write( "
| Algebra.Com's Answer #763468 by greenestamps(13209)     You can put this solution on YOUR website! \n" ); document.write( "Let x be the number of $1 bills; then 10x is the number of $5 bills. \n" ); document.write( "Let y be the number of $10 bills; then 2y is the number of $50 bills. \n" ); document.write( "The total value of the bills is \n" ); document.write( " \n" ); document.write( "The total value is given as $1500: \n" ); document.write( " \n" ); document.write( "Use some logical reasoning to solve this quickly, knowing that x and y are positive integers (or possibly non-negative integers). \n" ); document.write( "\"110y\" and \"1500\" are both multiples of 10; that means \"51x\" has to be a multiple of 10. And that of course means x is a multiple of 10. \n" ); document.write( "And trying x=10 gives you a solution in integers, so that is the solution: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: \n" ); document.write( "$1 bills: x = 10 \n" ); document.write( "$5 bills: 10x = 100 \n" ); document.write( "$10 bills: y = 9 \n" ); document.write( "$50 bills: 2y = 18 |