document.write( "Question 999868: sam has a collection of 52 nickels and dimes. if the number of nickels is three times the number of dimes, how many nickels and how many dimes does she have? \n" ); document.write( "
Algebra.Com's Answer #617421 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! sam has a collection of 52 nickels and dimes. if the number of nickels is three times the number of dimes, how many nickels and how many dimes does she have? \n" ); document.write( "------------- \n" ); document.write( "n + d = 52 \n" ); document.write( "n = 3d \n" ); document.write( "---- \n" ); document.write( "3d + d = 52 \n" ); document.write( " |