document.write( "Question 994136: the diagonal of a rectangular lot is 6 m. the length of one side of the lot is 1more than the other. find the lengths of the sides of the lot.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #803141 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! width = w \n" ); document.write( "length = w + 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "w^2 + (w + 1)^2 = 36 \n" ); document.write( "2w^2 + 2w - 35 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "w = (sqrt(71) - 1)/2 \n" ); document.write( "length = (sqrt(71) + 1)/2 \n" ); document.write( " |