document.write( "Question 40204: 58. Geometry. The length of a rectangle is 2 in. more than twice its width. If the perimeter of the rectangle is 34 in., find the dimensions of the rectangle.\r
\n" );
document.write( "\n" );
document.write( "Thank You!!! \n" );
document.write( "
Algebra.Com's Answer #25713 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Width: \n" ); document.write( "Length: \n" ); document.write( "2L + 2W = P \n" ); document.write( "2(2w + 2) + 2(w) = 34 \n" ); document.write( "4w + 4 + 2w = 34 \n" ); document.write( "6w + 4 = 34 \n" ); document.write( "6w = 30 \n" ); document.write( "w = 5 \n" ); document.write( "l = 12 \n" ); document.write( "Area = lw = 5(12) = 60 squared inches \n" ); document.write( " |