document.write( "Question 98260: find the length of a square whose diagonal is three ft. longer than the side \n" ); document.write( "
Algebra.Com's Answer #71433 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x= length of side \n" ); document.write( "x+3=lendth of diagonal \n" ); document.write( "we have a right angle isoscoles triangle. \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "so 2x^2=(x+3)^2 \n" ); document.write( "2x^2=x^2+6x+9 \n" ); document.write( "subtract 2x^2 from each side: -x^2+6x+9=0 \n" ); document.write( "multiply -1 times both sides: x^2-6x-9=0 \n" ); document.write( "Quadratic formula: x=7.24... and x=-1.24...(extraneous) \n" ); document.write( "the diagonal=10.24... \n" ); document.write( "Check: \n" ); document.write( "2(7.24...)^2=(10.24...)^2 \n" ); document.write( "104.8=104.9 (.1 rounding error) \n" ); document.write( "Ed \n" ); document.write( " |