document.write( "Question 645426: In 1970, Russia began drilling a deep borehole in the Kola Peninsula. Their goal was to reach a depth of 15km, but high temperatures in the hole forced them to stop in 1994 after reaching a depth of 12km. They found that below 3km the temperature increased 2.5 degrees Celcius for each additional 100m of depth. \r
\n" );
document.write( "\n" );
document.write( "If the temperature at 3km is 30 degrees Celsius and x is the depth of the hole in km, write an equation using x that will give the temperature in the hole at any depth below 3km.\r
\n" );
document.write( "\n" );
document.write( "At what depth would they reach a temperature of 200 degrees Celcius? \n" );
document.write( "
Algebra.Com's Answer #405558 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In 1970, Russia began drilling a deep borehole in the Kola Peninsula. \n" ); document.write( " Their goal was to reach a depth of 15km, but high temperatures in the hole \n" ); document.write( " forced them to stop in 1994 after reaching a depth of 12km. \n" ); document.write( " They found that below 3km the temperature increased 2.5 degrees Celsius \n" ); document.write( " for each additional 100m of depth. \n" ); document.write( "If the temperature at 3km is 30 degrees Celsius and x is the depth of the \n" ); document.write( " hole in km, write an equation using x that will give the temperature in \n" ); document.write( " the hole at any depth below 3km. \n" ); document.write( ": \n" ); document.write( "2.5 degrees every 100 m, would be 25 degrees for every km \n" ); document.write( ": \n" ); document.write( "t(x) = 25x + 30 \n" ); document.write( ": \n" ); document.write( "At what depth would they reach a temperature of 200 degrees Celsius? \n" ); document.write( "25x + 30 = 200 \n" ); document.write( "25x = 200 - 30 \n" ); document.write( "25x = 170 \n" ); document.write( "x = 6.8 km below 3 km, temp would be 200 degrees \n" ); document.write( " |