document.write( "Question 331099: The lenght of a rectangle is 6 feet more than twice the width. If the lenght is 24 feet, what is the width? \n" ); document.write( "
Algebra.Com's Answer #237913 by privani(34)![]() ![]() ![]() You can put this solution on YOUR website! length = 6 + 2*width = 24 \n" ); document.write( "2*width = 24 - 6 \n" ); document.write( "width = 18/2 = 9 feet \n" ); document.write( " |