document.write( "Question 1128435: The height of a triangle is 3 inches less than 5 times the length of its base. The area is 34 square inches. Find the length of the base and the height of the triangle. \n" ); document.write( "
Algebra.Com's Answer #744898 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! area(A) of a triangle = (1/2) * base * height \n" ); document.write( ": \n" ); document.write( "let b be the triangle's base, then \n" ); document.write( ": \n" ); document.write( "height = 5b -3 \n" ); document.write( ": \n" ); document.write( "(1/2) * b * (5b-3) = 84 \n" ); document.write( ": \n" ); document.write( "multiply both sies of = by 2 \n" ); document.write( ": \n" ); document.write( "b * (5b-3) = 168 \n" ); document.write( ": \n" ); document.write( "5b^2 -3b = 168 \n" ); document.write( ": \n" ); document.write( "5b^2 -3b -168 = 0 \n" ); document.write( ": \n" ); document.write( "use the quadratic formula \n" ); document.write( ": \n" ); document.write( "x = (-b + or - square root(b^2 - 4 * a * c))/(2*a) \n" ); document.write( ": \n" ); document.write( "b = (-(-3) +square root((-3)^2 -4*5*(-168)))/(2*5) = 6.1043 \n" ); document.write( ": \n" ); document.write( "b = (-(-3) -square root((-3)^2 -4*5*(-168)))/(2*5) = -5.5043 \n" ); document.write( ": \n" ); document.write( "we reject the negative value for the base \n" ); document.write( ": \n" ); document.write( "************************************************************* \n" ); document.write( "base is approximately 6.1 inches and height is 27.5 inches \n" ); document.write( ": \n" ); document.write( "(1/2) * 6.1 * 27.5 = 83.875 is approximately 84 square inches \n" ); document.write( ": \n" ); document.write( "answer checks \n" ); document.write( "************************************************************* \n" ); document.write( ": \n" ); document.write( " |