document.write( "Question 64616: Bette’s Bananas delivers fresh bananas to your doorstep every morning. The cost for the service is $12/month flat rate and your first ten bananas are free! Further bananas cost $0.10 each. Construct a piecewise-linear function for the cost C of receiving N bananas in a month. \n" ); document.write( "
Algebra.Com's Answer #46443 by uma(370)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Let the number of bananas received be = N
\n" ); document.write( "Number of bananas free = 10
\n" ); document.write( "==> number of bananas to be charged = N-10
\n" ); document.write( "Cost of N-10 bananas at $0.10 each = (N-10)* 0.10
\n" ); document.write( "Cost for the service per month = $12
\n" ); document.write( "Therefore the cost C for receiving N bananas is given by,\r
\n" ); document.write( "\n" ); document.write( "C = 12 + (N-10)*(0.10)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Good Luck!!!
\n" ); document.write( "
\n" );