document.write( "Question 138112: A rectangle is twice as long as it is wide and its area is 968sq ft. What is its lenghth? \n" ); document.write( "
Algebra.Com's Answer #100915 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=length, so x/2=width __ area=(length)(width) __ 968=x(x/2) __ 1936=x^2 __ 44=x \n" ); document.write( "
\n" );