document.write( "Question 1126259: A Certain triangle has a perimeter of 3070 mi. The shortest side measures 74 mi less than the middle side, and the longest side measures 372 mi more than the middle side. Find the lengths of the three sides. \n" ); document.write( "
Algebra.Com's Answer #742576 by Alex.33(110)\"\" \"About 
You can put this solution on YOUR website!
Basic approach design: use parameter=sum of all side lengths.
\n" ); document.write( "Since both the shortest and longest sides' lengths are associated with the medium one, we assign variable x to the midium one, in order to intepret everything easier.
\n" ); document.write( "And BOOM!
\n" ); document.write( "(x-74)+x+(x+372)=3070
\n" ); document.write( "x=924 mi.\r
\n" ); document.write( "\n" ); document.write( "short:850
\n" ); document.write( "medium:924
\n" ); document.write( "long:1296.\r
\n" ); document.write( "\n" ); document.write( "That's how I think about solving this sort of problem. Hope it helps!
\n" ); document.write( "
\n" );