document.write( "Question 56293: Perimeter of a rectangle
\n" );
document.write( "The perimeter of a rectangular backyard is 6x + 6 yards. If the width is x yards, find a binominal the represents the length.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #38188 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The perimeter of a rectangular backyard is 6x + 6 yards. If the width is x yards, find a binominal the represents the length. \n" ); document.write( "--------------------- \n" ); document.write( "Perimeter= 2(width)+2(length) \n" ); document.write( "6x+6=2x+2*length \n" ); document.write( "4x+6=2*length \n" ); document.write( "length =2x+3 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |