document.write( "Question 361016: The length of a rectangle is 3 times the width. If the width were increased by 3 meters while the length remained the same, the new rectangle would have an area of 30 sq meters. Find the length and width of the original rectangle. \n" ); document.write( "
Algebra.Com's Answer #257555 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 3 times the width. If the width were increased by 3 meters while the length remained the same, the new rectangle would have an area of 30 sq meters. Find the length and width of the original rectangle. \n" ); document.write( "... \n" ); document.write( "let width be w \n" ); document.write( "length = 3w \n" ); document.write( "... \n" ); document.write( "width w+3 \n" ); document.write( "length 3w \n" ); document.write( "3w(w+3)=30 \n" ); document.write( "3w^2+9w-30=0 \n" ); document.write( "w^2+3w-10=0 \n" ); document.write( "(w+5)(w-2)=0 \n" ); document.write( "w=2 m the width \n" ); document.write( "length = 3w= 6 m \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " \n" ); document.write( " |