document.write( "Question 1100018: The length of the diagonal of a rectangle is shorter than the semi-perimeter by 3/4 length of the shorter side. If the dimensions of all sides are integers, find the minimum length of the longer side. \n" ); document.write( "
Algebra.Com's Answer #714519 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "let x = shorter side \n" ); document.write( "let y = longer side \n" ); document.write( "The semiperimeter is then x+y; and then the length of the diagonal is \n" ); document.write( " \n" ); document.write( "Then by the Pythagorean Theorem, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The smallest solution in integers is y=15, x=8, making the diagonal 17. \n" ); document.write( "The answer to the problem is the minimum length of the longer side, which is 15. \n" ); document.write( " |