document.write( "Question 1051301: An office has some 20¢ stamps and some 28¢ stamps. Altogether the office has 210 stamps for a total value of $47.60. How many of each type of stamp does the office have?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #666883 by ikleyn(52786)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "An office has some 20¢ stamps and some 28¢ stamps. Altogether the office has 210 stamps for a total value of $47.60.
\n" ); document.write( "How many of each type of stamp does the office have?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solution 1. One equation in one unknown\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the number of the 20c stamps.\r\n" );
document.write( "Then the number of the 28c stamps is (210-x).\r\n" );
document.write( "\r\n" );
document.write( "A \"value\" equation is\r\n" );
document.write( "\r\n" );
document.write( "20x + 28*(210-x) = 4760.       (1)   (4760 = $47.60 )\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve for x.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solution 2. System of two equations in two unknowns\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "  x +   y =  210,          (1)\r\n" );
document.write( "20x + 28y = 4760.          (2)\r\n" );
document.write( "\r\n" );
document.write( "From (1) express y = 210-x and substitute it into (2). You will get and equation\r\n" );
document.write( "\r\n" );
document.write( "20x + 28*(210-x) = 4760.   (3)\r\n" );
document.write( "\r\n" );
document.write( "It is identical to the equation (1) in the Solution 1 above.\r\n" );
document.write( "Simplify it and solve for x.\r\n" );
document.write( "\r\n" );
document.write( "After finding x calculate y.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );