document.write( "Question 344714: the question is:\r
\n" );
document.write( "\n" );
document.write( "Your piggy bank has a total of 47 coins in it; some are dimes and some are nickels. If you have a total of $3.95, how many nickels and how many dimes do you have? Show all of your work to receive full credit. \r
\n" );
document.write( "\n" );
document.write( "I tried for at least 20 min and only got this,\r
\n" );
document.write( "\n" );
document.write( "d+n=47
\n" );
document.write( "-d -d
\n" );
document.write( ".10d+.05n=3.95\r
\n" );
document.write( "\n" );
document.write( "n=d+47\r
\n" );
document.write( "\n" );
document.write( ".10d+.05(d+47)=3.95
\n" );
document.write( ".10d+.05d+2.35=3.95
\n" );
document.write( " .15d+2.35=3.95
\n" );
document.write( " -2.35 -2.35
\n" );
document.write( " .15d=1.6
\n" );
document.write( "/.15 /.15
\n" );
document.write( "d=10.66 \n" );
document.write( "
Algebra.Com's Answer #246678 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Your piggy bank has a total of 47 coins in it; some are dimes and some are nickels. If you have a total of $3.95, how many nickels and how many dimes do you have? Show all of your work to receive full credit. \n" ); document.write( "I tried for at least 20 min and only got this, \n" ); document.write( ": \n" ); document.write( "d+n=47 \n" ); document.write( ": \n" ); document.write( ".10d+.05n=3.95 \n" ); document.write( ": \n" ); document.write( "n=d+47; this is wrong, it should be \n" ); document.write( "n = (47-d) \n" ); document.write( "so you have: \n" ); document.write( ".10d+.05(47-d)=3.95 \n" ); document.write( ".10d + 2.35 - .05d = 3.95 \n" ); document.write( ".10d - .05d = 3.95 - 2.35 \n" ); document.write( ".05d = 1.60 \n" ); document.write( "d = \n" ); document.write( "d = 32 dimes \n" ); document.write( "then \n" ); document.write( "n = 47 - 32 \n" ); document.write( "n = 15 nickels \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( ".05(15) + .10(32) = \n" ); document.write( ".75 + 3.20 = 3.95 \n" ); document.write( "; \n" ); document.write( "You had the right idea, but a fatal mistake right at the beginning. \n" ); document.write( " |