document.write( "Question 1102: I have a box with a square top. The front face of the box has an area of A=x^3-2x^2-2x-3. The height of the box is h = x^2 + x + 1. Find a formula for the rea of the top square in terms of x. \n" ); document.write( "
Algebra.Com's Answer #339 by khwang(438) ![]() You can put this solution on YOUR website! Let the length of the top square be L. \n" ); document.write( " Note that the area of the front face \n" ); document.write( " By factorization, we have \n" ); document.write( " A = h * L = x^3-2x^2-2x-3 = (x^2 + x + 1) (x-3)= L * (x-3) \n" ); document.write( " So,L = x-3, and the area of the top square =L^2 = (x -3)^2 \n" ); document.write( " |