document.write( "Question 975840: A rectangular floor has an area of 24 square meters. The length of the floor is 2 meters less than twice the width. What is the length and width of the floor \n" ); document.write( "
Algebra.Com's Answer #597517 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be x. \n" ); document.write( "Then the length is (2x-2). \n" ); document.write( "Area=24 square metres \n" ); document.write( "Area=length*width \n" ); document.write( "(2x-2)x=24 \n" ); document.write( "x(x-1)=12 \n" ); document.write( "x^2-x-12=0 \n" ); document.write( "x^2-4x+3x-12=0 \n" ); document.write( "x(x-4)+3(x-4)=0 \n" ); document.write( "(x+3)(x-4)=0 \n" ); document.write( "x=4 \n" ); document.write( "The width of the floor is 4 metres. \n" ); document.write( "The length of the floor is 6 metres. \n" ); document.write( " |