document.write( "Question 1127432: The length of a rectangular fence is 5 more than twice the width. The perimeter is 40 feet, find the length \n" ); document.write( "
Algebra.Com's Answer #743833 by 4198181(13)![]() ![]() ![]() You can put this solution on YOUR website! Let a stand for the width and b stand for the length. \n" ); document.write( "The length is 5 more than two times the width, so: \n" ); document.write( "b=2a+5 \n" ); document.write( "and the perimeter is all four sides added together so: \n" ); document.write( "40=2a+2b \n" ); document.write( "use substitution \n" ); document.write( "40=2a+2(2a+5) \n" ); document.write( "40=2a+4a+10 \n" ); document.write( "30=6a \n" ); document.write( "5=a this means that the width is 5 feet, plug this back in to the equation \n" ); document.write( "2(5)+5=15 so the length is 15 feet \n" ); document.write( "Answer: The length of a rectangular fence is 15 feet \n" ); document.write( " |