document.write( "Question 959368: A rectangle has a width of w units. If the length is four less than three times the width, find the area AND perimeter of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #586419 by macston(5194)![]() ![]() You can put this solution on YOUR website! W=width; L=length=3W-4; A=area; P=perimeter \n" ); document.write( " \n" ); document.write( "ANSWER 1: Area is \n" ); document.write( " \n" ); document.write( "ANSWER 2: The perimeter is 8(W-1) \n" ); document.write( " |