document.write( "Question 4279: pat has $3.80 in nickels and dimes. If there are 51 coins in all, how many are nickles? \n" ); document.write( "
Algebra.Com's Answer #1915 by rapaljer(4671)\"\" \"About 
You can put this solution on YOUR website!
Let x = number of nickels
\n" ); document.write( " 51 - x = number of dimes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Value of coins = number of coins times value of each coin (in cents)
\n" ); document.write( "Value of nickels + Value of dimes = Total value of coins ($3.80 or 380 cents)
\n" ); document.write( "5(x) + 10(51 - x) = 380
\n" ); document.write( "5x + 510 - 10x = 380
\n" ); document.write( "-5x + 510 = 380
\n" ); document.write( "-5x + 510 - 510 = 380 - 510
\n" ); document.write( "-5x = -130
\n" ); document.write( "x=26 Nickels
\n" ); document.write( "51 - x = 25 Dimes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "Total value of nickels = $1.30
\n" ); document.write( "Total value of dimes = $2.50
\n" ); document.write( "Total value of coins = $3.80
\n" ); document.write( "
\n" );