document.write( "Question 750894: A hallway has a area of 63 square feet. The length of the hallway is 7 times longer than the width. What is the length of the hallway. \n" ); document.write( "
Algebra.Com's Answer #457332 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Width = x \n" ); document.write( "Length = 7x\r \n" ); document.write( "\n" ); document.write( "Area = x(7x) = 7x^2 \n" ); document.write( " \n" ); document.write( "7x^2 = 63 \n" ); document.write( "x^2 = 9 \n" ); document.write( " x = 3\r \n" ); document.write( "\n" ); document.write( "Width = 3 ft \n" ); document.write( "Length = 21 ft \n" ); document.write( " |