document.write( "Question 1032067: There are 32 quarters and dimes in a jar. The total amount
\n" );
document.write( "in the jar is $5.25. How many of each coin are there? \n" );
document.write( "
Algebra.Com's Answer #646783 by Edwin McCravy(20065) You can put this solution on YOUR website! There are 32 quarters and dimes in a jar. The total amount \n" ); document.write( "in the jar is $5.25. How many of each coin are there? \n" ); document.write( " \r\n" ); document.write( "There can be no solution with 32 coins.\r\n" ); document.write( "Perhaps you meant 33 coins instead. I will\r\n" ); document.write( "assume so.\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( "\r\n" ); document.write( "Let the number of quarters be x\r\n" ); document.write( "Let the number of dimes be y\r\n" ); document.write( "\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( "dimes y $0.10 $0.10y\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 33 ----- $5.25\r\n" ); document.write( "\r\n" ); document.write( "The first equation comes from the \"Number of coins\" column.\r\n" ); document.write( "\r\n" ); document.write( " |