document.write( "Question 1165655: Ally has a coin jar that contains nickels and dimes. The number of dimes is four more than twice the number of nickels. If she has $13.40, how many of each coin does she have? \n" ); document.write( "
Algebra.Com's Answer #790133 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Ally has a coin jar that contains nickels and dimes. The number of dimes is four more than twice the number of nickels. If she has $13.40, how many of each coin does she have? \n" ); document.write( "============================= \n" ); document.write( "d = 2n + 4 \n" ); document.write( "10d + 5n = 1340 \n" ); document.write( "etc \n" ); document.write( " |