document.write( "Question 281135: The perimeter of a rectangular
\n" );
document.write( "backyard is 6x + 6 yards. If the width is x yards, find a
\n" );
document.write( "binomial that represents the length.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I know that the perimeter of a rectangle is p=2L + 2W but I am not sure how to work out this problem. \n" );
document.write( "
Algebra.Com's Answer #204227 by checkley77(12844) ![]() You can put this solution on YOUR website! 2L+2W=PERIMETER. \n" ); document.write( "W=X \n" ); document.write( "2L+2X=6X+6 \n" ); document.write( "2L=6X-2X+6 \n" ); document.write( "2L=4X+6 \n" ); document.write( "L=(4X+6)/2 \n" ); document.write( "L=(2X+3) ANS. FOR THE LENGTH. \n" ); document.write( " |