document.write( "Question 255837: A rectangle is 6cm long and 5 cm wide. When each dimension is increased by x cm, the area is tripled. Find the value of x. \n" ); document.write( "
Algebra.Com's Answer #188073 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! Initially 6 x 5 = 30 sq cm \n" ); document.write( "In the new case (x + 6)(x + 5)=90 \n" ); document.write( "x^2 + 11x + 30 = 90 or \n" ); document.write( "x^2 + 11x - 60 = 0 \n" ); document.write( "(x - 4)(x + 15) = 0 \n" ); document.write( "x = 4 or -15 \n" ); document.write( "The number must be positive, so x=4 \n" ); document.write( "this gives 10 and 9 cm which give an area of 90 cm sq \n" ); document.write( " \n" ); document.write( " |