document.write( "Question 62545: FROM A SQUARE PIECE OF CARDBOARD WITH WIDTH x INCHES, A SQUARE OF WIDTH x-3 INCHES IS REMOVED FROM THE CENTER. WHAT IS THE AREA OF THE REMAINING PIECE AS A FUNCTION OF x. \n" ); document.write( "
Algebra.Com's Answer #43317 by uma(370)![]() ![]() ![]() You can put this solution on YOUR website! Width of the square piece of cardboard = x inches\r \n" ); document.write( "\n" ); document.write( "Area of the square piece = width x width \n" ); document.write( " = x^2 sq inches\r \n" ); document.write( "\n" ); document.write( "Width of the removed square = x-3 inches. \n" ); document.write( "Area of the removed square = (x-3)^2 sq inches\r \n" ); document.write( "\n" ); document.write( "Area of the remaining piece = x^2 - (x-3)^2\r \n" ); document.write( "\n" ); document.write( "==> = x^2 - (x^2 -6x + 9) [expand (x-3)^2] \n" ); document.write( " = x^2 - x^2 + 6x - 9 \n" ); document.write( " = 6x - 9\r \n" ); document.write( "\n" ); document.write( "Area of the remaining piece as a function of x = 6x - 9\r \n" ); document.write( "\n" ); document.write( "Good Luck!!! \n" ); document.write( " |