document.write( "Question 165606: Jasmine has three more nickles then dimes. There are 25 coins all togther. How many of each coin is there. \n" ); document.write( "
Algebra.Com's Answer #122064 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
n=Nickels d=dimes so n=d+3 and n+d=25 so substituting n's value from the 1st equation into the 2nd equation we get (d+3)+d=25 or 2d+3=25 and subtracting 3 from each side we get 2d=22 so d=11 and since n=d(11)=3 then n=14\r
\n" ); document.write( "\n" ); document.write( "so there are 14 nickels and 11 dimes
\n" ); document.write( "
\n" );