document.write( "Question 366683: I've been stuck on this problem for about an hour now and can't seem to figure out the right answer. I appreciate any help I can get. Here is the problem: Joe has a collection of nickels and dimes that is worth $6.20. If the number of dimes was doubled and nickels were decreased by 37, the value of the coins would be worth $4.20. How many nickels and dimes does Joe have?
\n" );
document.write( "Thank you for your time. \n" );
document.write( "
Algebra.Com's Answer #261331 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Joe has a collection of nickels and dimes that is worth $6.20. If the number of dimes was doubled and nickels were decreased by 37, the value of the coins would be worth $4.20. How many nickels and dimes does Joe have? \n" ); document.write( "--------------- \n" ); document.write( "n = # of nickels \n" ); document.write( "d = # of dimes \n" ); document.write( "5n + 10d = 620 \n" ); document.write( "------ \n" ); document.write( "5(n-37) + 20d = 420 \n" ); document.write( "5n-185 + 20d = 420 \n" ); document.write( "5n + 20d = 605 \n" ); document.write( "5n + 10d = 620 \n" ); document.write( "--------------- Subtract \n" ); document.write( "20d = -15 \n" ); document.write( "No meaningful solution. \n" ); document.write( " |