document.write( "Question 1003012: Mashu has 28 coins all of which are either dimes or nickels The coins are worth a total of $2.60. Find how many dimes and how many nickels he has.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #805381 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
n = number of nickels
\n" ); document.write( "d = number of dimes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n + d = 28
\n" ); document.write( "5n + 10d = 260\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply the first equation by 10. We are going to eliminate the variable d.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10n + 10d = 280
\n" ); document.write( "5n + 10d = 260\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Subtracting, we get 5n = 20, so n = 4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Mashu has 4 nickels and 24 dimes.
\n" ); document.write( "
\n" );