document.write( "Question 132215: This is a story problem. There are two poles, 10m and 15m high, and 25m apart on level ground. A wire goes from the top of each pole to the bottom of the other pole. How do you find a function that expresses the height of the intersection of the wires in terms of the heights of the two poles? I know how to find the height of the intersection by plotting coordinates and finding the intersection of the 2 lines based on their slopes. The height of the intersecting point is 6m. Can you help me find the function to solve it? \n" ); document.write( "
Algebra.Com's Answer #96726 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are two poles, 10m and 15m high, and 25m apart on level ground. A wire goes from the top of each pole to the bottom of the other pole. How do you find a function that expresses the height of the intersection of the wires in terms of the heights of the two poles? I know how to find the height of the intersection by plotting coordinates and finding the intersection of the 2 lines based on their slopes. The height of the intersecting point is 6m. Can you help me find the function to solve it? \n" ); document.write( "------------------------ \n" ); document.write( "I think you have the right idea. \n" ); document.write( "Let the 10m pole have end points (0,0) and (0,10) \n" ); document.write( "Let the 15m pole have end points (25,0) and (25,15) \n" ); document.write( "------------------ \n" ); document.write( "Find the equation of the line thru (0,0) and (25,15) \n" ); document.write( "y = (15/25x or y = (3/5)x \n" ); document.write( "--------------------------- \n" ); document.write( "Find the equation of the line thru (0,10) and (25,0) \n" ); document.write( "slope = -10/25 = -2/5 \n" ); document.write( "y=intercept is 10 \n" ); document.write( "Equation is y = (-2/5)x+10 \n" ); document.write( "------------------------------ \n" ); document.write( "find the intersection of: \n" ); document.write( "y = (3/5)x and y = (-2/5)x+10 \n" ); document.write( "--------------- \n" ); document.write( "Substitute to solve for \"x\": \n" ); document.write( "3/5 x = -2/5x + 10 \n" ); document.write( "x = 10 \n" ); document.write( "----------- \n" ); document.write( "Substitute to solve for y: \n" ); document.write( "y = (3/5)10 = 6 \n" ); document.write( "--------------------- \n" ); document.write( "Point of intersection is (10,6) \n" ); document.write( "---------------------------------- \n" ); document.write( " \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |