document.write( "Question 537198: \"A rectangular plot of ground measures 48 meters by 20 meters. The owner plans to put a diagonal walk from one corner to the opposite corner. How long will the walk be?\"
\n" );
document.write( "This question is confusing me because I don't understand how to find the middle! \n" );
document.write( "
Algebra.Com's Answer #352755 by lmeeks54(111)![]() ![]() You can put this solution on YOUR website! You don't have to find the middle. The problem is a tricky way to get you to think about right triangles. A rectangle has 4 equal angles of 90 degrees each and normally two equal length long sides and two equal length short sides. If you slice that rectangle from corner to corner with a diagonal line, you end up with two right triangles facing each other. \n" ); document.write( "... \n" ); document.write( "The Pythagorean Theorem states that for a right triangle, the formula linking the lengths of the sides is given by: \n" ); document.write( "c^2 = a^2 + b^2 where c = the hypotenuse (the diagonal walk for your problem) and a and b are the short and long sides of the rectangle (also called the base and height of the right triangle). \n" ); document.write( "... \n" ); document.write( "You are given: \n" ); document.write( "a = 48 meters \n" ); document.write( "b = 20 meters \n" ); document.write( "we just need to solve for c now: \n" ); document.write( "... \n" ); document.write( "c^2 = a^2 + b^2 can be simplified by taking the sqrt of both sides: \n" ); document.write( "c = sqrt(a^2 + b^2) \n" ); document.write( "... \n" ); document.write( "Just substitute in the values for a and b given above and solve for c: \n" ); document.write( "c = sqrt(48^2 + 20^2) \n" ); document.write( "c = sqrt(2304 + 400) \n" ); document.write( "c = 52 meters is the length of your diagonal sidewalk... \n" ); document.write( "... \n" ); document.write( "cheers, \n" ); document.write( "Lee \n" ); document.write( " |