document.write( "Question 993965: linear equation a customer walks into a post office to purchase stamps. she purchased a total of 47 stamps some of the stamps are 49 cents stamps and some 33 cent stamps how many 49 cents stamps and how many 33 cents stamps did she purchase if the total cost of all the stamps was 20.31 \n" ); document.write( "
Algebra.Com's Answer #613165 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
a customer walks into a post office to purchase stamps. she purchased a total of 47 stamps some of the stamps are 49 cents stamps and some 33 cent stamps how many 49 cents stamps and how many 33 cents stamps did she purchase if the total cost of all the stamps was 20.31\r
\n" ); document.write( "\n" ); document.write( "let x=number of 49 cents stamps customer bought
\n" ); document.write( "47-x =number of 33 cents stamps customer bought
\n" ); document.write( ". 49x+.33(47-x)=20.31
\n" ); document.write( ".49x+15.51-.33x=20.31
\n" ); document.write( ".16x=14.80
\n" ); document.write( "x=30
\n" ); document.write( "47-x=17
\n" ); document.write( "number of 49 cents stamps customer bought=30
\n" ); document.write( "number of 33 cents stamps customer bought=47
\n" ); document.write( "
\n" );