document.write( "Question 224625: what is the perimeter and the area of a rectangle with length (x+3) and width 7?\r
\n" );
document.write( "\n" );
document.write( "I have tried to do this but the x is confusing me .. like for the perimeter would it be x + 20 .. or 20x?. \n" );
document.write( "
Algebra.Com's Answer #167786 by mestrydilip(13)![]() ![]() You can put this solution on YOUR website! Length = x+3\r \n" ); document.write( "\n" ); document.write( "Width = 7\r \n" ); document.write( "\n" ); document.write( "Perimeter of a rectangle = 2*Length + 2*Width\r \n" ); document.write( "\n" ); document.write( "Perimeter = 2(x+3) + 2*7\r \n" ); document.write( "\n" ); document.write( "Perimeter = 2x+6+14 = 2x+20\r \n" ); document.write( "\n" ); document.write( "Area = Length * Width = (x+3)*7 = 7x+21\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |