document.write( "Question 1407: Model each problem with a quadratic equation. Then Solve.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The area of a triangular sail on a sailboat is 300ft squared. The ratioof the base of the sail to its height is 2:3. Find the dimensions of the sail.
\n" ); document.write( "

Algebra.Com's Answer #453 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
Let the height of the sail is x,
\n" ); document.write( " since base : = 2:3, so base = 2x/3,
\n" ); document.write( " Area = 1/2* base * height = 1/2* (2x/3) * x = x^2/3 = 300,
\n" ); document.write( " so x^2 = 900, x = 30 ft
\n" ); document.write( "and base = 2/3* 30 = 20 ft
\n" ); document.write( "
\n" );