document.write( "Question 924214: Kevin and Randy Muise have a jar containing 79 coins, all of which are either quarters or nickels. The total value of the coins in the jar is $10.35. How many of each type of coins do they have? \n" ); document.write( "
Algebra.Com's Answer #560729 by Edwin McCravy(20059)![]() ![]() You can put this solution on YOUR website! Kevin and Randy Muise have a jar containing 79 coins, all of which are either \n" ); document.write( "quarters or nickels. The total value of the coins in the jar is $10.35. How many \n" ); document.write( "of each type of coins do they have? \n" ); document.write( " \r\n" ); document.write( "Let the number of nuckels be N\r\n" ); document.write( "Let the number of dimes be Q \r\n" ); document.write( " Value Value\r\n" ); document.write( "Type Number of of\r\n" ); document.write( " of of EACH ALL\r\n" ); document.write( "coin coins coin coins\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "NICKELS N $0.05 $0.05N \r\n" ); document.write( "QUARTERS Q $0.25 $0.25Q\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 79 ----- $10.35\r\n" ); document.write( "\r\n" ); document.write( " The equations comes from the \"Number of coins\" column \r\n" ); document.write( "and the \"Value of ALL coins\" column:\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |