document.write( "Question 759012: Mary has a handful of dimes and nickels that amount to $3.35. She has eight more dimes than nickels. How many of each coin does she have \n" ); document.write( "
Algebra.Com's Answer #461792 by Alan3354(69443) You can put this solution on YOUR website! Mary has a handful of dimes and nickels that amount to $3.35. She has eight more dimes than nickels. How many of each coin does she have \n" ); document.write( "------------------------ \n" ); document.write( "5n + 10*(n+8) = 335 \n" ); document.write( "15n = 255 \n" ); document.write( "n = 17 nickels \n" ); document.write( "25 dimes \n" ); document.write( " \n" ); document.write( " |