document.write( "Question 46584This question is from textbook
\n" );
document.write( ": The length of a rectangle is 2 in. more than twice its width. If the perimeter of the rectangle is 34in., find the dimensions of the rectangle. \n" );
document.write( "
Algebra.Com's Answer #30861 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! lenght = 2w + 2 \n" ); document.write( "width = w \n" ); document.write( "Perimeter = 2l + 2w \n" ); document.write( "34 = 4w + 4 + 2w \n" ); document.write( "30 = 6w \n" ); document.write( "5 = w \n" ); document.write( " |