document.write( "Question 40996: Area of a sail. A triangular saile has an area of x squared + 5x + 6 square meters and a height of x +3 meters. Find the length of the sail's base.\r
\n" ); document.write( "\n" ); document.write( "I tried this and got 2x+4 = base
\n" ); document.write( "because A+1/2bh
\n" ); document.write( "

Algebra.Com's Answer #26526 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
You are correct:\r
\n" ); document.write( "\n" ); document.write( "Area of the triangular sail is:
\n" ); document.write( "\"A+=+bh%2F2\"\r
\n" ); document.write( "\n" ); document.write( "A is given as: \"x%5E2%2B5x%2B6\" and h is given as: \"x%2B3\", making the appropriate substitutions, you get:\r
\n" ); document.write( "\n" ); document.write( "\"x%5E2%2B5x%2B6+=+b%28x%2B3%29%2F2\" Solving this for b, you get:
\n" ); document.write( "\"b+=+%282x%5E2%2B10x%2B12%29%2F%28x%2B3%29\" You can simplify this by dividing or by factoring & canceling...the latter is easier.\r
\n" ); document.write( "\n" ); document.write( "\"b+=+%282x%2B4%29%28x%2B3%29%2F%28x%2B3%29\" Cancel the (x+3)'s
\n" ); document.write( "\"b+=+2x%2B4\" which is exactly what you got!
\n" ); document.write( "
\n" );