document.write( "Question 581264: If someone has $73 with 1 and 5 dollar bills totaling 29 bills.How many 1 and 5 dollar bills do they have? \n" ); document.write( "
Algebra.Com's Answer #371550 by ptaylor(2198) You can put this solution on YOUR website! Let x=number of 1 dollar bills \n" ); document.write( "And let y=number of 5 dollar bills\r \n" ); document.write( "\n" ); document.write( "Now we are told that: \n" ); document.write( "x+y=29------------------------------eq1 \n" ); document.write( "and \n" ); document.write( "x+5y=73-------------------------------eq2 \n" ); document.write( "subtract eq1 from eq2: \n" ); document.write( "4y=44 \n" ); document.write( "y=11 number of 5 dollar bills \n" ); document.write( "from eq 1: \n" ); document.write( "x+11=29 \n" ); document.write( "x=18---------------number of 1 dollar bills \n" ); document.write( "CK \n" ); document.write( "18+55=73 \n" ); document.write( "73=73 \n" ); document.write( "and \n" ); document.write( "11+18=29 \n" ); document.write( "29=29\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |