document.write( "Question 719034: A triangle has a perimeter of 56 inches. The medium side is 4 inches more than the shortest side, and the longest side is twice the shortest side. Find the shortest side. \n" ); document.write( "
Algebra.Com's Answer #460477 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
The medium side is 4 inches more than the shortest side: b=a+4
\n" ); document.write( "and the longest side is twice the shortest side: c=2a \r
\n" ); document.write( "\n" ); document.write( "a+b+c=56
\n" ); document.write( "a+a+4+2a=56
\n" ); document.write( "4a=52
\n" ); document.write( "a=13
\n" ); document.write( "
\n" );