document.write( "Question 49289This question is from textbook
\n" );
document.write( ": I need help with factoring a polynominal -\r
\n" );
document.write( "\n" );
document.write( " A triangular sail has an area of x^2 + 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( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #32683 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! I need help with factoring a polynominal - \n" ); document.write( "A triangular sail has an area of x^2 + 5x + 6 square meters and a height of x + 3 meters. Find the length of the sail's base. \n" ); document.write( "Thank you! \n" ); document.write( "AREA=BASE*HT/2...HENCE \n" ); document.write( "X^2+5X+6=(X+3)BASE/2 \n" ); document.write( "X^2+3X+2X+6=(X+3)B/2 \n" ); document.write( "X(X+3)+2(X+3)=(X+3)B/2 \n" ); document.write( "(X+3)(X+2)=(X+3)B/2 \n" ); document.write( "(X+2)=B/2 \n" ); document.write( "BASE=2(X+2)=2X+4 \n" ); document.write( " |