document.write( "Question 748615: the side of a square is represented by 2x-3,find the area of the square
\n" );
document.write( " in terms of x.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #455562 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Area of square = length^2 \n" ); document.write( " = (2x - 3)^2 \n" ); document.write( " = 4x^2 - 12x + 9 \n" ); document.write( " \n" ); document.write( " |