document.write( "Question 636561: The base of a triangle is 8 cm less than its height. If the area of the triangle is 42cm^2, find its base and height. \n" ); document.write( "
Algebra.Com's Answer #401096 by shebi123(1)![]() ![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "the height = x \n" ); document.write( "Base = x-8\r \n" ); document.write( "\n" ); document.write( "Formula \n" ); document.write( "Area= 1/2(height *base)\r \n" ); document.write( "\n" ); document.write( "Solution \r \n" ); document.write( "\n" ); document.write( "1/2{x(x-8)}=42 \n" ); document.write( "x(x-8)=84 \n" ); document.write( "x^2-8x-84=0 \n" ); document.write( "x^2 -14x+6x-84=0 \n" ); document.write( "(x+6)(x-14)=0 \n" ); document.write( "x= -6,14\r \n" ); document.write( "\n" ); document.write( "We'll take positive one \n" ); document.write( "Base=x=14cm \n" ); document.write( "Height =x-8=6cm \n" ); document.write( " |