document.write( "Question 264277: the height of a triangle is 2cm shorter than its base. The area is 17.5 cm^2. find the base of the triangle \n" ); document.write( "
Algebra.Com's Answer #194637 by mananth(16946)![]() ![]() You can put this solution on YOUR website! the height of a triangle is 2cm shorter than its base. The area is 17.5 cm^2. find the base of the triangle\r \n" ); document.write( "\n" ); document.write( "let the base be x\r \n" ); document.write( "\n" ); document.write( "height = x-2\r \n" ); document.write( "\n" ); document.write( "Area= 1/2 * x * (x-2)\r \n" ); document.write( "\n" ); document.write( "= x^2-2x /2 = = 35\r \n" ); document.write( "\n" ); document.write( "x^2-2x-35=0\r \n" ); document.write( "\n" ); document.write( "x^2-7x+2x-35=0 \n" ); document.write( "x(x-7) +2(x-7)=0 \n" ); document.write( "x+2)(x-7)=0\r \n" ); document.write( "\n" ); document.write( "x=7 base \n" ); document.write( " |