document.write( "Question 1063554: mark has 7 more dimes than nickels. the value of his dimes is 10 cents more than 3 times the value of his nickels. how many of each coin does mark have \n" ); document.write( "
Algebra.Com's Answer #678669 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
nickels=x
\n" ); document.write( "dimes = x+7
\n" ); document.write( ".10(x+7)=3(.05x), the value equation
\n" ); document.write( "solve
\n" ); document.write( ".10x+.70=.15x, now subtract .10x from both sides.
\n" ); document.write( ".05x=.70, multiply both sides by 100 and 5x=70
\n" ); document.write( "x=14 nickels and x+7 =21 dimes ANSWER
\n" ); document.write( "That would be 70 cents for nickels and $2.10 for dimes, which checks.
\n" ); document.write( "
\n" );