document.write( "Question 363730: The length of a rectangle is more than twice its width, and the area of the rectangle is . Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #259522 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! The dimensions of the rectangle can be computed if area of rectangle is given.\r \n" ); document.write( "\n" ); document.write( "Let x = width of rectangle \n" ); document.write( " 2x = length of rectangle\r \n" ); document.write( "\n" ); document.write( " A = area of rectangle\r \n" ); document.write( "\n" ); document.write( " A = x * 2x \n" ); document.write( " = 2x ^2 \n" ); document.write( " \n" ); document.write( "2x^2 = A \n" ); document.write( " x^2 = A/2 \n" ); document.write( " x = A^(1/2) / 2^(1/2) \n" ); document.write( " 2x = 2A^(1/2) / 2^(1/2) \n" ); document.write( " \n" ); document.write( " |