document.write( "Question 841234: The perimeter of a rectangle is 14 ft. If the length of the rectangle is 1 ft less than the width, find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #506818 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! let width =x and lenght = x-1 \n" ); document.write( "perimeter of a rectangle = 14 \n" ); document.write( "2(x +x-1 ) = 14 \n" ); document.write( "2x-1 =7 \n" ); document.write( "x =4\r \n" ); document.write( "\n" ); document.write( "Width = 4 length = 3 \n" ); document.write( "Dimensions of rectangle is 4x3 feets. \n" ); document.write( " |