document.write( "Question 104183: The perimeter of a triangle is 153 inches. The length of the longest side is 5/4 the length of the shortest side and the length of the other side is 10 inches more than the length of the shortest side. Find the length of each side. \n" ); document.write( "
Algebra.Com's Answer #75822 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=(shortest side); so 5x/4=(longest side), and x+10=(other side)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p=x+(5x/4)+(x+10)
\n" ); document.write( "
\n" );