document.write( "Question 265444: Mike has 19 coins (nickels, dimes, and quarters) in his piggy bank with a total value of $2.35. There are 2 more dimes than nickels. How many of each type of coin does Mike have? Please show me how you came up with the answer too. Thanks. \n" ); document.write( "
Algebra.Com's Answer #195151 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! i will set it up for you. \n" ); document.write( "n+d+q=19 from the first sentence \n" ); document.write( "235=5n+25q+10d\r \n" ); document.write( "\n" ); document.write( "d=n+2 \n" ); document.write( "d = 8, n = 6, q = 5 \n" ); document.write( " |