document.write( "Question 19754: ms. lynch has 21 coins in nickle and dimes.Their total value is $1.65.How many of each coin does she have \n" ); document.write( "
Algebra.Com's Answer #9547 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
Let nickets represent x
\n" ); document.write( "Let dimes represent y
\n" ); document.write( "x+y=21
\n" ); document.write( "y=21-x (equation 1)\r
\n" ); document.write( "\n" ); document.write( "dimes=10 (x100)
\n" ); document.write( "nickels=5 (x100)
\n" ); document.write( "sum=165 (x100)\r
\n" ); document.write( "\n" ); document.write( "5(x)+10(y)=165 (Sub in equation 1)
\n" ); document.write( "5x+10(21-x)=165
\n" ); document.write( "5x+210-10x=165
\n" ); document.write( "-5x=-45
\n" ); document.write( "x=9
\n" ); document.write( "21-9= 12
\n" ); document.write( "Therefore, there are 9 nickels and 12 dimes
\n" ); document.write( "
\n" );