document.write( "Question 1170834:  The angle between the coastline and
\n" );
document.write( "Johnson’s boat at the first lighthouse is 43°
\n" );
document.write( "From the second lighthouse, the angle between the coastline and Johnson’s boat is 55° How much shorter is the direct  distance from the boat to the second lighthouse than the direct distance to the first  lighthouse? [4] 
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #851092 by CPhill(1987)     You can put this solution on YOUR website! To solve this problem, we need to use trigonometry and the Law of Sines. Let's break it down step by step.\r \n" ); document.write( "\n" ); document.write( "**1. Visualize the Problem**\r \n" ); document.write( "\n" ); document.write( "Imagine a triangle formed by:\r \n" ); document.write( "\n" ); document.write( "* The boat's position \n" ); document.write( "* The first lighthouse \n" ); document.write( "* The second lighthouse\r \n" ); document.write( "\n" ); document.write( "Let's label the points:\r \n" ); document.write( "\n" ); document.write( "* B = Boat \n" ); document.write( "* L1 = First lighthouse \n" ); document.write( "* L2 = Second lighthouse\r \n" ); document.write( "\n" ); document.write( "We are given:\r \n" ); document.write( "\n" ); document.write( "* ∠BL1L2 = 43° \n" ); document.write( "* ∠BL2L1 = 55° \n" ); document.write( "* The distance between the lighthouses (L1L2) is 1.5 miles.\r \n" ); document.write( "\n" ); document.write( "**2. Find the Third Angle**\r \n" ); document.write( "\n" ); document.write( "The sum of the angles in a triangle is 180°. Therefore:\r \n" ); document.write( "\n" ); document.write( "* ∠L1BL2 = 180° - 43° - 55° = 82°\r \n" ); document.write( "\n" ); document.write( "**3. Use the Law of Sines**\r \n" ); document.write( "\n" ); document.write( "The Law of Sines states:\r \n" ); document.write( "\n" ); document.write( "a / sin(A) = b / sin(B) = c / sin(C)\r \n" ); document.write( "\n" ); document.write( "Where:\r \n" ); document.write( "\n" ); document.write( "* a, b, c are the sides of the triangle \n" ); document.write( "* A, B, C are the opposite angles\r \n" ); document.write( "\n" ); document.write( "Let's find the distances from the boat to each lighthouse:\r \n" ); document.write( "\n" ); document.write( "* **Distance BL1 (distance to the first lighthouse):**\r \n" ); document.write( "\n" ); document.write( " * BL1 / sin(55°) = L1L2 / sin(82°) \n" ); document.write( " * BL1 = (L1L2 * sin(55°)) / sin(82°) \n" ); document.write( " * BL1 = (1.5 * sin(55°)) / sin(82°) \n" ); document.write( " * BL1 ≈ (1.5 * 0.81915) / 0.99027 \n" ); document.write( " * BL1 ≈ 1.2407 miles\r \n" ); document.write( "\n" ); document.write( "* **Distance BL2 (distance to the second lighthouse):**\r \n" ); document.write( "\n" ); document.write( " * BL2 / sin(43°) = L1L2 / sin(82°) \n" ); document.write( " * BL2 = (L1L2 * sin(43°)) / sin(82°) \n" ); document.write( " * BL2 = (1.5 * sin(43°)) / sin(82°) \n" ); document.write( " * BL2 ≈ (1.5 * 0.68199) / 0.99027 \n" ); document.write( " * BL2 ≈ 1.0326 miles\r \n" ); document.write( "\n" ); document.write( "**4. Find the Difference**\r \n" ); document.write( "\n" ); document.write( "* Difference = BL1 - BL2 \n" ); document.write( "* Difference ≈ 1.2407 - 1.0326 \n" ); document.write( "* Difference ≈ 0.2081 miles\r \n" ); document.write( "\n" ); document.write( "**5. Convert to Feet**\r \n" ); document.write( "\n" ); document.write( "* 1 mile = 5280 feet \n" ); document.write( "* 0.2081 miles * 5280 feet/mile ≈ 1098.768 feet\r \n" ); document.write( "\n" ); document.write( "**6. Round to the Nearest Foot**\r \n" ); document.write( "\n" ); document.write( "* 1099 feet\r \n" ); document.write( "\n" ); document.write( "**Answer:**\r \n" ); document.write( "\n" ); document.write( "The direct distance from the boat to the second lighthouse is approximately 1099 feet shorter than the direct distance to the first lighthouse. \n" ); document.write( " \n" ); document.write( " |