document.write( "Question 504407: how do i find the lenght of the three pieces? A 56 inch board is to be divided into 3 pieces so that the second piece is twice as long as the first, and the third piece is 4 times as long as the first. Find the length pf all three pieces. \n" ); document.write( "
Algebra.Com's Answer #339595 by mananth(16946)![]() ![]() You can put this solution on YOUR website! first piece =x \n" ); document.write( "second piece = 2x \n" ); document.write( "third piece = 4x\r \n" ); document.write( "\n" ); document.write( "x+2x+4x=56 \n" ); document.write( "7x=56 \n" ); document.write( "/7 \n" ); document.write( "x=8\r \n" ); document.write( "\n" ); document.write( "first piece =8 \n" ); document.write( "second piece = 2x=> 16 \n" ); document.write( "third piece = 4x=>32\r \n" ); document.write( "\n" ); document.write( "8+16+32=56 \n" ); document.write( " \n" ); document.write( " |