document.write( "Question 988263: A rectangle of area 350 square feet is 14 times as wide as it is long. Find its length and width \n" ); document.write( "
Algebra.Com's Answer #608837 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the length = 'x' \n" ); document.write( "Width = 14x \n" ); document.write( "Area of rectangle = length x width \n" ); document.write( "350 = x(14x) \n" ); document.write( "14x^2 = 350 \n" ); document.write( "x^2 = 25 \n" ); document.write( "x = 5ft \n" ); document.write( "Width = 14(5) = 70ft \n" ); document.write( "Length = 5ft \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |