document.write( "Question 933952: A motel clerk counts his $1 and $10 at the end of a day. He finds that he has a total of 60 bills having a combined monetary value of $168. Find the number of bills of each denomination that he has. \n" ); document.write( "
Algebra.Com's Answer #567152 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the number of $10 bills. \n" ); document.write( "..... \n" ); document.write( "$10x + $1(60-x) = $168 \n" ); document.write( "9x= 108 \n" ); document.write( "x = 12, the number of $10bills. $1bills: 48 \n" ); document.write( "......checking \n" ); document.write( "$120 + $48 = $168 \n" ); document.write( " |