document.write( "Question 1184192: A town house can be rented for P10,000 for three days, but for
\n" ); document.write( "the fourth day onwards, an additional cost of P3,000 per day is
\n" ); document.write( "added. Represent the cost of renting the town house as a
\n" ); document.write( "piecewise function of the number of days it is rented.
\n" ); document.write( "

Algebra.Com's Answer #814734 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
y = 10,000 + 0 * x for x = 1 to 3
\n" ); document.write( "y = 10000 + 3000 * (x-3) for x > 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y represents the total cost.
\n" ); document.write( "x represents the number of days.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the graph would look something like this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the total cost is 10,000 for days 1 to 3.
\n" ); document.write( "it is 10,000 + 3000 * (x-3) for days > 3.
\n" ); document.write( "in the graph, day 6 is shown.
\n" ); document.write( "the total cost for day 6 is 10,000 + 3 * 3000 = 19,000.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );