document.write( "Question 800984: A triangular region has a perimeter of 150 meters. The first side is one-half of the second side. The third side is 20 meters shorter than the second side. What are the lengths of the three sides? \n" ); document.write( "
Algebra.Com's Answer #483393 by Finavon(81)![]() ![]() ![]() You can put this solution on YOUR website! let sides be a, b and c \n" ); document.write( "a+b+c=150 (1) \n" ); document.write( "2a=b so a=b/2 \n" ); document.write( "c=b-20\r \n" ); document.write( "\n" ); document.write( "substitute for a and c in (1) \n" ); document.write( "b/2 + b + b-20 = 150 \n" ); document.write( "5b/2=170 \n" ); document.write( "b=340/5 = 68 \n" ); document.write( "a=68/2 = 34 \n" ); document.write( "c=68-20= 48\r \n" ); document.write( "\n" ); document.write( "Sides are 34, 68 and 48 m\r \n" ); document.write( "\n" ); document.write( "Check perimeter = 34+68+48 = 150 \n" ); document.write( " |