document.write( "Question 841743: 2.05 in change 2 more quarters than dimes and 2 times more nickels than quarters how many of each do you have? \n" ); document.write( "
Algebra.Com's Answer #507171 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
2.05 in change 2 more quarters than dimes and 2 times more nickels than quarters how many of each do you have?
\n" ); document.write( "***
\n" ); document.write( "let x=no. of dimes
\n" ); document.write( "x+2=no. of quarters
\n" ); document.write( "2(x+2)=2x+4=no. of nickels
\n" ); document.write( "..
\n" ); document.write( ".10x+.25(x+2)+.05(2x+4)=2.05
\n" ); document.write( ".10x+.25x+.50+.10x+.20=2.05
\n" ); document.write( ".45x=1.35
\n" ); document.write( "x=3
\n" ); document.write( "x+2=5
\n" ); document.write( "2x+4=10
\n" ); document.write( "no. of dimes=3
\n" ); document.write( "no. of quarters=5
\n" ); document.write( "no. of nickels=10
\n" ); document.write( "
\n" );