document.write( "Question 346436: How do I solve for x when the area of the rectangle is 30 and the length is 3x+1 and the width is x? \n" ); document.write( "
Algebra.Com's Answer #247706 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Area of rectangle = L*W \n" ); document.write( "30=(3x+1)*x \n" ); document.write( "30=3x^2+x \n" ); document.write( "3x^2+x-30=0 \n" ); document.write( "3x^2+10x-9x-90=0 \n" ); document.write( "3x(x+10)-9(x+10)=0 \n" ); document.write( "(x+10)(3x-9)=0 \n" ); document.write( "3(x+10)(x-3)=0 \n" ); document.write( "x=3 \n" ); document.write( " |