document.write( "Question 463101: The base of a rectangle is (x+2) cm and the height is (x-3) cm. If the area is 24 cm2, find the base and height. \n" ); document.write( "
Algebra.Com's Answer #317338 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Area of rectangle = base x height \n" ); document.write( "Where x+2 = the base \n" ); document.write( " x-3 = the height\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+2)(x-3) = 24 \n" ); document.write( "x^2-x-6-24 = 0 \n" ); document.write( "x^2-x-30 = 0 \n" ); document.write( "(x-6)(x+5) = 0 \n" ); document.write( "When x-6 = 0 \n" ); document.write( "x = 6\r \n" ); document.write( "\n" ); document.write( "x+2 = 6+2 = 8 \n" ); document.write( "x-3 = 6-3 = 3\r \n" ); document.write( "\n" ); document.write( "The base is 8 cm and the height is 3 cm. \n" ); document.write( " \n" ); document.write( " |