document.write( "Question 990933: If Erik has 3 times as many nickels as dimes and they have a combined value of 125 cents, how many of each coin does he have? \n" ); document.write( "
Algebra.Com's Answer #807738 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! n = number of nickels \n" ); document.write( "d = number of dimes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n = 3d \n" ); document.write( "5n + 10d = 125\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute the first equation into the second.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5(3d) + 10d = 125 \n" ); document.write( "25d = 125 \n" ); document.write( "d = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Erik has 5 dimes and 15 nickels. \n" ); document.write( " |