document.write( "Question 1136814: in a collection of coins there were twelve fewer dimes than nickels and six times as many quarters as the sum of the nickels and dimes. if the collection of coins was worth 43.80, how many of each kind of coin are there? \n" ); document.write( "
Algebra.Com's Answer #754643 by ikleyn(52909)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let N = # of nickels.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the number of dimes = (N-12),\r\n" );
document.write( "and the number of quarters = 6*(N + (N-12)) = 6*(2N-12) = 12N - 72.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The the total of money equation is\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "5N + 10*(N-12) + 25*(12N-72) = 4380  cents.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve for N.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then evaluate the number of dimes and the number of quarters.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "This problem is to be solved using one single equation for one unknown.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );