document.write( "Question 1102558: The area of a rectangular wall of a barn is 126 feet.Its length is 4 feet longer than twice its width. Find the length and width of the wall of the barn \n" ); document.write( "
Algebra.Com's Answer #717268 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! The area of a rectangular wall of a barn is 126 feet.Its length is 4 feet longer than twice its width. Find the length and width of the wall of the barn \n" ); document.write( "===================================\r \n" ); document.write( "\n" ); document.write( "126 ft is not a valid representation of area. 126 square feet (sq ft or ft^2) maybe.\r \n" ); document.write( "\n" ); document.write( "Area = Length * Width \n" ); document.write( "126 sq ft = (2W+4)(W)\r \n" ); document.write( "\n" ); document.write( "2W^2 + 4W - 126 = 0 \n" ); document.write( " W^2 + 2W - 63 = 0 \n" ); document.write( " (W-7)(W+9) = 0 \n" ); document.write( " \n" ); document.write( "W = 7 or W = -9 (discard -9 as Width must be > 0)\r \n" ); document.write( "\n" ); document.write( "W = 7 —> L = 2(7)+4 = 18 \n" ); document.write( "=== \n" ); document.write( "Ans: Width is 7ft, Length is 18ft \n" ); document.write( "=== \n" ); document.write( "Check (always a good idea, especially for me): 7ft*18ft = 126ft^2 (ok) \n" ); document.write( "Also, 18 = 2*7 + 4 = 14+4 (ok) \n" ); document.write( " \n" ); document.write( " |