document.write( "Question 1008709: Occasionally, for extra income, I do data entry for local companies. Recently, I was doing data entry for two companies. Between the two companies, I had a total of 6 hours a week I could spend on these projects. I determined that it costs me $4 per hour for Company A projects and $1 per hour for Company B projects. I don't want to spend more than $12 in working on these projects. If my profit is $1 per hour for Company A projects and $5 per hour for Company B projects, how many hours should I spend on projects for each company to maximize my profit? \n" ); document.write( "
Algebra.Com's Answer #624287 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Between the two companies, I had a total of 6 hours a week I could spend on these projects. I determined that it costs me $4 per hour for Company A projects and $1 per hour for Company B projects. I don't want to spend more than $12 in working on these projects. If my profit is $1 per hour for Company A projects and $5 per hour for Company B projects, how many hours should I spend on projects for each company to maximize my profit? \n" ); document.write( "---- \n" ); document.write( "A >= 0 \n" ); document.write( "B >= 0 \n" ); document.write( "Hours:: A + B <= 6 hrs \n" ); document.write( "Cost:: 4A + B <= 12 dollars \n" ); document.write( "Profit:: maximize:: P = A + 5B \n" ); document.write( "----- \n" ); document.write( "Graph:: A <= -B + 6 \n" ); document.write( "Graph:: A <= (-B/4) + 3 \n" ); document.write( "Find the intersection of the two boundary lines:: \n" ); document.write( "B = 4 when A = 2 \n" ); document.write( "--- \n" ); document.write( "Evaluate (0,6),(6,0),(4,2) in the Profit equation to mind the maximum: \n" ); document.write( "(0,6) gives P = $30 \n" ); document.write( "(6,0) gives P = $6 \n" ); document.write( "(4,2) gives P = $14 \n" ); document.write( "--- \n" ); document.write( "Ans: 0 hrs on A ; 6 hrs on B \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |