document.write( "Question 1193291: The width of a rectangle is half its length. If its length is x feet, find its perimeter in terms of x. \n" ); document.write( "
Algebra.Com's Answer #825303 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
length = x
\n" ); document.write( "width = x/2
\n" ); document.write( "p = 2 * (length + width) = 2 * (x + x/2) = 2x + x = 3x
\n" ); document.write( "the perimeter is equal to 3x.
\n" ); document.write( "that's your solution.
\n" ); document.write( "
\n" ); document.write( "
\n" );