document.write( "Question 553632: The length of a rectangle is three and one half times the width. If the area of the rectangle is 12m squared, find the width. I already have the answer from the key but would really like to know how to do it correctly. Thank you \n" ); document.write( "
Algebra.Com's Answer #360963 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width = x \n" ); document.write( "length = 3.5 x\r \n" ); document.write( "\n" ); document.write( "Area = 12 m^2\r \n" ); document.write( "\n" ); document.write( "Area = L*W\r \n" ); document.write( "\n" ); document.write( "12=x*3.5x \n" ); document.write( "12=3.5x^2 \n" ); document.write( "3.4285=x^2 \n" ); document.write( "x= 1.85\r \n" ); document.write( "\n" ); document.write( "width 1.85 \n" ); document.write( "length = 3x = 6.47 \n" ); document.write( " \n" ); document.write( " |