document.write( "Question 785782: A cashier has 20 bills, all of which are $10 or $20 bills. The total value of the money is $330. How many of each type does the cashier have? \n" ); document.write( "
Algebra.Com's Answer #477717 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
x= Number of $10 bills
\n" ); document.write( "y= Number of $ 20 bills
\n" ); document.write( "
\n" ); document.write( "1 x + 1 y = 20 .............1
\n" ); document.write( "Total value
\n" ); document.write( "10 x + 20 y = 300 .............2
\n" ); document.write( "Eliminate y
\n" ); document.write( "multiply (1)by -20
\n" ); document.write( "Multiply (2) by 1
\n" ); document.write( "-20 x -20 y = -400
\n" ); document.write( "10 x + 20 y = 300
\n" ); document.write( "Add the two equations
\n" ); document.write( "-10 x = -100
\n" ); document.write( "/ -10
\n" ); document.write( "x = 10
\n" ); document.write( "plug value of x in (1)
\n" ); document.write( "1 x + 1 y = 20
\n" ); document.write( "10 + y = 20
\n" ); document.write( " y = 20 -10
\n" ); document.write( " y = 10
\n" ); document.write( " y = 10
\n" ); document.write( "x= 10 Number of $10 bills
\n" ); document.write( "y= 10 Number of $ 20 bills
\n" ); document.write( "m.ananth@hotmail.ca
\n" ); document.write( "
\n" ); document.write( "
\n" );