document.write( "Question 172784: I need help with this story problem.
\n" );
document.write( "A triangular lot has a perimeter of 54 yards of fencing. The longest side of the lot is 11 yards longer than the shortest side. The other side is 7 yards longer than the shortest side. Find the value of the three sides. \n" );
document.write( "
Algebra.Com's Answer #127637 by monika_p(71)![]() ![]() ![]() You can put this solution on YOUR website! Perimeter is a sum of the lenght of all the sides of the triangle \n" ); document.write( "lets say that x is a lenght of the shortest side, \n" ); document.write( "then the longest side y that is 11 yards longer than x we can write as y=x+11. The Other side z is 7 yards longer than x then, \n" ); document.write( "then z=x+7 \n" ); document.write( "Perimeter formula P=x+y+z now substitute for P,y, and z so u have one unknown x \n" ); document.write( "54=x+(x+11)+(x+7) \n" ); document.write( "when you solve for x you will get x=12, then y=23, and z =19\r \n" ); document.write( "\n" ); document.write( "Check P=12+23+19=54 true!!! \n" ); document.write( " \n" ); document.write( " |