document.write( "Question 266497: The perimeter of a yield sign in the shape of an isosceles triangle is 22 feet. If the shortest side is 2 feet less than the other two sides, find the length of the shortest side. \n" ); document.write( "
Algebra.Com's Answer #195805 by vksarvepalli(154) You can put this solution on YOUR website! let the length of the sides be a,a and b\r \n" ); document.write( "\n" ); document.write( "given \n" ); document.write( "perimeter a+b+a=22 => 2a+b=22\r \n" ); document.write( "\n" ); document.write( "and b=a-2 substituting this in the above eq.\r \n" ); document.write( "\n" ); document.write( "we get 2a+a-2=22\r \n" ); document.write( "\n" ); document.write( "=> 3a=24\r \n" ); document.write( "\n" ); document.write( "=> a=8\r \n" ); document.write( "\n" ); document.write( "so length of the shortest side = b= 8-2 = 6\r \n" ); document.write( "\n" ); document.write( "length of the shortest side = 6 feet \n" ); document.write( " |