document.write( "Question 975812: If you have a collection of nickels and dimes of 63 coins how much of each coin do you need to get $5.05 \n" ); document.write( "
Algebra.Com's Answer #597454 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If you have a collection of nickels and dimes of 63 coins how much of each coin do you need to get $5.05 \n" ); document.write( "------------------------ \n" ); document.write( "n + d = 63 (# of coins) \n" ); document.write( "5n + 10d = 505 (value of coins) \n" ); document.write( "============= \n" ); document.write( "n + d = 63 \n" ); document.write( "n + 2d = 101 \n" ); document.write( "-------------- Subtract \n" ); document.write( " \n" ); document.write( " |