document.write( "Question 660510: How to find the Height and Base of a rectangle who has an Area = 32 cm^2 \n" ); document.write( "
Algebra.Com's Answer #411216 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "A = bh \n" ); document.write( "b = x + 2 \n" ); document.write( "h = x - 2\r \n" ); document.write( "\n" ); document.write( "32 = (x+2)(x-2) \n" ); document.write( "32 = x^2 - 4 \n" ); document.write( "x^2 = 32 + 4 \n" ); document.write( "x^2 = 36 \n" ); document.write( "x = 6\r \n" ); document.write( "\n" ); document.write( "b = 6+2 = 8 \n" ); document.write( "h = 6-2 = 4 \n" ); document.write( " |