document.write( "Question 34459: Joe has a collection of nickels and dimes that is worth $5.65. If the number of dimes were doubled and the number of nickels were increased by 8, the value of the coins would be $10.45. How many dimes does he have? \n" ); document.write( "
Algebra.Com's Answer #20746 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Now Data:
\n" ); document.write( "Let number of dimes be \"x\" and number of nickels be \"y\".
\n" ); document.write( "Value of dimes is 10x cents
\n" ); document.write( "Value of nickels is 5y cents
\n" ); document.write( "EQUATION: 10x+5y=565
\n" ); document.write( "Later Data:
\n" ); document.write( "Number of dimes is \"2x\" and number of nickels is \"y+8\".
\n" ); document.write( "Value of dimes is 10(2x)=20x cents
\n" ); document.write( "Value of nickels is 5(y+8)=5y+40 cents
\n" ); document.write( "EQUATION: 20x+5y+40=1045
\n" ); document.write( "System of equations is:
\n" ); document.write( "#1 10x+5y=565
\n" ); document.write( "#2 20x+5y=1005
\n" ); document.write( "Subtract #1 from #2 to get 10x=440
\n" ); document.write( "Then x=44 (original number of dimes)
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );