document.write( "Question 1097422: Ezzie has 56 coins. She has twice as many quarters as nickels and one more dime than she has quarters. How many of each type of coin does she have? \n" ); document.write( "
Algebra.Com's Answer #711879 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
nickels=x
\n" ); document.write( "quarters=2x
\n" ); document.write( "dimes=2x+1
\n" ); document.write( "x+2x+2x+1=56
\n" ); document.write( "5x+1=56
\n" ); document.write( "5x=55
\n" ); document.write( "x=11 nickels
\n" ); document.write( "2x=22 quarters
\n" ); document.write( "2x+1=23 dimes
\n" ); document.write( "add to 56.
\n" ); document.write( "
\n" );