document.write( "Question 905679: the length of a rectangle is 6 yards longer than its width the perimeter is 32 what is its area \n" ); document.write( "
Algebra.Com's Answer #549360 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Perimeter = 2 length + 2 width \n" ); document.write( "P = 32 \n" ); document.write( "L = W+6 \n" ); document.write( "Take the known value of L and put it into the initial equation \n" ); document.write( "P = 2L + 2W \n" ); document.write( "32 = 2(W+6) + 2W \n" ); document.write( "32 = 2W + 12 + 2W \n" ); document.write( "32 = 4W + 12 \n" ); document.write( "Subtract 12 from each side \n" ); document.write( "20 = 4W \n" ); document.write( "Divide each side by 4 \n" ); document.write( "5 = W \n" ); document.write( "If the width is 5, then the length is 5+6, or 11 \n" ); document.write( "5+5+11+11=32 \n" ); document.write( " |