document.write( "Question 939392: the length of rectangle is 1cm less than twice the width. the perimeter is 28cm. find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #572388 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! let x be the width of rectangle\r \n" ); document.write( "\n" ); document.write( "the length of rectangle is 1cm less than twice the width \n" ); document.write( " length = 2*x-1 \n" ); document.write( "perimeter = 28 \n" ); document.write( " formula: perimeter = 2(length+width) \n" ); document.write( " 28 = 2((2x-1)+x) \n" ); document.write( " 28 = 2(2x-1+x) \n" ); document.write( " 28 = 2(3x-1) \n" ); document.write( " divide with 2 on both sides \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " add 1 on both sides \n" ); document.write( " 14+1 = 3x-1+1 \n" ); document.write( " 15 = 3x \n" ); document.write( " divide with 3 on both sides \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " width = 5 cm \n" ); document.write( "length = 2*5 -1 \n" ); document.write( " = 10-1 \n" ); document.write( " = 9 cm \n" ); document.write( " Length = 9 cm \n" ); document.write( "Result : Dimensions: length = 9 cm & width = 5 cm \n" ); document.write( " |