document.write( "Question 1024121: A 32-inch board is to be cut into three pieces so that the second piece is three times as long as the first piece and the third piece is 44 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 #639585 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "First piece = x \n" ); document.write( "Second piece = 3x \n" ); document.write( "Third piece = 44x \n" ); document.write( "x + 3x + 44x = 32 inches \n" ); document.write( "48x = 32 inches \n" ); document.write( "x = 32/48 inches \n" ); document.write( "x = 2/3 inches \n" ); document.write( "First piece = 2/3 of an inch. \n" ); document.write( "Second piece = 2 inches. \n" ); document.write( "Third piece = 29 1/3 inches. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |