document.write( "Question 369538: A cashier has a total of 132 bills, made up of fives and tens. The total value of the money is $760. How many ten dollar bills does the cashier have? \n" ); document.write( "
Algebra.Com's Answer #263340 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the number of tens. then (132-x) is the number of fives.
\n" ); document.write( "question states
\n" ); document.write( "5*(132-x) + 10x = 760 'dollars'
\n" ); document.write( "solving for x
\n" ); document.write( "5x =100
\n" ); document.write( "x = 20, the nunber of tens. \r
\n" ); document.write( "\n" ); document.write( "checking our answer
\n" ); document.write( "number of fives would be 112 (132-20)
\n" ); document.write( "5*112 + 10*20 = 560 + 200 = 760 \n" ); document.write( "
\n" );