document.write( "Question 1092835: Tim has twice as much money in nickels as in dimes. He has 30 coins in all. How many of each coin does he have?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #707444 by ikleyn(52797)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let N be the number of nickels.\r\n" );
document.write( "Then the number of dimes is (30-N).\r\n" );
document.write( "\r\n" );
document.write( "Amount of money (cents) in nickels is  5*N.\r\n" );
document.write( "Amount of money (cents) in dimes   is 10*(30-N).\r\n" );
document.write( "\r\n" );
document.write( "The condition says\r\n" );
document.write( "\r\n" );
document.write( "5N = 2*(10*(30-N)).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is your equation to solve. Simplify and find N:\r\n" );
document.write( "\r\n" );
document.write( "5N = 20*(30-N)  ====>  5N = 600 - 20N  ====>  5N + 20N = 600  ====>  25N = 600  ====>  N = \"600%2F25\" = 24.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  24 nickels and 6  = 30-24 dimes.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Check   Amount in nickels = 5*24 = 120 cents.\r\n" );
document.write( "        Amount in dimes = 10*6 = 60 cents.    ! Correct !.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );