document.write( "Question 1190310: Two poles have wires running from the top of each to the base of the base of the other. If the poles are 8 m and 12 m high, at what height do the wires cross? \n" ); document.write( "
Algebra.Com's Answer #821931 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's say we had these four points \n" ); document.write( "A = (0,0) \n" ); document.write( "B = (0,8) \n" ); document.write( "C = (p,0) \n" ); document.write( "D = (p,12) \n" ); document.write( "I'll make p > 0, but it easily works for negative values of p as well. \n" ); document.write( "The only condition really is that \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Joining points A and B gets segment AB which is the first tower (8 meters)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Joining points C and D gets segment CD which is the second tower (12 meters)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The distance between the base of each tower (A and C) is exactly p units. \n" ); document.write( "It will turn out that the value of p doesn't matter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's find the equation of line BC \n" ); document.write( "m = slope \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( "m = (0-8)/(p-0) \n" ); document.write( "m = -8/p \n" ); document.write( "The y intercept of line BC is b = 8 because of point B on the y axis. \n" ); document.write( "y = mx+b \n" ); document.write( "y = (-8/p)x+8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The equation of line BC is: y = (-8/p)x+8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Through similar steps, the equation of line AD is y = (12/p)x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let point E be the intersection of those two lines. The goal is to find the y coordinate of point E.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Apply substitution to get \n" ); document.write( "y = (-8/p)x+8 \n" ); document.write( "(12/p)x = (-8/p)x+8 \n" ); document.write( "12x = -8x + 8p \n" ); document.write( "12x+8x = 8p \n" ); document.write( "20x = 8p \n" ); document.write( "x = 8p/20 \n" ); document.write( "x = 2p/5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then plug this into either equation for BC or AD \n" ); document.write( "y = (-8/p)*x + 8 \n" ); document.write( "y = (-8/p)*(2p/5) + 8 \n" ); document.write( "y = -16/5 + 8 \n" ); document.write( "y = -16/5 + 40/5 \n" ); document.write( "y = (-16 + 40)/5 \n" ); document.write( "y = 24/5 \n" ); document.write( "y = 4.8 \n" ); document.write( "Or \n" ); document.write( "y = (12/p)*x \n" ); document.write( "y = (12/p)*(2p/5) \n" ); document.write( "y = 24/5 \n" ); document.write( "y = 4.8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Either way we get y = 4.8 as the height of the intersection of the two lines.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In either case, the p variables cancel out. \n" ); document.write( "This means that the horizontal distance between the poles doesn't matter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 4.8 meters (this value is exact). \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |