document.write( "Question 871359: Translate to a quadratic equation, then solve using the quadratic formula.\r
\n" );
document.write( "\n" );
document.write( "The length of a rectangular air filter is 3 inches less than twice the width. Find the length and the width of the filter if the area is 665 square inches.\r
\n" );
document.write( "\n" );
document.write( "What are the length and the width?? \n" );
document.write( "
Algebra.Com's Answer #525489 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width = w \n" ); document.write( "length = 2w-3\r \n" ); document.write( "\n" ); document.write( "Area =l*w\r \n" ); document.write( "\n" ); document.write( "w(2w-3)=665\r \n" ); document.write( "\n" ); document.write( "2w^2-3w-665=0\r \n" ); document.write( "\n" ); document.write( "2w62-38W+35w-665=0\r \n" ); document.write( "\n" ); document.write( "2w(w-19)+35(w-19)=0\r \n" ); document.write( "\n" ); document.write( "(w-19)(2w+35)=0\r \n" ); document.write( "\n" ); document.write( "w=19 OR -35/2\r \n" ); document.write( "\n" ); document.write( "ignore negative\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "width = 19 inches \n" ); document.write( "length = 2*19-3 \n" ); document.write( "=35 inches \n" ); document.write( " |