document.write( "Question 358676: The function W(d)=0.112d approximates the amount, in centimeters, of water that results from d cm of snow melting. Find the amount of water that results from snow melting from depths of 18cm, 28cm and 95 cm. \r
\n" );
document.write( "\n" );
document.write( "Can you help me do this problem correctly? \n" );
document.write( "
Algebra.Com's Answer #256046 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The function W(d)=0.112d approximates the amount, in centimeters, of water \n" ); document.write( " that results from d cm of snow melting. \n" ); document.write( " Find the amount of water that results from snow melting from depths of 18cm, 28cm and 95 cm. \n" ); document.write( ": \n" ); document.write( "This is not hard, d is the number of cm of snow, W(d) is amt of water it makes \n" ); document.write( ": \n" ); document.write( "W(d) = .112d \n" ); document.write( "Substitute 18 cm for d \n" ); document.write( "W(d) = .112*18 \n" ); document.write( "W(d) = 2.016 cm of water \n" ); document.write( ": \n" ); document.write( "Same with d=28cm \n" ); document.write( "W(d) = .112d \n" ); document.write( "Substitute 28 cm for d \n" ); document.write( "W(d) = .112*28 \n" ); document.write( "W(d) = 3.136 cm of water \n" ); document.write( ": \n" ); document.write( "You should be able to find it when d=95 cm now \n" ); document.write( " |