document.write( "Question 35697: The perimeter of a rectangular backyard is 6x+6 yards. If the width is x yards, find a binomial that represents the length \n" ); document.write( "
Algebra.Com's Answer #21840 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
perimeter is determined as: \"l%2Bl%2Bw%2Bw\" where l is the length and w is the width
\n" ); document.write( "\"x%2Bx%2Bw%2Bw=6x%2B6\" plug in the width
\n" ); document.write( "\"2x%2B2w=6x%2B6\" simplify
\n" ); document.write( "\"2w=4x%2B6\" subtract 2x from each side
\n" ); document.write( "\"w=2x%2B3\"divide by two on each side
\n" ); document.write( "
\n" );