document.write( "Question 1069928: jorge has a total of 61 coins, all of which are either dimes or nickles. The total value of the coins is $4.90. Find the number of each type of coin. \n" ); document.write( "
Algebra.Com's Answer #685062 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! jorge has a total of 61 coins, all of which are either dimes or nickles. The total value of the coins is $4.90. Find the number of each type of coin. \n" ); document.write( "------------ \n" ); document.write( "n + d = 61 \n" ); document.write( "5n + 10d = 490 \n" ); document.write( " \n" ); document.write( " |