document.write( "Question 40104: A square has sides of length 3x - 2cm. Express the area of the square as a polynomial. \n" ); document.write( "
Algebra.Com's Answer #25537 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The area of a square is the side squared...so
\n" ); document.write( "A = s^2
\n" ); document.write( "A = (3x - 2)^2 or
\n" ); document.write( "A = 9x^2 - 12x + 4 cm^2
\n" ); document.write( "
\n" );