document.write( "Question 222375: A right triangle has one leg four times as long as the other. Find a function that models its perimeter P in terms of the length x of the shorter leg. \n" ); document.write( "
Algebra.Com's Answer #166494 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A right triangle has one leg four times as long as the other. Find a function that models its perimeter P in terms of the length x of the shorter leg. \n" ); document.write( "-------------------------------------- \n" ); document.write( "Let shortest leg be \"x\" \n" ); document.write( "2nd leg = 4x \n" ); document.write( "hypotenuse = sqrt(x^2 + (4x)^2) = sqrt(17x^2) = x*sqrt(17) \n" ); document.write( "-------------------------------------------------------------- \n" ); document.write( "Perimeter = x + 4x + x*sqrt(17) \n" ); document.write( "P = (5+sqrt(17)x \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |