document.write( "Question 350616: the length of a rectangle is 6 more yards than the width. If the perimiter is 184 yards, what are the length and width
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #250610 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "*Note: Let x be the width. Then (x+6) is the length. \n" ); document.write( "In general, the Perimeter is 2w + 2l \n" ); document.write( ". \n" ); document.write( "2x + 2(x+6) = 184yds \n" ); document.write( ". \n" ); document.write( "simplify and solve \n" ); document.write( "4x + 12 = 184yds \n" ); document.write( "4x = 172yds \n" ); document.write( ". \n" ); document.write( "x = 43yds (the width) \n" ); document.write( "length is 49yds \n" ); document.write( ". \n" ); document.write( "check your answer \n" ); document.write( "86 + 2*49 = 184 \n" ); document.write( " |