document.write( "Question 1010197: The perimeter of a rectangle is 16 feet The length is 3 feet longer than the width. what is the width? \n" ); document.write( "
Algebra.Com's Answer #625676 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Perimeter P = 2L + 2W = 16. \n" ); document.write( "We also have L = W + 3. \n" ); document.write( "Substituting that into the first equation gives us \n" ); document.write( "2(W + 3) + 2W = 16 \n" ); document.write( "2W + 6 + 2W = 16 \n" ); document.write( "4W + 6 = 16 \n" ); document.write( "4W = 10 \n" ); document.write( "W = 2.5 feet \n" ); document.write( "L = 5.5 feet \n" ); document.write( " |