document.write( "Question 1034811: A jar of change contains 64 coins consisting only quarters and dimes. The total value of the coins in the jar $13.60. Let q= the number of quarters and d= the number of dimes. Writes two equations that describe the information given above. how many of each type of coin is in the jar?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649490 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the number of quarters be q\r\n" ); document.write( "Let the number of dimes be d\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 q $0.25 $0.25q\r\n" ); document.write( "dimes d $0.10 $0.10d\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 64 ----- $13.60\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( " \n" ); document.write( " \n" ); document.write( " |