document.write( "Question 328077: 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 $40 on a unit of plywood. How many of each unit must be produced and sold in order to make a profit of $15300??\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "How many units of lumber and how many units of plywood are needed to be sold to reach the profit?? \n" );
document.write( "
Algebra.Com's Answer #234968 by jessica43(140)![]() ![]() ![]() You can put this solution on YOUR website! To solve this problem, you are going to have to write 2 equations using what you know. \n" ); document.write( "First, you know that the mill turns out 3 times as many units of plywood as lumber. This can be written as: \n" ); document.write( "P = 3L (where P = units of plywood, L = units of lumber) \n" ); document.write( "Second, you know that it makes a profit of $30 on a unit of lumber and $40 on a unit of plywood and you want the total profit to equal $15300. So: \n" ); document.write( "30L + 40P = 15300 \n" ); document.write( "Now you can plug the first equation into the second equation and solve for L: \n" ); document.write( "30L + 40P = 15300 \n" ); document.write( "30L + 40(3L) = 15300 \n" ); document.write( "30L + 120L = 15300 \n" ); document.write( "150L = 15300 \n" ); document.write( "L = 102 \n" ); document.write( "So 102 units of lumber must be produced and sold. \n" ); document.write( "To find the number of plywood units, plug this into the first equation: \n" ); document.write( "P = 3L \n" ); document.write( "P = 3(102) \n" ); document.write( "P = 306 \n" ); document.write( "So 306 units of plywood must be produced and sold. \n" ); document.write( " |