document.write( "Question 1028601: A jar has quarter and nickels with 76 coins. Total value is 10.80. Find the amount quarter and nickels \n" ); document.write( "
Algebra.Com's Answer #643690 by Edwin McCravy(20081) You can put this solution on YOUR website! \n" ); document.write( " \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 76 ----- $10.80\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( " |