document.write( "Question 300684: the area of a right triangular rug is 12 squar feet. the length of the rug is 2 feet more then the width of the rug. what is the width od the right triangular rug? \n" ); document.write( "
Algebra.Com's Answer #215695 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the width of the rug be x feet\r
\n" ); document.write( "\n" ); document.write( "the length will be x+2\r
\n" ); document.write( "\n" ); document.write( "Area of triangle = 1/2 * side1 * side2 since it is right angled\r
\n" ); document.write( "\n" ); document.write( "12= 1/2 x(x+2)\r
\n" ); document.write( "\n" ); document.write( "24 = x^2 +2x\r
\n" ); document.write( "\n" ); document.write( "x^2 +2x-24 = 0\r
\n" ); document.write( "\n" ); document.write( "x^2+6x-4x-24 =0\r
\n" ); document.write( "\n" ); document.write( "x(x+6)-4(x+6)=0\r
\n" ); document.write( "\n" ); document.write( "(x+6)(x-4) =0\r
\n" ); document.write( "\n" ); document.write( "x=-6 or x=4\r
\n" ); document.write( "\n" ); document.write( "4feet is the width of the rug\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );