document.write( "Question 760422: if the length of a table is 5 times greater than the width. the area is 104m^2 find the dimensions of the table \n" ); document.write( "
Algebra.Com's Answer #462669 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Width = x \n" ); document.write( "Length = 5x \n" ); document.write( "Area = Length * width \n" ); document.write( "104 = 5x * x \n" ); document.write( "104 = 5x^2 \n" ); document.write( "x^2 = 104/5 \n" ); document.write( " x^2 = 20.8 \n" ); document.write( " x = \n" ); document.write( "x = 4.6m \n" ); document.write( "Width = 4.6m \n" ); document.write( "Length = 23m \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |