document.write( "Question 869353: how many of each type of coin are in his bank if he has $2.00 in nickels and dimes in his bank and the number of dimes is five more than twice as many nickels \n" ); document.write( "
Algebra.Com's Answer #524144 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how many of each type of coin are in his bank if he has $2.00 in nickels and dimes in his bank and the number of dimes is five more than twice as many nickels \n" ); document.write( "*** \n" ); document.write( "let x=number of nickels \n" ); document.write( "2x+5=number of dimes \n" ); document.write( ".05x+.10(2x+5)=2.00 \n" ); document.write( ".05x+.20x+.5=2.00 \n" ); document.write( ".25x=1.50 \n" ); document.write( "x=6 \n" ); document.write( "2x+5=17 \n" ); document.write( "number of nickels=6 \n" ); document.write( "number of dimes=17 \n" ); document.write( " |