document.write( "Question 1017399: Rob has 40 coins, all dimes and quarters, worth $7.60. How many dimes and how many quarters does he have? \n" ); document.write( "
Algebra.Com's Answer #633692 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the number of dimes be x\r\n" ); document.write( "Let the number of quarters 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( "dimes x $0.10 $0.10x\r\n" ); document.write( "quarters y $0.25 $0.25y\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 40 ----- $7.60\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( " |