document.write( "Question 1003747: Find the dimensions of a rectangle whose length is 2 cm more than twice its width and which has a diagonal of 13 c \n" ); document.write( "
Algebra.Com's Answer #620408 by parassingh(1)![]() ![]() ![]() You can put this solution on YOUR website! Let the length be l and the width be b. \n" ); document.write( "Now, l= 2b +2 is given.\r \n" ); document.write( "\n" ); document.write( "According to pythagoras theorem \n" ); document.write( "(diagonal)^2= l^2 + b^2 \n" ); document.write( "so, 13*13= l*l + b*b; \n" ); document.write( " 169= (2b+2)(2b+2) + b*b; \n" ); document.write( " 169= 4(b+1)(b+1) + b^2; \n" ); document.write( " 169= 4(b^2 + 2b + 1) + b^2; \n" ); document.write( " 169= 5b^2 + 8b + 4; \n" ); document.write( " 5b^2 + 8b - 165 = 0; \n" ); document.write( " 5b^2 + 33b - 25b -165 =0; \n" ); document.write( " b(5b +33) - 5(5b + 33) = 0; \n" ); document.write( " (b - 5)*(5b + 33) = 0; \n" ); document.write( " so, b=5; \n" ); document.write( " l= 2b+2 = 10+2= 12;\r \n" ); document.write( "\n" ); document.write( "so, l=12, b=5; \n" ); document.write( " |