document.write( "Question 531510: The perimeter of a rectangle is 50 centimeters. The length of the rectangle is one more than 3 times the width of the rectangle. What are the dimensions of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #350472 by oberobic(2304) ![]() You can put this solution on YOUR website! P = 50 \n" ); document.write( "P = 2(L+W) \n" ); document.write( "L+W = 25 \n" ); document.write( ". \n" ); document.write( "L = 3W + 1 \n" ); document.write( ". \n" ); document.write( "3W+1 +W = 25 \n" ); document.write( "4W = 24 \n" ); document.write( "W = 6 \n" ); document.write( "L = 3W+1 \n" ); document.write( "L = 19 \n" ); document.write( ". \n" ); document.write( "Answer: Length = 19 cm, Width = 6 cm \n" ); document.write( " |