document.write( "Question 697851: A coin purse contains 5 centavos, 10 centavos and 25 centavo coins. The number of 10 centavo coins is three times as many 5 centavo coins, and the 25 centavo coins is 2 more than the 10 centavo coins. If the total value of its content is $4.90, how many of each kind of coins are there in purse? \n" ); document.write( "
Algebra.Com's Answer #430317 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+a+\" = number of 5 c coins
\n" ); document.write( "Let \"+b+\" = number of 10 c coins
\n" ); document.write( "Let \"+c+\" = number of 25 c coins
\n" ); document.write( "-----------
\n" ); document.write( "given:
\n" ); document.write( "(1) \"+5a+%2B+10b+%2B+25c+=+490+\"
\n" ); document.write( "(2) \"+b+=+3a+\"
\n" ); document.write( "(3) \"+c+=+b+%2B+2+\"
\n" ); document.write( "----------------
\n" ); document.write( "(2) \"+a+=+b%2F3+\"
\n" ); document.write( "Substitute (2) and (3) into (1)
\n" ); document.write( "(1) \"+5%2A%28b%2F3%29+%2B+10b+%2B+25%2A%28+b+%2B+2+%29+=+490+\"
\n" ); document.write( "(1) \"+5%2A%28+b%2F3+%29+%2B+10b+%2B+25b+%2B+50+=+490+\"
\n" ); document.write( "(1) \"+%285%2F3%29%2Ab+%2B+35b+=+440+\"
\n" ); document.write( "Multiply both sides by \"+3+\"
\n" ); document.write( "(1) \"+5b+%2B+105b+=+1320+\"
\n" ); document.write( "(1) \"+110b+=+1320+\"
\n" ); document.write( "(1) \"+b+=+12+\"
\n" ); document.write( "and, since
\n" ); document.write( "(2) \"+a+=+b%2F3+\"
\n" ); document.write( "(2) \"+a+=+12%2F3+\"
\n" ); document.write( "(2) \"+a+=+4+\"
\n" ); document.write( "and
\n" ); document.write( "(3) \"+c+=+b+%2B+2+\"
\n" ); document.write( "(3) \"+c+=+12+%2B+2+\"
\n" ); document.write( "(3) \"+c+=+14+\"
\n" ); document.write( "There are 4 of the 5 c coins
\n" ); document.write( "There are 12 of the 10 c coins
\n" ); document.write( "There are 14 of the 25 c coins
\n" ); document.write( "-------------------------
\n" ); document.write( "check answer:
\n" ); document.write( "(1) \"+5a+%2B+10b+%2B+25c+=+490+\"
\n" ); document.write( "(1) \"+5%2A4+%2B+10%2A12+%2B+25%2A14+=+490+\"
\n" ); document.write( "(1) \"+20+%2B+120+%2B+350+=+490+\"
\n" ); document.write( "(1) \"+490+=+490+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" ); document.write( "
\n" );