document.write( "Question 344621: This is a calc. question; please help!\r
\n" );
document.write( "\n" );
document.write( "A telephone wire is to be laid from the telephone company to an island 7 mi off shore at a cost of $200,000 per mile along the shore line and $300,000 per mile under the sea. How should the wire be laid @ the least expensive cost if the distance along the shoreline in 12 miles. What is the cost? \n" );
document.write( "
Algebra.Com's Answer #246655 by Alan3354(69443) You can put this solution on YOUR website! A telephone wire is to be laid from the telephone company to an island 7 mi off shore at a cost of $200,000 per mile along the shore line and $300,000 per mile under the sea. How should the wire be laid @ the least expensive cost if the distance along the shoreline in 12 miles. What is the cost? \n" ); document.write( "------------ \n" ); document.write( "This forms a right triangle with the shore side 12 miles long and the base = 7 miles to the island. \n" ); document.write( "x = the distance along the shore from the perpendicular from the island. \n" ); document.write( "The distance on land = 12 - x miles \n" ); document.write( "The distance under water = sqrt(x^2 + 49) miles \n" ); document.write( "The cost C = 200*(12-x) + 300*sqrt(x^2 + 49) (Cost in $1000) \n" ); document.write( "------------- \n" ); document.write( "dC/dx = -200 + 300x*(x^2 + 49)^(-1/2) = 0 \n" ); document.write( "3x*(x^2 + 49)^(-1/2) = 2 \n" ); document.write( "3x = 2sqrt(x^2 + 49) \n" ); document.write( "9x^2 = 4x^2 + 196 \n" ); document.write( "x^2 = 196/5 \n" ); document.write( "x = 2.8sqrt(5) miles for minimum cost \n" ); document.write( "--------------------------------------- \n" ); document.write( "Length of cable = 12 - 2.8sqrt(5) + sqrt(88.2) \n" ); document.write( "L = 12 - 2.8sqrt(5) + 4.2sqrt(5) \n" ); document.write( "L = 12 + 1.4sqrt(5) miles total \n" ); document.write( "L =~ 15.13 miles \n" ); document.write( "----------------- \n" ); document.write( "Cost = 200*(12-x) + 300*sqrt(x^2 + 49) (Cost in $1000) \n" ); document.write( "C = 2400 - 560sqrt(5) + 1260sqrt(5) = 2400 + 600sqrt(5) \n" ); document.write( "Cost =~ $3,741,641\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |