document.write( "Question 414282: The base of a triangular sail is 15m shorter than its height.The area is 92m^2. Find the base and height of the sail. \n" ); document.write( "
Algebra.Com's Answer #290558 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "let height = x m ,base = x -15 \r
\n" ); document.write( "\n" ); document.write( "1/2 * x * (x-15) = 92 \r
\n" ); document.write( "\n" ); document.write( "=> x(x-15) = 184\r
\n" ); document.write( "\n" ); document.write( "=> x^2 - 15x -184 =0\r
\n" ); document.write( "\n" ); document.write( "=> x^2 -23x + 8x -184 =0\r
\n" ); document.write( "\n" ); document.write( "=> (x-23)(x+8) = 0\r
\n" ); document.write( "\n" ); document.write( "so, x =23\r
\n" ); document.write( "\n" ); document.write( "height = 23 , base = 8 m\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );