document.write( "Question 323562: One side of a triangle is twice as long as the smallest side. The longest side is 3 meters longer than the middle side. Find the measurement of the three sides if the perimeter is 48 ft. \n" ); document.write( "
Algebra.Com's Answer #231520 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let smallest side be x \n" ); document.write( "one side is 2x \n" ); document.write( "the longest side = 2x+3 \n" ); document.write( ".. \n" ); document.write( "Perimeter = sum of all three sides =48 \n" ); document.write( "x+2x+2x+3= 48 \n" ); document.write( "5x+3=48 \n" ); document.write( "5x=45 \n" ); document.write( "x= 9 \n" ); document.write( "2x= 18 \n" ); document.write( "2x+3 = 21 \n" ); document.write( ".. \n" ); document.write( "9,18, 21 are the three sides. \n" ); document.write( "CHECK \n" ); document.write( "9+18+21=48 \n" ); document.write( " |