document.write( "Question 1168781: Mr mobile legends want to take a table for his friends which has an area of 10 square meters. the length of the table has to 3 meters longer than the width. find the width and length of the table
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #793404 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! Mr mobile legends want to take a table for his friends which has an area of 10 square meters. the length of the table has to 3 meters longer than the width. find the width and length of the table \n" ); document.write( "solution \n" ); document.write( "Let width is x mtrs \n" ); document.write( "length will be x+3 \n" ); document.write( "area=lenghtxwidth \n" ); document.write( "x(x+3)=10 \n" ); document.write( "x^2+3x-10=0 \n" ); document.write( "(x+5)(x-2)=0 \n" ); document.write( "x=-5 or x=2 width can not be negative \n" ); document.write( "so x=2 \n" ); document.write( "length will be 5 mtrs \n" ); document.write( " |