document.write( "Question 747735: The longer leg of a right triangle is 2 cm more than twice the shorter leg. Find the measure of each leg of the triangle with the smallest possible area. \r
\n" );
document.write( "\n" );
document.write( "Please help me to answer. Thanks. \n" );
document.write( "
Algebra.Com's Answer #455132 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We are given\r \n" ); document.write( "\n" ); document.write( "The longer leg of a right triangle is 2 cm more than twice the shorter leg. Find the measure of each leg of the triangle with the smallest possible area.\r \n" ); document.write( "\n" ); document.write( "Area = 1/2 * base * height\r \n" ); document.write( "\n" ); document.write( "let x be the shorter leg and 2x+2 is the longer leg\r \n" ); document.write( "\n" ); document.write( "then Area = 1/2*x*2(x+1) = x^2+x\r \n" ); document.write( "\n" ); document.write( "Assuming values of x are whole numbers, then\r \n" ); document.write( "\n" ); document.write( "if x = 1cm, then Area = 2cm^2 and the longer leg is 4cm\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |