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)![]() ![]() 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 =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |