document.write( "Question 20070: You have $4.45 in nickels and dimes. There are 14 more nickels than dimes. how many of each do you have. \n" ); document.write( "
Algebra.Com's Answer #9671 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the no. of dimes and let x+14 be the no. of nickels\r \n" ); document.write( "\n" ); document.write( "5(x+14)+10(x)=445 \n" ); document.write( "5x+10x+70=445 \n" ); document.write( "15x=375 \n" ); document.write( " \n" ); document.write( "x=25 \n" ); document.write( "25+14=39 \n" ); document.write( "Therefore, there are 25 dimes and 39 nickels. \n" ); document.write( " \n" ); document.write( " |