document.write( "Question 1020568: A 40-inch board is to be cut into three pieces so that the second piece is twice as long as the first piece, and the third piece is 5 times as long as the first piece. If x represents the length of the first piece, find the lengths of all three pieces. \n" ); document.write( "
Algebra.Com's Answer #636496 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the first piece = 'x' \n" ); document.write( "Second piece = 2x \n" ); document.write( "Third piece = 5x \n" ); document.write( "x + 2x + 5x = 40 \n" ); document.write( "8x = 40 \n" ); document.write( "x = 40/8 \n" ); document.write( "x = 5 \n" ); document.write( "First piece = 5 inches \n" ); document.write( "Second piece = 10 inches \n" ); document.write( "Third piece = 25 inches. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |