document.write( "Question 1053602: You have $1.10 in nickels, dimes and quarters. You have twice as many nickels as dimes. You have one more dime than quarter. How many coins type do you have ? \n" ); document.write( "
Algebra.Com's Answer #668791 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! d the number of dimes \n" ); document.write( "5(2d) + 10d + 25(d-1) = 110 CENTS makes sense \n" ); document.write( "45d = 135 \n" ); document.write( "d = 3, the number of dimes. 6 Nickles \n" ); document.write( "checking \n" ); document.write( "5*6 + 10*3 + 25*2 = 30 + 30 + 50 = 110 CHECKS! \n" ); document.write( " |