document.write( "Question 832610: A rectangular garden has a length that is 2 more than 3 times the width. \r
\n" );
document.write( "\n" );
document.write( "1.)Find a simplified expression for the area of this rectangular garden.\r
\n" );
document.write( "\n" );
document.write( "2.)Find a simplified expression for the perimeter of this garden. \n" );
document.write( "
Algebra.Com's Answer #502109 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! The area is the length * width (A = L * W) \n" ); document.write( "The perimeter is a fence around (P = 2L + 2W) \n" ); document.write( "The question gives us the following information: \n" ); document.write( "L = 3W + 2 \n" ); document.write( ". \n" ); document.write( "Now that you have a value for L, plug it in to your equations: \n" ); document.write( "A = (3W +2) * W \n" ); document.write( "A = 3W^2 = 2W \n" ); document.write( ". \n" ); document.write( "P = 2(3W+2) + 2W \n" ); document.write( "P = 6W + 4 + 2W \n" ); document.write( "P = 8W + 4 \n" ); document.write( ". \n" ); document.write( "You'll need more information to find the actual area and perimeter, but those equations will help you . \n" ); document.write( " |