document.write( "Question 939257: The perimeter of a rectangle is 30 feet its length is 3 less than twice its width.What is the length and the width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #572588 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! perimeter = 30 feet \n" ); document.write( "let width be x \n" ); document.write( "length = 2x-3 \n" ); document.write( " formula : perimeter = 2(length+width) \n" ); document.write( " 30 = 2((2x-3)+x) \n" ); document.write( " 30 =2( 3x-3) \n" ); document.write( " divide with 2 on both sides \n" ); document.write( " \n" ); document.write( " 15 =3x-3 \n" ); document.write( " add 3 on both sides \n" ); document.write( " 15+3 = 3x-3+3 \n" ); document.write( " 18 = 3x \n" ); document.write( " divide with 3 on both sides \n" ); document.write( " \n" ); document.write( " 6= x \n" ); document.write( "result: width = 6 feet \n" ); document.write( " length = 2*6-3 = 12-3 =9 feet \n" ); document.write( " |