document.write( "Question 447077: The length of a rectangle is one foot less then three times the width. Find the length and width of the area is 30 square feet \n" ); document.write( "
Algebra.Com's Answer #307844 by chriswen(106)![]() ![]() ![]() You can put this solution on YOUR website! Let x ft be the width of the rectangle. \n" ); document.write( "Let 3x-1 ft be the length of the rectangle. \n" ); document.write( "... \n" ); document.write( "l*w=A \n" ); document.write( "(3x-1)(x)=30 \n" ); document.write( "3x^2-x=30 \n" ); document.write( "3x^2-x-30=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x must be positive. \n" ); document.write( "x=3.33 \n" ); document.write( "3x-1=9 \n" ); document.write( "Therefore, the rectangle is 3.33 ft by 9 ft. \n" ); document.write( " |