document.write( "Question 423673: The distance around the rectangle is 38 cenimeters. The length of the rectangle is 3 cenimeters greater than the width. What is the lenght and width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #295459 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Perimeter =38 \n" ); document.write( "Length x+3 \n" ); document.write( "Width =x cm \n" ); document.write( "Perimeter =2((x+3)+x) \n" ); document.write( "Perimeter = 2(2x+3) \n" ); document.write( "38=4x+6 \n" ); document.write( "38-6=4x \n" ); document.write( "32=4x \n" ); document.write( "x=8 cm Width \n" ); document.write( "Length =11 cm \n" ); document.write( " \n" ); document.write( " |