document.write( "Question 321131: Area of a sail. The area in square meters for a triangular
\n" );
document.write( "sail is given by A(x) = x2 + 5x + 6.
\n" );
document.write( "a) Find A(5).
\n" );
document.write( "b) If the height of the sail is x + 3 meters, then what is
\n" );
document.write( "the length of the base of the sail? \n" );
document.write( "
Algebra.Com's Answer #229980 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Area of a sail. The area in square meters for a triangular \n" ); document.write( "sail is given by A(x) = x2 + 5x + 6. \n" ); document.write( "a) Find A(5) \n" ); document.write( "Plug into formula: \n" ); document.write( "A(x) = x^2 + 5x + 6 \n" ); document.write( "A(5) = 5^2 + 5(5) + 6 \n" ); document.write( "A(5) = 25 + 25 + 6 \n" ); document.write( "A(5) = 56 square meters \n" ); document.write( ". \n" ); document.write( "b) If the height of the sail is x + 3 meters, then what is \n" ); document.write( "the length of the base of the sail? \n" ); document.write( "Since the sail is triangular, the area is: \n" ); document.write( "area=(1/2)bh \n" ); document.write( "x^2+5x+6 = (1/2)b(x+3) \n" ); document.write( "2x^2+10x+12 = b(x+3) \n" ); document.write( "(2x^2+10x+12)/(x+3) = b (base)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |