document.write( "Question 378064: 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 #268598 by mananth(16946)![]() ![]() You can put this solution on YOUR website! $10 bill -------x \n" ); document.write( "$20 bill -------y \n" ); document.write( "... \n" ); document.write( "x+y=20......................1 \n" ); document.write( "... \n" ); document.write( "10+20y=330 \n" ); document.write( "/10 \n" ); document.write( "x+2y=33.....................2 \n" ); document.write( "multiply equation 1 by -1 \n" ); document.write( "-x-y-20 \n" ); document.write( "add this to (2) \n" ); document.write( "-x+x-y+2y=-20+33 \n" ); document.write( "y = 13 $ 20 bills \n" ); document.write( "x= 7 $10 bills \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |