document.write( "Question 333245: A triangle has a perimeter of 28 inches. One side of the triangle is 4 inches longer than the shortest side and 5 inches shorter than the longest side. Find the dimensions of the triangle.\r
\n" );
document.write( "\n" );
document.write( " -Thank you so much! \n" );
document.write( "
Algebra.Com's Answer #238775 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Since all three sides are not the same length, we are dealing with a scalene triangle. \r \n" ); document.write( "\n" ); document.write( "The formula for finding the perimeter of a scalene triangle is given by \n" ); document.write( "P = side a + side b + side c.\r \n" ); document.write( "\n" ); document.write( "Let side a = x + 4\r \n" ); document.write( "\n" ); document.write( "Let side b = x\r \n" ); document.write( "\n" ); document.write( "Let side c = (x + 4) - 5\r \n" ); document.write( "\n" ); document.write( "Let P = 28\r \n" ); document.write( "\n" ); document.write( "28 = x + 4 + x + [x + 4 - 5]\r \n" ); document.write( "\n" ); document.write( "I'll let you take it from here. \n" ); document.write( " |