document.write( "Question 429589: Amy has $0.85 in nickels and dimes.She has two more nickel than dime.How many of each kind of coin does she have \n" ); document.write( "
Algebra.Com's Answer #298368 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let d = the number of dimes \n" ); document.write( "Then the number of nickels = d + 2 \n" ); document.write( "Since the total is 85 cents, we can write the following equation: \n" ); document.write( "10*d + 5*(d + 2) = 85 \n" ); document.write( "Solve for d: \n" ); document.write( "10d + 5d + 10 = 85 -> 15d = 75 -> d = 5 \n" ); document.write( "Therefore, the number of dimes is 5 and the number of nickels is 7. \n" ); document.write( " |