document.write( "Question 366742: The length of a rectangle is 6 feet more than twice the width. If the length is 24 feet, what is the width? \n" ); document.write( "
Algebra.Com's Answer #261399 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let width be x feet \n" ); document.write( "length = 2x+6 \n" ); document.write( "... \n" ); document.write( "but length = 24 \n" ); document.write( ".. \n" ); document.write( "2x+6 =24 \n" ); document.write( "-6 \n" ); document.write( "2x+6-6 = 24-6 \n" ); document.write( "2x=18 \n" ); document.write( "/2 \n" ); document.write( "x=9 the width \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |