document.write( "Question 157241This question is from textbook
\n" );
document.write( ": I have eight more quarters than dimes. If the coins are worth $6.20, how many dimes are there? \n" );
document.write( "
Algebra.Com's Answer #115877 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! I have eight more quarters than dimes. If the coins are worth $6.20, how many dimes are there? \n" ); document.write( ". \n" ); document.write( "Let d = number of dimes \n" ); document.write( "then from \"I have eight more quarters than dimes\" \n" ); document.write( "d+8 = number of quarters \n" ); document.write( ". \n" ); document.write( "Since we know the total: \n" ); document.write( ".10d + .25(d+8) = 6.20 \n" ); document.write( ".10d + .25d + 2 = 6.20 \n" ); document.write( ".35d + 2 = 6.20 \n" ); document.write( ".35d = 4.20 \n" ); document.write( "d = 12 (number of dimes) \n" ); document.write( ". \n" ); document.write( "number of quarters: \n" ); document.write( "d+8 = 12+8 = 20 \n" ); document.write( " |