document.write( "Question 335384: A rectangle has a length of 5 feet and a width of 3 feet. When the length and width are each increased by the same amount, the perimeter is increased by 10 feet. By how much are the length and width increased? \n" ); document.write( "
Algebra.Com's Answer #240416 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 2*5+2*3+10=2(5+x)+2(3+x) \n" ); document.write( "10+6+10=10+2x+6+2x \n" ); document.write( "26=4x+16 \n" ); document.write( "4x=26-16 \n" ); document.write( "2x=10 \n" ); document.write( "x=10/2 \n" ); document.write( "x=5 feet ans. \n" ); document.write( "Proof: \n" ); document.write( "2*5+2*3+10=2(5+5)+2(3+5) \n" ); document.write( "10+6+10=2*10+2*8 \n" ); document.write( "26=10+16 \n" ); document.write( "26=26 \n" ); document.write( " |