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 #188071 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "------------------------------ \n" ); document.write( "Original area = 6*5 = 30 cm^2 \n" ); document.write( "--------------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "(6+x)(5+x) = 3*30 \n" ); document.write( "x^2 + 11x + 30 - 90 = 0 \n" ); document.write( "x^2 + 11x - 60 = 0 \n" ); document.write( "------------- \n" ); document.write( "(x+15)(x-4) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 4 cm \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |