document.write( "Question 50144: Help! I'm stuck on this problem that looks pretty simple but I can't can't figure out the answer:\r
\n" );
document.write( "\n" );
document.write( "There were 13 more nickels than dimes and the total value of the coins was $1.85. Find the number of nickels and the number of dimes.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I know this problem has to do with solving a system with two equations but I can't find the correct two equations.\r
\n" );
document.write( "\n" );
document.write( "Thanks a bunch
\n" );
document.write( "-Molly \n" );
document.write( "
Algebra.Com's Answer #33328 by lkwtcnj(8)![]() ![]() ![]() You can put this solution on YOUR website! Since there's more nickels, let the number of dimes be n and the number of nickels is then n + 13. Then the equation becomes:\r \n" ); document.write( "\n" ); document.write( "(0.05 * (n + 13)) + (0.10 * n) = 1.85\r \n" ); document.write( "\n" ); document.write( "Just reduce the equation to get n: \n" ); document.write( "0.05n + 0.65 + 0.10n = 1.85 \n" ); document.write( "0.15n = 1.2 \n" ); document.write( "n = 8\r \n" ); document.write( "\n" ); document.write( "Then there are 8 dimes and 21 nickels. Hope that helps! \n" ); document.write( " |