document.write( "Question 1186038: Solving real life problems involving functions
\n" );
document.write( "Meet bestfriend Jessa and chan. They have formed a partnership. Jessa being the creative one makes fashionable face masks. Chan, being business-minded, markets the face masks Jessa makes. In a recent month, they spent 600 pesos on a raw materials to make 32 pieces of masks and sold each for 30 pesos each. Assuming that they are not required to pay a sales taxes, their net profit depends on the number of pieces sold.
\n" );
document.write( "A. What are the three constants or fixed values in the problem?
\n" );
document.write( "Let use n to represent the number of pieces of face masks sold and P for the net profit
\n" );
document.write( "B. What should be the greatest value of n?
\n" );
document.write( "C. What should be the greatest value of P?
\n" );
document.write( "D. What should be the least value of n?
\n" );
document.write( "E. What should be the least value of P?
\n" );
document.write( "F. By a table values, show what happens to the value of as n increases.(Show 3 values of n only in the table).
\n" );
document.write( "G. How many pieces need to be sold so that sales and expenses are even or the same?
\n" );
document.write( "H. Represent as function the relation between P(n) and n. \n" );
document.write( "
Algebra.Com's Answer #816958 by Theo(13342)![]() ![]() You can put this solution on YOUR website! n = the number of masks sold. \n" ); document.write( "P = the net profit = the revenue minus the cost. \n" ); document.write( "C = the cost for 32 masks = 600. \n" ); document.write( "the revenue is equal to 30 * n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A. What are the three constants or fixed values in the problem?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the 3 constants would be. \n" ); document.write( "cost of 600 pesos for the raw materials. \n" ); document.write( "sale price of 30 pesos for each face mask. \n" ); document.write( "maximum number of masks that can be sold is 32.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B. What should be the greatest value of n?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the greatest value of n would be 32.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C. What should be the greatest value of P?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the maximum profit is when all masks are sold. \n" ); document.write( "that would be 32 * 30 = 960 minus 600 = 360.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "D. What should be the least value of n?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the least value of n would be equal to 0. \n" ); document.write( "this assumes that none of the masks were sold.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "E. What should be the least value of P?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = revenue minus cost. \n" ); document.write( "the cost is 600. \n" ); document.write( "the revenue is 30 * the number of masks sold. \n" ); document.write( "if they didn't sell any masks, then the formula becomes: \n" ); document.write( "P = 0 * 30 - 600 = -600. \n" ); document.write( "a profit of minus 600 means a loss of 600. \n" ); document.write( "the least value of P would be -600.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "F. By a table values, show what happens to the value of as n increases.(Show 3 values of n only in the table).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when n = 10, P = 10 * 30 minus 600 = 300 minus 600 = minus 300. \n" ); document.write( "when n = 20, P = 20 * 30 minus 600 = 600 minus 600 = 0. \n" ); document.write( "when n = 30, P = 30 * 30 minus 600 = 900 minus 600 = 300.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "G. How many pieces need to be sold so that sales and expenses are even or the same?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "break even point is when the profit is equal to 0. \n" ); document.write( "P = 30 * n - 600 \n" ); document.write( "set P = 0 to get: \n" ); document.write( "0 = 30 * n - 600 \n" ); document.write( "add 600 to both sides of this equation to get: \n" ); document.write( "600 = 30 * n \n" ); document.write( "solve for n to get: \n" ); document.write( "n = 600 / 30 = 20. \n" ); document.write( "break even point is when 20 masks are sold. \n" ); document.write( "when 20 masks are sold, P = 20 * 30 - 600 = 600 - 600 = 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "H. Represent as function the relation between P(n) and n.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(n) = 30 * n - 600.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |