document.write( "Question 138113: A rectangle is twice as long as it is wide and its area is 968 square feet, what is its lenghth? \n" ); document.write( "
Algebra.Com's Answer #100914 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" );