document.write( "Question 647719: For altitudes h up to 10,000 meters, the density D of the earth's atmosphere (in kg/m3) can be approximated by the following formula:
\n" );
document.write( "D=1.225-(1.12x10^-4)h+(3.24x10^-9)h^2\r
\n" );
document.write( "\n" );
document.write( "Approximate the altitude if the density of the atmosphere is 0.63 kg/m3. (Round to the nearest meter.) \n" );
document.write( "
Algebra.Com's Answer #406349 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Set D = 0.63 and get \n" ); document.write( "(1) ah^2 + bh + c = 0 \n" ); document.write( "When h is in km, we have \n" ); document.write( "a = 3.24 E-3 \n" ); document.write( "b = -1.12 E-1 \n" ); document.write( "c = 0.595 \n" ); document.write( "Or \n" ); document.write( "a = 0.00324 \n" ); document.write( "b = -0.112 \n" ); document.write( "c = 0.595 \n" ); document.write( "Using these simpler decimals we can easily apply the quadratic equation to determine the two roots of (1) as \n" ); document.write( "(2) h = abt 28, 6.5558 km \n" ); document.write( "The first root of ~28 is not a choice because it is out of the solution domain of the equation for the density D. \n" ); document.write( "Answer: The density of earth's atmosphere is 0.63 kg/m^3 at an altitude of 6,556 meters. \n" ); document.write( " |