document.write( "Question 601633: The width of a rectangular poster is half its length. The area of the poster is 128 square feet. What is the length of the poster? \n" ); document.write( "
Algebra.Com's Answer #379918 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The width of a rectangular poster is half its length. The area of the poster is 128 square feet. What is the length of the poster? \n" ); document.write( ". \n" ); document.write( "Let x = length (feet) of poster \n" ); document.write( "then \n" ); document.write( "x/2 = width (feet) of poster \n" ); document.write( ". \n" ); document.write( "x(x/2) = 128 \n" ); document.write( "x^2/2 = 128 \n" ); document.write( "x^2 = 256 \n" ); document.write( "x = 16 feet (length) \n" ); document.write( " |