document.write( "Question 745806: A purse has $1.15 in nickels and dimes and has 20 coins. How many dimes are in the purse. \n" ); document.write( "
Algebra.Com's Answer #454008 by FrankM(1040)\"\" \"About 
You can put this solution on YOUR website!
x is number of nickels
\n" ); document.write( "y is number of dimes\r
\n" ); document.write( "\n" ); document.write( "5x + 10y = 115 \r
\n" ); document.write( "\n" ); document.write( "x + y = 20 as there are 20 coins total. \r
\n" ); document.write( "\n" ); document.write( "10x + 10y = 200 (multiplie last equation, both sides by 10)
\n" ); document.write( "5x + 10y = 115 (first equation)\r
\n" ); document.write( "\n" ); document.write( "5x = 85 (subtracted second equation from first here )
\n" ); document.write( "x = 17 (85 cents)
\n" ); document.write( "y = 3 (30 cents)
\n" ); document.write( "
\n" );