document.write( "Question 444321: The length of a rectangle is 23 centimeters less than six times its width. Its area is 35 square centimeters. Find the dimensions of the rectangle.
\n" );
document.write( "The width is ? cm. \n" );
document.write( "
Algebra.Com's Answer #306319 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! w(6w-23)=35 \n" ); document.write( "6w2-23w-35=0 \n" ); document.write( "(6w+7)(w-5)=0 \n" ); document.write( "w=-7/6 or 5 \n" ); document.write( "Throwing out the negative answer, we get the width to be 5 cm., the length is 7 cm.. \n" ); document.write( " |