document.write( "Question 138788: The triangular mainsail on a catamaran has a height 4 feet more than the width of its base. If the area of the sail is 30 square feet, find the height. \n" ); document.write( "
Algebra.Com's Answer #101258 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Start with the formula for the area of a triangle:
\n" ); document.write( "\"A+=+%281%2F2%29bh\" where b = the base and h = the height.
\n" ); document.write( "You know that:
\n" ); document.write( "A = 30 sq.ft.
\n" ); document.write( "h = b+4 or b = h-4
\n" ); document.write( "Find the height,h.
\n" ); document.write( "\"30+=+%281%2F2%29bh\" Substitute b = h-4
\n" ); document.write( "\"30+=+%281%2F2%29%28h-4%29h\" Simplify.
\n" ); document.write( "\"30+=+%281%2F2%29%28h%5E2-4h%29\" Multiply both sides by 2.
\n" ); document.write( "\"60+=+h%5E2-4h\"
\n" ); document.write( "Subtract 60 from both sides.
\n" ); document.write( "\"h%5E2-4h-60+=+0\" Factor.
\n" ); document.write( "\"%28h-10%29%28h%2B6%29+=+0\"
\n" ); document.write( "\"h-10+=+0\" or \"h%2B6+=+0\"
\n" ); document.write( "So, h = 10 or h = -6 Discard the negative solution as the height can only be positive.
\n" ); document.write( "The height of the sail is 10 feet.
\n" ); document.write( "
\n" );