document.write( "Question 662536: the length of a rectangle is one more than double the width. If the perimeter is 32 kilometers, what are the length and width? \n" ); document.write( "
Algebra.Com's Answer #412410 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! l = 2w+1 \n" ); document.write( "p=2(l+w) = 32 \n" ); document.write( "2((2w+1)+w)=32 \n" ); document.write( "4w+2+2w=32 \n" ); document.write( "6w+2=32 \n" ); document.write( "6w=30 \n" ); document.write( "w=5 km \n" ); document.write( "l=2(5)+1=11 km \n" ); document.write( ".......... \n" ); document.write( "Delighted to help. \n" ); document.write( "-Reading Boosters \n" ); document.write( "Wanting for others what we want for ourselves. \n" ); document.write( " |