document.write( "Question 318352: The width of a rectangle is 9 inches less than 2 times the length. If x represents the length, write an algebraic expression in terms of x that represents the area of the rectangle. Simplify the expression. \n" ); document.write( "
Algebra.Com's Answer #227845 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! length = x\r \n" ); document.write( "\n" ); document.write( "width = 2x - 9\r \n" ); document.write( "\n" ); document.write( "Let A = area of rectangle\r \n" ); document.write( "\n" ); document.write( "A = x(2x - 9)\r \n" ); document.write( "\n" ); document.write( "Done! \n" ); document.write( " |