document.write( "Question 941480: Jim built a rectangular shed with a total floor surface area will be 126 sq.ft if the lenght is 4 feet more than twice it's width what is the width of the dog house. Please help me with this \n" ); document.write( "
Algebra.Com's Answer #573917 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! surface area of rectangular floor = 126 sq fr \n" ); document.write( " let x be the width \n" ); document.write( "length = 2x+4 \n" ); document.write( " area = length * width \n" ); document.write( " 126 =(2x+4)*x \n" ); document.write( " \n" ); document.write( " move 126 to the right \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " x= 7 or -9 \n" ); document.write( "but x represents width. it cannot be negative \n" ); document.write( "hence x= 7 \n" ); document.write( " width (x) = 7 feet \n" ); document.write( " |