document.write( "Question 979188: The rectangle is 3x+1 units long and 2x-3 wide find its area \n" ); document.write( "
Algebra.Com's Answer #600481 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "If a rectangle has a length of 3x + 1 \n" ); document.write( "and a width of 2x - 3: \n" ); document.write( "Then its area = length x width \n" ); document.write( "(3x - 1)(2x - 3) \n" ); document.write( "=6x^2 - 9x - 2x + 3 \n" ); document.write( "= 6x^2 - 11x + 3 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |