document.write( "Question 100039: a rectangle has base length L and width W. if the length is increased by 2 and the width is decreased by 4, a new rectangle is formed.
\n" );
document.write( "a. write an expression for the length of the new rectangle in terms oof L.
\n" );
document.write( "b. write an expression for the width of the new rectangle in terms of W.
\n" );
document.write( "c. find the perimeter and the area of the new rectangle if L= 8 and W = 6 \n" );
document.write( "
Algebra.Com's Answer #72936 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! a rectangle has base length L and width W. if the length is increased by 2 and the width is decreased by 4, a new rectangle is formed. \n" ); document.write( "a. write an expression for the length of the new rectangle in terms oof L. \n" ); document.write( "b. write an expression for the width of the new rectangle in terms of W. \n" ); document.write( "c. find the perimeter and the area of the new rectangle if L= 8 and W = 6\r \n" ); document.write( "\n" ); document.write( "a)L+2 \n" ); document.write( "b)W-4 \n" ); document.write( "c)Length of new rectangular = 8+2=10 \n" ); document.write( "Width of new rectangular = 6-4=2 \n" ); document.write( "perimeter = 2L+2W \n" ); document.write( "10(2)+2(2)=24 \n" ); document.write( "area = LW \n" ); document.write( "area = 10(2)= 20 \n" ); document.write( ":) \n" ); document.write( " |