document.write( "Question 1109683: I have been searching trying to find an example similar to he following problem, but I have been unable to locate anything close to help me understand how to answer this question.\r
\n" ); document.write( "\n" ); document.write( "You check around for the best deal on your prescription medicine. At your local pharmacy it costs $4.40 a bottle; by mail-order catalog it costs $3.87 a bottle, but there is a flat shipping charge of $4.00 for any size order; by a source found on the Internet it costs $3.99 a bottle and shipping costs $1.00 for each bottle, but for orders of ten or more bottles it costs $3.79 a bottle, and handling is $2.00 per order plus shipping costs of $1.00 for each bottle.\r
\n" ); document.write( "\n" ); document.write( "Find a formula that express each of these costs if N is the number of bottles purchased and C(p), C(c), and C(i) are the respective costs for ordering from the pharmacy, catalog, and Internet.\r
\n" ); document.write( "\n" ); document.write( "C(p) (N) =\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "C(c) (N) =\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "C(i) (N) =
\n" ); document.write( "

Algebra.Com's Answer #724652 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
C(p)N = $4.40 * N
\n" ); document.write( ":
\n" ); document.write( "C(c)N = ($3.87 * N) + $4
\n" ); document.write( ":
\n" ); document.write( "C(i)N = ($3.99 + $1) * N
\n" ); document.write( "If N > 9 then C(i)N = ($3.79 + $1) * N + $2
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );