document.write( "Question 254063: 1.) A farmer wishes to put a diagonal brace on his gate. How long should the brace be if the gate is rectangular, 12 by 5 ft? \r
\n" );
document.write( "\n" );
document.write( "2.) A trunk is 4 x 3 x 2 ft. What is the longest rod that this truck can contain? \n" );
document.write( "
Algebra.Com's Answer #186382 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Both questions rely on the Pythagorean formula: c^2 = a^2 + b^2. \n" ); document.write( ". \n" ); document.write( "The diagonal brace on the gate would be the hypotenuse of a right triangle with a=12 and b=5. \n" ); document.write( "a^2 = 144 \n" ); document.write( "b^2 = 25 \n" ); document.write( "so \n" ); document.write( "c^2 = 169 \n" ); document.write( "By inspection we see that is a perfect square: sqrt(169) = 13. \n" ); document.write( "That means the brace must be 13 ft. \n" ); document.write( ". \n" ); document.write( "The longest rod that can fit in a trunk will fit in three dimensions, for example, from the lower left front corner to the upper right back corner. \n" ); document.write( "The height of the triangle will be one of known dimensions. \n" ); document.write( "We are told 4x3x2, so we have to assume these are length by width by height. \n" ); document.write( "a^2 = height^2 = 2^2 = 4 \n" ); document.write( "The other leg of the triangle the rod defines will be the diagonal of the base of the trunk. \n" ); document.write( "The base of the trunk is a rectangle that is 4x3, so the diagonal will be 5. \n" ); document.write( "b^2 = base^2 = 5^2 = 25 \n" ); document.write( "c^2 = 4 + 25 = 29 \n" ); document.write( "c = sqrt(29) = 5.385 \n" ); document.write( " |