document.write( "Question 776020: The length of a rectangle is 1 feet less than twice the width. The perimeter is 73. Find the width. \n" ); document.write( "
Algebra.Com's Answer #473323 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 1 feet less than twice the width. The perimeter is 73. Find the width. \n" ); document.write( "-------------------- \n" ); document.write( "L = 2W - 1 \n" ); document.write( "2L + 2W = 73 \n" ); document.write( "----------- \n" ); document.write( "Sub for L in eqn 2 \n" ); document.write( "2(2W - 1) + 2W = 73 \n" ); document.write( "Can you finish it? \n" ); document.write( " \n" ); document.write( " |