document.write( "Question 446007: The length of a rectangle 3 feet more than three times its width. The diagonal of the rectangle is 4 feet more than 3 times its width. find the length and width. \n" ); document.write( "
Algebra.Com's Answer #307123 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
(3x+4)2-(3x+3)2=x2
\n" ); document.write( "9x2+24x+16-9x2-18x-9=x2
\n" ); document.write( "0=x2-6x-7
\n" ); document.write( "0=(x-7)(x+1)
\n" ); document.write( "x=7 or -1
\n" ); document.write( "Throwing out the negative answer, we get the width to be 7'. The length is 24'..
\n" ); document.write( "
\n" );