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)\"\" \"About 
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( "\"1%28x%29%2B5%2810x%29%2B10%28y%29%2B50%282y%29+=+51x%2B110y\"

\n" ); document.write( "The total value is given as $1500:

\n" ); document.write( "\"51x%2B110y+=+1500\"

\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( "\"51%2810%29%2B110y+=+1500\"
\n" ); document.write( "\"110y%2B510+=+1500\"
\n" ); document.write( "\"110y+=+990\"
\n" ); document.write( "\"y+=+9\"

\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\n" ); document.write( "CHECK: 10(1)+100(5)+9(10)+18(50) = 10+500+90+900 = 1500
\n" ); document.write( "
\n" );