document.write( "Question 1145697: the area of a triangle is four times its base. find its area if its height is two more than half its base and its base is in the set {6,8,12} \n" ); document.write( "
Algebra.Com's Answer #767198 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=base \n" ); document.write( "And (x/2)+2=height \n" ); document.write( "A=4x \n" ); document.write( "So 4x=(1/2)x((x+4)/2) \n" ); document.write( "16x=x^2+4x \n" ); document.write( "x^2=12x \n" ); document.write( "x=12 \n" ); document.write( "Area=4*12=48sq units \n" ); document.write( "Hope this helps \n" ); document.write( " |