document.write( "Question 180802This question is from textbook Beginning Algebra with Applications
\n" );
document.write( ": A postal clerk sold some $.34 stamps and some $.23 stamps. Altogether, 15 stamps were sold for the total cost of $4.44. How many of each type of stamp were sold? \n" );
document.write( "
Algebra.Com's Answer #135534 by mgmoeab(37)![]() ![]() You can put this solution on YOUR website! LET X BE THE NUMBER OF $0.34 STAMPS \n" ); document.write( "LET Y BE THE NUMBER OF $0.23 STAMPS\r \n" ); document.write( "\n" ); document.write( "SYSTEM OF LINEAR EQUATIONS\r \n" ); document.write( "\n" ); document.write( "a) ($0.34)X + ($0.23)Y = $4.44 \n" ); document.write( "b) X + Y = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "SOLVING \n" ); document.write( "a) (0.34)X + (0.23)Y = 4.44 \n" ); document.write( "b) (-0.34)X - (0.34)Y = -5.10 <---- MULTIPLY BY -0.34 TO ELIMINATE X\r \n" ); document.write( "\n" ); document.write( "YOU WILL GET A NEW EQUATION \n" ); document.write( "c) -0.11Y = -0.66\r \n" ); document.write( "\n" ); document.write( "IF YOU SOLVE FOR Y, THEN YOU WILL GET Y= 6 \n" ); document.write( "TO FIND X YOU TAKE THE VALUE OF Y AND SUSTITUTE IN THE ORIGINAL EQUATION \n" ); document.write( "b) X + Y = 15, ---> X + 6 = 15; THEN X = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "THE ANSWER WILL BE: \n" ); document.write( "9 STAMPS OF $0.34, AND 6 STAMPS OF $0.23 WERE SOLD \n" ); document.write( " \n" ); document.write( " |