document.write( "Question 438050: Sharon has 30 nickels and dimes having a total value of $2.35. How many of each kind does she have? \n" ); document.write( "
Algebra.Com's Answer #321983 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
n+d=30
\n" ); document.write( "5n+10d=235
\n" ); document.write( "5n+5d=150
\n" ); document.write( "5d=85
\n" ); document.write( "d=17
\n" ); document.write( "n=13
\n" ); document.write( "Sharon has 13 nickels and 17 dimes..
\n" ); document.write( "
\n" );