document.write( "Question 948922: Find the length of a rectangular lot with a perimeter of 94 meters if the length is 5 meters more than the width. Remember P=2L+2W
\n" );
document.write( "
\n" );
document.write( " L=21m
\n" );
document.write( " L=26m
\n" );
document.write( " L=47m
\n" );
document.write( " L=52m
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #579200 by Zucchini(70)![]() ![]() ![]() You can put this solution on YOUR website! Width: x \n" ); document.write( "Length: 5 + x\r \n" ); document.write( "\n" ); document.write( "Now, plug in and solve:\r \n" ); document.write( "\n" ); document.write( "94 = 2(5+x) + 2(x) \n" ); document.write( "94 = 10 + 2x + 2x \n" ); document.write( "94 = 10 + 4x \n" ); document.write( "84 = 4x \n" ); document.write( "21 = x\r \n" ); document.write( "\n" ); document.write( "Width: 21m \n" ); document.write( "Length: 26m\r \n" ); document.write( "\n" ); document.write( "So, the second one from your choices. \n" ); document.write( " |