document.write( "Question 54964: A 9ft board was cut into 2 pieces so that one piece is 5 feet longer than 3 times the shorter piece. If the shorter piece is x feet long, find the lengths of both pieces. \n" ); document.write( "
Algebra.Com's Answer #37151 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Shorter piece = x feet. \n" ); document.write( "Three times the shorter piece = 3x feet. \n" ); document.write( "Longer piece = (3x + 5) feet.\r \n" ); document.write( "\n" ); document.write( "Now, total length = Shorter piece + Longer piece. \n" ); document.write( "So, 9 = x + (3x + 5) \n" ); document.write( "or 9 = 4x + 5 \n" ); document.write( "or x = 1\r \n" ); document.write( "\n" ); document.write( "So longer piece is (3x + 5) = 8 feet and shorter piece is x = 1 foot. \n" ); document.write( " |