document.write( "Question 470809: Base of a Triangle is 3feet more than 3 times its height. If the area is 30feet, find the height and base of the triangle. I''m trying to understand this question but don't get the formulas, and the 3time its height part is really confusing me. please help. \n" ); document.write( "
Algebra.Com's Answer #322937 by mananth(16946)![]() ![]() You can put this solution on YOUR website! height = x \n" ); document.write( "base = 3x+3 \n" ); document.write( "Area = 30 ft^2 \n" ); document.write( "Area of triangle = 1/2 * base * height\r \n" ); document.write( "\n" ); document.write( "30=1/2 *x*(3x+3)\r \n" ); document.write( "\n" ); document.write( "multiply by 2\r \n" ); document.write( "\n" ); document.write( "60= 3x^2+3x\r \n" ); document.write( "\n" ); document.write( "3x^2 +3x-60=0 \n" ); document.write( "/3 \n" ); document.write( "x^2+x-20=0 \n" ); document.write( "x^2+5x-4x-20 \n" ); document.write( "x(x+4)-4(x+5)=0 \n" ); document.write( "(x+5)(x-4)=0 \n" ); document.write( "x=4 OR -5 ignore negative value \n" ); document.write( "height = 4 feet \n" ); document.write( "base = 4*3+3=15 feet\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |