document.write( "Question 210231: Find the length of the side of a square if the diagonal is 3 ft. longer than a side. \n" ); document.write( "
Algebra.Com's Answer #158858 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find the length of the side of a square if the diagonal is 3 ft. longer than a side. \n" ); document.write( ". \n" ); document.write( "Let x = length of the side of a square \n" ); document.write( "then from Pythagorean theorem we get: \n" ); document.write( "x^2 + x^2 = x+3 \n" ); document.write( "2x^2 = x+3 \n" ); document.write( "2x^2-x-3 = 0 \n" ); document.write( "(2x-3)(x+1) = 0 \n" ); document.write( ". \n" ); document.write( "x = {3/2, -1} \n" ); document.write( "We can throw out the negative solution leaving: \n" ); document.write( "x = 3/2 feet (or 1 and a half feet) \n" ); document.write( " \n" ); document.write( " |