document.write( "Question 346142: A portion of a wall is a right triangle with a height that is 3 feet more than its base. If the area of the triangle is 27 square feet, find the base \n" ); document.write( "
Algebra.Com's Answer #248185 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Area of Triangle = 1/2 Base X Height\r \n" ); document.write( "\n" ); document.write( "=> Let Y = the Base \n" ); document.write( "=> Then Height = Y + 3\r \n" ); document.write( "\n" ); document.write( "=> 27 = 1/2 { Y * ( Y + 3) } \n" ); document.write( "=> 27 = 1/2 { Y^2 + 3Y } \n" ); document.write( "=> 54 = Y^2 + 3Y (Both side multiple by 2 to eliminate the faction) \n" ); document.write( "=> 0 = Y^2 + 3Y - 54 \n" ); document.write( "=> 0 = (Y+9)(Y-6) \n" ); document.write( "=> Y = -9 or +6 \n" ); document.write( "=> Since the absolute value of Y has to be more than 0 in order for the Triangle to be real \n" ); document.write( "=> Y = +6 \n" ); document.write( "=> In Co-ordinate Trigonometry, the + and - sign will mean the direction/co-odination of the triangle \n" ); document.write( "=> Then both -9 and +6 can be the answer for the base.\r \n" ); document.write( "\n" ); document.write( "Answer: Base is 6 feet, Height is 9 feet. \n" ); document.write( " \n" ); document.write( " |