document.write( "Question 1096791: The length of a rectangular air filter is 3 inches less than twice the width. Find the length and width of the filter if the area is 299 square inches \n" ); document.write( "
| Algebra.Com's Answer #711240 by jorel1380(3719)     You can put this solution on YOUR website! Let w be the width of the air filter, and 2w-3 be its' length. Then: \n" ); document.write( "w(2w-3)=299 \n" ); document.write( "2w²-3w-299=0 \n" ); document.write( "(2w+23)(w-13)=0 \n" ); document.write( "w=13 or -11.5 \n" ); document.write( "Using the positive value, we get 13\" as the width of the filter, and 23\" as the length \n" ); document.write( "☺☺☺☺ \n" ); document.write( " |