document.write( "Question 234693: A cashier's drawer has some $5 bills, some $10 bills, and some $20 bills. There are 15 bills worth a total of $185. How many $5 bills, $10 bills, and $20 bills are there? \n" ); document.write( "
Algebra.Com's Answer #173033 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let number of 5's = \"a\"
\n" ); document.write( "Let number of 10's = \"b\"
\n" ); document.write( "Let number of 20's = \"c\"
\n" ); document.write( "-----------------------------
\n" ); document.write( "given:
\n" ); document.write( "\"5a+%2B+10b+%2B+20c+=+185\"
\n" ); document.write( "\"a+%2B+b+%2B+c+=+15\"
\n" ); document.write( "-----------------------------
\n" ); document.write( "there are 3 unknowns and only 2 equations, so
\n" ); document.write( "it requires some extra work to solve
\n" ); document.write( "Let me figure out how many 20's I should have
\n" ); document.write( "to give me 15 bills in all
\n" ); document.write( "-----------------------------
\n" ); document.write( "20 ---- 10 ---- 5 ----# of bills
\n" ); document.write( "--------------------------------
\n" ); document.write( "10 ($200, too much)
\n" ); document.write( "9 ----- 0 ----- 1 ---- 10 (not enough)
\n" ); document.write( "8 ----- 0 ----- 5 ---- 13 (not enough)
\n" ); document.write( "7 ----- 1 ----- 7 ---- 15 OK
\n" ); document.write( "---------------------------------
\n" ); document.write( "There are 7 $20's, 1 $10 and 7 $5's
\n" ); document.write( "check answer:
\n" ); document.write( "\"5a+%2B+10b+%2B+20c+=+185\"
\n" ); document.write( "\"5%2A7+%2B+10%2A1+%2B+20%2A7+=+185\"
\n" ); document.write( "\"35+%2B+10+%2B+140+=+185\"
\n" ); document.write( "\"185+=+185\"
\n" ); document.write( "and
\n" ); document.write( "\"a+%2B+b+%2B+c+=+15\"
\n" ); document.write( "\"7+%2B+1+%2B+7+=+15\"
\n" ); document.write( "\"15+=+15\"
\n" ); document.write( "OK\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );