document.write( "Question 278008: max has a collection of 210 coins consisting of nickels, dimes and quarters. he has twice as many dimes as nickels and 10 more quarters than dimes. how many coins of each kind does he have \n" ); document.write( "
Algebra.Com's Answer #202353 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! n+d+q=210 \n" ); document.write( "n=2d \n" ); document.write( "d=10+q \n" ); document.write( "d=55 \n" ); document.write( "n=110 \n" ); document.write( "q=45 \n" ); document.write( " \n" ); document.write( " |