document.write( "Question 350083: the second side of a triangle is 2dm less than twice the first side and the third side is 4dm less than twice the second side. how long is each side if the perimeter of the triangle is 18dm. \n" ); document.write( "
Algebra.Com's Answer #250191 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let first side be x dm \n" ); document.write( "second side = 2x-2 \n" ); document.write( "third side =2(2x-2)-4 \n" ); document.write( ".. \n" ); document.write( "x+2x-2+4x-4-4 =18 \n" ); document.write( "7x-10=18 \n" ); document.write( "7x = 28 \n" ); document.write( "x= 4 first side \n" ); document.write( "2x-2 = 8-2 = 6 second side \n" ); document.write( "third side = 2(2*4-2)-4=8 \n" ); document.write( ".. \n" ); document.write( "4+6+8 =18dm \n" ); document.write( " |