document.write( "Question 922680: The length of a rectangle is 5 more than twice the width the perimeter is 130 inches what is the area \n" ); document.write( "
Algebra.Com's Answer #559663 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! 2L + 2W = 130 \n" ); document.write( "L = 2W+5 \n" ); document.write( "2(2W+5) + 2W = 130 \n" ); document.write( "4W+10 + 2W = 130 \n" ); document.write( "6W + 10 = 130 \n" ); document.write( "6W = 120 \n" ); document.write( "W = 20 \n" ); document.write( "If the width is 20, then the length is twice that plus 5, or 45 \n" ); document.write( "L = 45 and W = 20 \n" ); document.write( "area = L*W or 900 \n" ); document.write( " |