document.write( "Question 169864: Area of a sail. The area in square meters for a triangular sail is given by A(x) = x^2 + 5x + 6.\r
\n" );
document.write( "\n" );
document.write( "a) Find A(5).\r
\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?\r
\n" );
document.write( "\n" );
document.write( "Can someone please help me with this problem. Thank you\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #125274 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Area of a sail. The area in square meters for a triangular sail is given by A(x) = x^2 + 5x + 6. \n" ); document.write( "a) Find A(5). \n" ); document.write( "A(5) = 5^2 + 5*5 + 6 = 56 m^2 \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( "Area = (1/2)base*height \n" ); document.write( "A = (1/2)b*(x+3) \n" ); document.write( "2A = b(x+3) \n" ); document.write( "base = 2A/(x+3) \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |