document.write( "Question 548903: Snookers Lumber can convert logs into either lumber or plywood. In a given day, the mill turns out twice as many units of playwood as lumber. It makes a profit of $25 on a unit of lumber and $50 on a unit of plywood. How many of each unit must be produced and sold in order to make a profit of $13000?\r
\n" );
document.write( "\n" );
document.write( "Snooker Lumber must produce and sell Units of lumber and Units of plywood to make a profit of $13000. \n" );
document.write( "
Algebra.Com's Answer #357311 by mananth(16946)![]() ![]() You can put this solution on YOUR website! lumber l units \n" ); document.write( "plywood p units p=2l\r \n" ); document.write( "\n" ); document.write( "25l+50p=13000\r \n" ); document.write( "\n" ); document.write( "but p=2l\r \n" ); document.write( "\n" ); document.write( "25l + 50*2l=13000 \n" ); document.write( "125l=13000 \n" ); document.write( "/125 \n" ); document.write( "l=13000/125\r \n" ); document.write( "\n" ); document.write( "Lumber units 104 \n" ); document.write( "plywood units 104 *2=208 units \n" ); document.write( " |