document.write( "Question 39293: a. Find the area of a rectangle with sides 2x-7 and x+14
\n" ); document.write( "b. A rectangle has sides (x+9) and (2x+15). Find x if its perimeter is to be 300 units.
\n" ); document.write( "

Algebra.Com's Answer #24752 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
a) A = LW = (2x-7)(x+14) = 2x^2 + 28x - 7x - 98 =
\n" ); document.write( "2x^2 + 21x - 98
\n" ); document.write( "b) P = 2L + 2W and so plugging in we get
\n" ); document.write( "P = 300 = 2(x+9) + 2(2x+15)
\n" ); document.write( "300 = 2x + 18 + 4x + 30
\n" ); document.write( "300 = 6x + 48
\n" ); document.write( "6x = 252
\n" ); document.write( "x = 42
\n" ); document.write( "
\n" );