document.write( "Question 435232: Could someone please show me how to solve this problem?
\n" );
document.write( "Snookers lumber can convert logs into either lumber or plywood. In a given day, the mill turns out three times as many units of plywood as lumber. It makes a profit of $30 on a unit of lumber and $45 on a unit of plywood. How many of each unit must be produced and sold in order to make a profit of $17160 \n" );
document.write( "
Algebra.Com's Answer #301269 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a given day, the mill turns out three times as many units of plywood as lumber. It makes a profit of $30 on a unit of lumber and $45 on a unit of plywood. How many of each unit must be produced and sold in order to make a profit of $17160 \n" ); document.write( "------------------------------ \n" ); document.write( "Quantity Eq::: P = 3L \n" ); document.write( "Profit Eq::: 45P + 30L = 17160 \n" ); document.write( "-------------------------- \n" ); document.write( "Substitute for \"P\" and solve for \"L\": \n" ); document.write( "45(3L) + 30L = 17160 \n" ); document.write( "135L + 30L = 17160 \n" ); document.write( "165L = 17160 \n" ); document.write( "L = 104 (# of units of lumber to be produced) \n" ); document.write( "--- \n" ); document.write( "Solve for \"P\": \n" ); document.write( "P = 3L \n" ); document.write( "P = 3(104) = 312 (# of units of plywood to be produced) \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |