document.write( "Question 1039357: a bag contains 38 coins and each one is either a dime or a quarter. if there are 2 more dimes than quarters, what is the total value of these coins? \n" ); document.write( "
Algebra.Com's Answer #654074 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
n+(n+2)=38
\n" ); document.write( "2n=36
\n" ); document.write( "n=18
\n" ); document.write( "18 quarters and 20 dimes=4.50+2.00=$6.50 worth of change!!!!!!!
\n" ); document.write( "
\n" );