document.write( "Question 1065961: In 2002, the price of mailing a letter was $.34 for the first ounce or part of an ounce and $.21 for each ounce or part of an ounce after the first ounce. Write a rule to describe the function. How much did it cost to mail a 4-ounce letter? \n" ); document.write( "
Algebra.Com's Answer #681183 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+x+\" = weight of the letter in ounces
\n" ); document.write( "Let \"+P+\" = the price of mailing the letter in dollars
\n" ); document.write( "---------------------------------------
\n" ); document.write( "\"+P+=+.34+%2B+.21%2A%28+x+-+1+%29+\"
\n" ); document.write( "( \"+x+%3E=+1+\" )
\n" ); document.write( "-----------------------------
\n" ); document.write( "A 4-ounce letter costs
\n" ); document.write( "\"+P+=+.34+%2B++%28+4+-+1+%29%2A.21+\"
\n" ); document.write( "\"+P+=+.34+%2B+.63+\"
\n" ); document.write( "\"+P+=+.97+\"
\n" ); document.write( "It costs $.97
\n" ); document.write( "
\n" );