document.write( "Question 1025471: 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 12.75 How many of each type of coins do they have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #640753 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the number of quarters be x\r\n" ); document.write( "Let the number of nickels be y\r\n" ); document.write( "\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( "quarters x $0.25 $0.25x\r\n" ); document.write( "nickels y $0.05 $0.05y\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 79 ----- $12.75\r\n" ); document.write( "\r\n" ); document.write( " The first equation comes from the second column.\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |