document.write( "Question 204886: 2. Let the equation f(x) = 1.2 ln x + 2.3 represent the wind speed in meters per second at a height x meters above the ground.
\n" );
document.write( "a. Find the wind speed at 4 meters above ground.
\n" );
document.write( "b. Estimate the height needed to achieve a wind speed of 6 meters per second.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #154649 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! (a) wind speed at 4 meters above the ground: \n" ); document.write( "f(4) = 1.2*ln(4) + 2.3 = 1.2*1.3863 + 2.3 = 1.6636 + 2.3 = 2.9636 meters per second\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(b) height needed for wind speed of 6 meters per second: \n" ); document.write( "6 = 1.2*ln(x) + 2.3 \n" ); document.write( "6 - 2.3 = 1.2*ln(x) \n" ); document.write( "3.7 = 1.2*ln(x) \n" ); document.write( "3.7/1.2 = ln(x) \n" ); document.write( "3.0833 = ln(x) \n" ); document.write( "x = e^3.0833 = 21.8303 meters \n" ); document.write( " \n" ); document.write( " |