document.write( "Question 728231: 10 dollars in bank, 11 more nickels than dimes, how many coins in bank? \n" ); document.write( "
Algebra.Com's Answer #445362 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "You could have 1 dime, 12 nickels and 930 pennies.\r\n" );
document.write( "You could have 9 quarters, 24 dimes, 35 nickels and 360 pennies.\r\n" );
document.write( "You could have 33 quarters, 8 dimes, and 19 nickels.\r\n" );
document.write( "\r\n" );
document.write( "Many, many, many ways!\r\n" );
document.write( "\r\n" );
document.write( "Notice thet you didn't say anything about not having other coins\r\n" );
document.write( "besides nickels and dimes.  You just said there are 11 more nickels \r\n" );
document.write( "than dimes.  That is true about all those solutions above, and\r\n" );
document.write( "there are many other possibilities.  \r\n" );
document.write( "\r\n" );
document.write( "Be sure to state if the bank only contains nickels and dimes.\r\n" );
document.write( "\r\n" );
document.write( "If you meant that there are only nickels and dimes, then\r\n" );
document.write( "\r\n" );
document.write( "Let d = the number of dimes\r\n" );
document.write( "\r\n" );
document.write( "Then the number of nickels is d+11\r\n" );
document.write( "\r\n" );
document.write( "The equation comes from\r\n" );
document.write( "\r\n" );
document.write( "             \"%28matrix%286%2C1%2C%0D%0A%0D%0A%22%240.05%22%2CTIMES%2CTHE%2CNUMBER%2COF%2CNICKELS%29%29\"\"%22%22%2B%22%22\"\"%28matrix%286%2C1%2C%0D%0A%0D%0A%22%240.10%22%2CTIMES%2CTHE%2CNUMBER%2COF%2CDIMES%29%29\"\"%22%22=%22%22\"\"%22%2410.00%22\"\r\n" );
document.write( "\r\n" );
document.write( "          0.05(d+11) + 0.10(d) = 10.00\r\n" );
document.write( "\r\n" );
document.write( "Clear of decimals by multiplying all the decimals by 100.\r\n" );
document.write( "\r\n" );
document.write( "                 5(d+11) + 10d = 1000\r\n" );
document.write( "                 5d + 55 + 10d = 1000\r\n" );
document.write( "                      15d + 55 = 1000\r\n" );
document.write( "                           15d = 945\r\n" );
document.write( "                             d = 63\r\n" );
document.write( "\r\n" );
document.write( "So there are 63 dimes and \r\n" );
document.write( "\r\n" );
document.write( "The number of nickels is d+11 = 63+11 = 74 nickels.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );