document.write( "Question 473123: The length of a table is 3 m greater than the width. The area is 70 m^2. Find the dimensions of the table \n" ); document.write( "
Algebra.Com's Answer #324410 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! width is x \n" ); document.write( "length is x+3 \n" ); document.write( "area=length*width \n" ); document.write( "70=x(x+3) \n" ); document.write( "70=x^2+3x \n" ); document.write( "0=x^2+3x-70 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "measure can't be negative for length and width so we have to go with + option \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "so width is 7, then length is 7+3=10 \n" ); document.write( " \n" ); document.write( " |