document.write( "Question 1147941: The length of the diagonal of a rectangle is shorter than the semi-perimeter by 1/3 the length of the longer side. If the dimensions of all sides are integers, find the minimum length of the shorter side. \n" ); document.write( "
Algebra.Com's Answer #769291 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Let x be the length of the short side, and let y be the length of the long side.

\n" ); document.write( "The diagonal is then \"sqrt%28x%5E2%2By%5E2%29\".

\n" ); document.write( "The problem says the diagonal is less than the semi-perimeter by 1/3 the length of the longer side; that is \"%28x%2By%29-%281%2F3%29y+=+x%2B%282%2F3%29y\". So

\n" ); document.write( "\"sqrt%28x%5E2%2By%5E2%29+=+x%2B%282%2F3%29y\"
\n" ); document.write( "\"3%2Asqrt%28x%5E2%2By%5E2%29+=+3x%2B2y\"
\n" ); document.write( "\"9x%5E2%2B9y%5E2+=+9x%5E2%2B12xy%2B4y%5E2\"
\n" ); document.write( "\"5y%5E2-12xy+=+0\"
\n" ); document.write( "\"y%285y-12x%29+=+0\"

\n" ); document.write( "y=0 would make no sense in the problem, so 5y-12x = 0. Then, if x and y are integers, x=5k and y=12k for some positive integer k. And since we are looking for the minimum length of the shorter side that satisfies the conditions, x=5 and y=12.

\n" ); document.write( "ANSWER: The minimum length of the shorter side is 5.

\n" ); document.write( "
\n" ); document.write( "
\n" );