document.write( "Question 225980: A jar contains 40 coins consisting of dimes and quarters and having a total value of $4.90. How many of each kind of coin are there?\r
\n" ); document.write( "\n" ); document.write( "I know that somehow I use .1d+.25q=$4.90 but I don't know how to add the 40 in there. Help please!
\n" ); document.write( "

Algebra.Com's Answer #168424 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
two unknowns means two equations\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the one with the 40 is ___ \"40 coins consisting of dimes and quarters\" ___ d + q = 40 ___ d = 40 - q\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting ___ .1(40-q) + .25q = 4.90\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "distributing ___ 4 -.1q + .25q = 4.90\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting 4 ___ .15q = .90\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "dividing by .15 ___ q = 6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting ___ d + 6 = 40 ___ d = 34
\n" ); document.write( "
\n" );