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 #167785 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! what is the perimeter and the area of a rectangle with length (x+3) and width 7? \n" ); document.write( "Perimeter: \n" ); document.write( "P = 2(x+3) + 2(7) \n" ); document.write( "P = 2x + 6 + 14 \n" ); document.write( "P = 2x + 20 \n" ); document.write( ": \n" ); document.write( "Area: \n" ); document.write( "A = 7(x+3) \n" ); document.write( "A = 7x + 21 \n" ); document.write( " |