document.write( "Question 33039: Can you please solve this for me? I have to solve this using factoring: \r
\n" );
document.write( "\n" );
document.write( "The length of a rectangle is 6cm less than twice its width. Find the dimensions of the rectangle if its area is 108cm2(squared) \n" );
document.write( "
Algebra.Com's Answer #19457 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! let the width be x \n" ); document.write( "then length=(2x-6)\r \n" ); document.write( "\n" ); document.write( "area is length into breadth\r \n" ); document.write( "\n" ); document.write( "x(2x-6)=108 \n" ); document.write( "2x^2-6x-108=0 \n" ); document.write( "x^2-3x-54=0 \n" ); document.write( "(x-9)(x+6)=0 \n" ); document.write( "x=9,-6\r \n" ); document.write( "\n" ); document.write( "width cannot be negative\r \n" ); document.write( "\n" ); document.write( "hence x=9\r \n" ); document.write( "\n" ); document.write( "length=2x-6=18-6=12 \n" ); document.write( "
|