document.write( "Question 217108: The length of a rectangular photo is 2 inches greater than the width. The perimeter is 20 inches. Find the length and width.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #163764 by rfer(16322) ![]() You can put this solution on YOUR website! 2w+2l=P \n" ); document.write( "2x+2(x+2)=20 \n" ); document.write( "2x+2x+4=20 \n" ); document.write( "4x=16 \n" ); document.write( "x=4 in \n" ); document.write( "x+2=6 in \n" ); document.write( " |