document.write( "Question 951278: The length of a rectangle is 2 feet more than 5 times the width. If the area is 51 square feet, find the width and the length. \n" ); document.write( "
Algebra.Com's Answer #580923 by sophxmai(62)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 2 feet more than 5 times the width. If the area is 51 square feet, find the width and the length.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Area of a rectangle is the length times the width.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let width=x \n" ); document.write( "If the length is 2 feet more than 5 times the width, then let length=5x+2 \n" ); document.write( "From the question, the area=51\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A=wl \n" ); document.write( "A=x(5x+2) \n" ); document.write( "51=x(5x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now solve for x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "51=x(5x+2) \n" ); document.write( "51=5x^2+2x \n" ); document.write( "0=5x^2+2x-51 \n" ); document.write( "0=(5x+17)(x-3) \n" ); document.write( "x=-17/5, x=3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the width of a rectangle can't be negative, we can disregard that solution and thus x, the width=3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and if the length is 2 more than 5 times the width, the length would be 17 \n" ); document.write( " |