document.write( "Question 1031819: The length of a particular rectangle is 8 inches more than 2 times its width. A new rectangle is formed by tripling the width. The area is 30 square inches more than the area of original rectangle. Find the dimensions of the original rectangle. \n" ); document.write( "
Algebra.Com's Answer #853861 by ikleyn(53618)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The length of a particular rectangle is 8 inches more than 2 times its width. A new rectangle is formed by tripling
\n" ); document.write( "the width. The area is 30 square inches more than the area of original rectangle. Find the dimensions of the original
\n" ); document.write( "rectangle.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The solution in the post by @mananth is incorrect due to an arithmetic error on the way.
\n" ); document.write( "I came to bring a correct solution.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "let width be x\r\n" );
document.write( "\r\n" );
document.write( "length will be 2x+8\r\n" );
document.write( "\r\n" );
document.write( "Area = x(2x+8)\r\n" );
document.write( "\r\n" );
document.write( "A new rectangle is formed by tripling the width.\r\n" );
document.write( "\r\n" );
document.write( "new width = 3x\r\n" );
document.write( "\r\n" );
document.write( "length = 2x+8\r\n" );
document.write( "\r\n" );
document.write( "Area = 3x(2x+8)\r\n" );
document.write( "\r\n" );
document.write( "The area is 30 square inches more than the area of original rectangle.\r\n" );
document.write( "\r\n" );
document.write( "3x(2x+8) -x(2x+8)=30\r\n" );
document.write( "\r\n" );
document.write( "2x(2x+8) = 30\r\n" );
document.write( "\r\n" );
document.write( "4x^2 + 16x - 30 = 0\r\n" );
document.write( "\r\n" );
document.write( "2x^2 +  8x - 15 = 0\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"x%5B1%2C2%5D\" = \"-2+%2B-+sqrt%2846%29%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Taking positive value width = \"-2+%2B+sqrt%2846%29%2F2\" = 1.39116 inches, approximately.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Length = 2x+8 = 2*1.39116+8 = 10.78232 inches, approximately.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );