document.write( "Question 992964: Diane coin bank contains 500 nickels and dimes the total value of the coins is $40 how many dimes does she have \n" ); document.write( "
Algebra.Com's Answer #612373 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Diane coin bank contains 500 nickels and dimes the total value of the coins is $40 how many dimes does she have\r
\n" ); document.write( "\n" ); document.write( "let x=number of dimes in the bank
\n" ); document.write( "500-x=number of nickels in the bank
\n" ); document.write( ".10x+.05(500-x=40.00
\n" ); document.write( ")=.10x+25-.05x=40.00
\n" ); document.write( ".05x=15.00
\n" ); document.write( "x=300
\n" ); document.write( "number of dimes in the bank=300
\n" ); document.write( "
\n" );