document.write( "Question 1158665: A rectangle’s perimeter and it’s area have the same numerical value. The width of the rectangle is 3 units. What it the length of the rectangle in units?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #781621 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! area is LW=3*L \n" ); document.write( "perimeter is 2L+2W=6+2L \n" ); document.write( "those two are equal, so that 6+2L=3L \n" ); document.write( "L=6 units ANSWER \n" ); document.write( "Perimeter is 18 units 2*6 + 2*3 \n" ); document.write( "Area is 18 units 6*3 \n" ); document.write( " |