document.write( "Question 360710: if the height and area of a triangle increase by 20% and 8%respectively , find the % change in the base of the triangle? \n" ); document.write( "
Algebra.Com's Answer #257411 by Alan3354(69443) You can put this solution on YOUR website! b & h = base and height before the increase \n" ); document.write( "B & H = after \n" ); document.write( "----------- \n" ); document.write( "area = bh/2 \n" ); document.write( "1.08*bh/2 = BH/2 = B*h*1.2/2 \n" ); document.write( "0.54bh = 0.6*h*B \n" ); document.write( "54b = 60B \n" ); document.write( "B = b*(54/60) \n" ); document.write( "B = 0.9b \n" ); document.write( "Change = 10% decrease \n" ); document.write( " \n" ); document.write( " |