document.write( "Question 926945: A motel clerk counts his $1 and $10 bills at the end of the day. He finds that he has a total of 60 bills having a combined monetary value of $204. Find the number of bills of each denomination that he has. \n" ); document.write( "
Algebra.Com's Answer #562599 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the amount of ten dollar bills \n" ); document.write( "10x + 1(60-x) = $204 \n" ); document.write( "9x = 144 \n" ); document.write( "x = 16, the amount of ten dollar bills. There were 44 one's. \n" ); document.write( "And...checking \n" ); document.write( "$160 + $44 = $204 \n" ); document.write( " |