document.write( "Question 100009: a board that is 12 feet long is cut into two pieces. one part is four more than twice the other. Find the length of each parts. \n" ); document.write( "
Algebra.Com's Answer #72824 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! s = smaller board piece \n" ); document.write( "l = larger board piece \n" ); document.write( "s + l = 12 and l = 2s + 4 \n" ); document.write( "Plug: \n" ); document.write( "s + 2s + 4 = 12 \n" ); document.write( "3s = 8 \n" ); document.write( "s = 8/3 ft \n" ); document.write( "Plug: \n" ); document.write( "s + l = 12 \n" ); document.write( "8/3 + l = 36/3 \n" ); document.write( "l = 28/3 ft \n" ); document.write( " |