document.write( "Question 745278: Cindy has 40 coins, consisting of dimes and quarters, that total $6.85. How many coins of each kind does she have?\r
\n" ); document.write( "\n" ); document.write( "How do I set up this problem to solve it?\r
\n" ); document.write( "\n" ); document.write( "thank you!
\n" ); document.write( "

Algebra.Com's Answer #453910 by savvyhush23(50)\"\" \"About 
You can put this solution on YOUR website!
1 Dime = $0.10 and 1 Quarter = $0.25\r
\n" ); document.write( "\n" ); document.write( "Let x - the number of dime
\n" ); document.write( "y - the number of quarter\r
\n" ); document.write( "\n" ); document.write( "Number of coins she has: x + y = 40 coins\r
\n" ); document.write( "\n" ); document.write( "Now, 0.10x for dime plus 0.25y for quarter is equal to $6.85 that is,
\n" ); document.write( "0.10x+0.25y=6.85\r
\n" ); document.write( "\n" ); document.write( "Then,
\n" ); document.write( "Multiply -0.10 to (x + y = 40) it becomes -0.10x -0.10y = -4, then add this to
\n" ); document.write( "0.10x+0.25y=6.85 it yields y = 19 quarters and x = 21 dimes\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );