document.write( "Question 836205: a collection of 10 nickels and dimes is worth $0.80. Find the number of nickels and dimes.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #504038 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! n = no of nickles \n" ); document.write( "d = no of dimes \n" ); document.write( "n + d = 10 \n" ); document.write( "add -d to each side \n" ); document.write( "n = 10 - d \n" ); document.write( "n(5) + d(10) = 80 cents \n" ); document.write( "substitute (10 - d) for n \n" ); document.write( "(10 - d)(5) + d(10) = 80 \n" ); document.write( "50 - 5d + 10d = 80 \n" ); document.write( "50 + 5d = 80 \n" ); document.write( "add -50 to each side \n" ); document.write( "5d = 30 \n" ); document.write( "d = 6 \n" ); document.write( "Since there are 10 coins all together n = 4 \n" ); document.write( "60 cents is dimes and 20 cents in nickles \n" ); document.write( " |