document.write( "Question 694541: The altitude of a triangle is 2 metres longer than its base what are the dimensions of the altitude and the base if the area of the triangle is 40 metres squared.\r
\n" );
document.write( "\n" );
document.write( "can you please help me I don't understand this. Thanks in advance :) \n" );
document.write( "
Algebra.Com's Answer #428091 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Area of triangle = (1/2) *base * altitude\r \n" ); document.write( "\n" ); document.write( "let base be x m \n" ); document.write( "altitude = (x+2) m\r \n" ); document.write( "\n" ); document.write( "Area = (1/2) *x*(x+2)\r \n" ); document.write( "\n" ); document.write( "40= (1/2) *x^2+2x \n" ); document.write( "80=x^2+2x\r \n" ); document.write( "\n" ); document.write( "x^2+2x-80=0\r \n" ); document.write( "\n" ); document.write( "x^2+10x-8x-80=0\r \n" ); document.write( "\n" ); document.write( "x(x+10)-8(x+10)=0 \n" ); document.write( "(x+10)(x-8)=0 \n" ); document.write( "x=-10, OR 8\r \n" ); document.write( "\n" ); document.write( "length cannot be negative \n" ); document.write( "so base = 8m \n" ); document.write( "Altitude = 8+2 = 10 m \n" ); document.write( " |