document.write( "Question 1040717: A collection of stamps consist of 3¢ stamps, 7¢ stamps, and 12 ¢ stamps. The number of 3 ¢ stamps is five less than the number of 7 ¢ stamps. The number of 12 ¢ stamps is one-half the number of 7 ¢ stamps. The total value of all the stamps is $2.73. Find the number of each type of stamp in the collection. \n" ); document.write( "
Algebra.Com's Answer #655609 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+a+\" = number of 3 cent stamps
\n" ); document.write( "Let \"+b+\" = number of 7 cent stamps
\n" ); document.write( "Let \"+c+\" = number of 12 cent stamps
\n" ); document.write( "----------------------------------
\n" ); document.write( "(1) \"+a+=+b+-+5+\"
\n" ); document.write( "(2) \"+c+=+%281%2F2%29%2Ab+\"
\n" ); document.write( "(3) \"+3a+%2B+7b+%2B+12c+=+273+\" ( in cents )
\n" ); document.write( "-----------------------------------
\n" ); document.write( "Substitute (1) and (2) into (3)
\n" ); document.write( "(3) \"+3%2A%28+b+-+5+%29+%2B+7b+%2B+12%2A%28+b%2F2+%29+=+273+\"
\n" ); document.write( "(3) \"+3b+-+15+%2B+7b+%2B+6b+=+273+\"
\n" ); document.write( "(3) \"+16b++=+288+\"
\n" ); document.write( "(3) \"+b+=+18+\"
\n" ); document.write( "and
\n" ); document.write( "(1) \"+a+=+b+-+5+\"
\n" ); document.write( "(1) \"+a+=+18+-+5+\"
\n" ); document.write( "(1) \"+a+=+13+\"
\n" ); document.write( "and
\n" ); document.write( "(2) \"+c+=+%281%2F2%29%2Ab+\"
\n" ); document.write( "(2) \"+c+=+%281%2F2%29%2A18+\"
\n" ); document.write( "(2) \"+c+=+9+\"
\n" ); document.write( "-----------------------
\n" ); document.write( "The number of 3 cent stamps is 13
\n" ); document.write( "The number of 7 cent stamps is 18
\n" ); document.write( "The number of 12 cent stamps is 9
\n" ); document.write( "------------------------------
\n" ); document.write( "check:
\n" ); document.write( "(3) \"+3a+%2B+7b+%2B+12c+=+273+\"
\n" ); document.write( "(3) \"+3%2A13+%2B+7%2A18+%2B+12%2A9+=+273+\"
\n" ); document.write( "You can verify this equation
\n" ); document.write( "
\n" );