document.write( "Question 570163: jason has 15 coins in his pocket, consisting of nickels and dimes. the total value of the coins is $1.15. how many of each coin does Jason have? \n" ); document.write( "
Algebra.Com's Answer #367593 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
nickels(n) dimes(d)
\n" ); document.write( "\"n%2Bd=15\"
\n" ); document.write( "\".05n%2B.1d=1.15\"
\n" ); document.write( ".
\n" ); document.write( "so \"d=15-n\"
\n" ); document.write( "\".05n%2B.1%2815-n%29=1.15\"
\n" ); document.write( "\".05n%2B1.5-.1n=1.15\"
\n" ); document.write( "\"-.05n=-.35\"
\n" ); document.write( "\"n=7\"
\n" ); document.write( "\"15-7=8\"
\n" ); document.write( "\"d=8\"
\n" ); document.write( "
\n" );