document.write( "Question 847194: 1. A carpenter can make tables at a cost of 4000 pesos each. If the carpenter sells the tables at x pesos each, it is determined that he will sell (300 – 2x) tables per year. Express the annual profit of the carpenter as a function of x.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #510268 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! What does it mean to have a profit? It is our revenue - cost.\r \n" ); document.write( "\n" ); document.write( "What is our revenue? It's the # of tables * how much we sold them for.\r \n" ); document.write( "\n" ); document.write( "So our revenue we'll call R(x) = (300-2x)*x\r \n" ); document.write( "\n" ); document.write( "Our cost, we'll call C(x) = 4000.\r \n" ); document.write( "\n" ); document.write( "So P(x) = R(x) - C(x) \r \n" ); document.write( "\n" ); document.write( "Putting this together we get P(x) = (300-2x)*x - 4000 = \n" ); document.write( "\n" ); document.write( "Just for fun, this would mean that he would make a profit selling between 15 and 135 pesos. \n" ); document.write( " |