document.write( "Question 1143431: There are 9 times as many dimes as nickels, and the value of the dimes is $5.95 more than the value of the nickels. How many nickels and dimes are there? \n" ); document.write( "
Algebra.Com's Answer #764231 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! There are 9 times as many dimes as nickels, and the value of the dimes is $5.95 more than the value of the nickels. How many nickels and dimes are there? \n" ); document.write( "--------------- \n" ); document.write( "d = 9n \n" ); document.write( "10d = 5n + 595 \n" ); document.write( "---------- \n" ); document.write( "etc. \n" ); document.write( " |