document.write( "Question 1101909: Sam has two kinds of stamps, 27 cents and 33 cent stamps. Altogether, 24 stamps sold for a total of $6.84. How many of each type pf stamp does Sam have? \n" ); document.write( "
Algebra.Com's Answer #716547 by mreeve6380(1)\"\" \"About 
You can put this solution on YOUR website!
To solve this problem, you have to set up a system of equations:\r
\n" ); document.write( "\n" ); document.write( "Let x be the $0.27 stamps and y be the $0.33 stamps\r
\n" ); document.write( "\n" ); document.write( "\"x%2By=24\"
\n" ); document.write( "\".27x%2B.33y=6.84\"\r
\n" ); document.write( "\n" ); document.write( "To solve this, you need to use substitution. Solve the first equation for y (y=24-x)and then substitute it for the y in the second equation.\r
\n" ); document.write( "\n" ); document.write( "\".27x%2B.33%2824-x%29=6.84\"\r
\n" ); document.write( "\n" ); document.write( "Then, distribute the .33:\r
\n" ); document.write( "\n" ); document.write( "\".27x%2B7.92-.33x=6.84\"\r
\n" ); document.write( "\n" ); document.write( "Then,combine the .27 and the .33:\r
\n" ); document.write( "\n" ); document.write( "\"-.06x%2B7.92=6.84\"\r
\n" ); document.write( "\n" ); document.write( "Then, subtract 7.92 from each side.\r
\n" ); document.write( "\n" ); document.write( "\"-.06x=-1.08\"\r
\n" ); document.write( "\n" ); document.write( "Then, divide by -.06 on each side.\r
\n" ); document.write( "\n" ); document.write( "\"x=18\"\r
\n" ); document.write( "\n" ); document.write( "X= 18, so there are 18 $0.27 stamps. Since there are 24 stamps total, you would subtract the 24 by 18 and get 6. There are 6 of the $0.33 stamps.\r
\n" ); document.write( "\n" ); document.write( "Answer: Sam sold 18 27 cent stamps and 6 33 cent stamps.
\n" ); document.write( "
\n" );