document.write( "Question 365965: What equation should I use? the area of a rectangular room is 26 square meters.
\n" );
document.write( "The long dimension of the room is 5 meters longer than the short dimension. \n" );
document.write( "
Algebra.Com's Answer #260814 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let width be x m \n" ); document.write( "length = x+5 m \n" ); document.write( ".. \n" ); document.write( "Area = L*W \n" ); document.write( "x*(x+5)=26 \n" ); document.write( "x^2+5x=26 \n" ); document.write( "x^2+5x-26=0\r \n" ); document.write( "\n" ); document.write( "use quadratic equation \n" ); document.write( "discriminant = 129 \n" ); document.write( "x1= (-5+sqrt(129))/2 \n" ); document.write( "x1=3.18 \n" ); document.write( "x2 =(-5-sqrt(129))/2 \n" ); document.write( "x2 will be negative so ignore \n" ); document.write( "width = 3.18 \n" ); document.write( "length = 3.18 +5 = 8.18 \n" ); document.write( "... \n" ); document.write( "check \n" ); document.write( "8.18*3.18=26 m^2 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |