document.write( "Question 962143: I needs to cut four shelves from a board that is 2.5 meters long. The second shelf is 18 centimeters longer than twice the length of the first shelf. The third shelf is 12 centimeters shorter than the first shelf. The remaining shelf is 4 centimeters longer than the first shelf. If I must use the entire 2.5 meter board for the shelves, what is the length of the second shelf? \n" ); document.write( "
Algebra.Com's Answer #587804 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 1st x \n" ); document.write( "2nd 2x+18 \n" ); document.write( "3rd x-12 \n" ); document.write( "4th x+4 \n" ); document.write( "-------------- \n" ); document.write( "2.5 meters= 250 cm \n" ); document.write( "x+2x+18+x-12+x+4=250 \n" ); document.write( "5x+10=250 \n" ); document.write( "5x=250-10 \n" ); document.write( "x=240/5 \n" ); document.write( "x=48cm 1st \n" ); document.write( "2x+18=114cm 2nd \n" ); document.write( "x-12=36cm 3rd \n" ); document.write( "x+4=52cm 4th \n" ); document.write( " |