document.write( "Question 1056058: One pipe can fill a tank in 0.8 hours
\n" );
document.write( "and another pipe can fill the tank in 1.2
\n" );
document.write( "hours. If both pipes are used, how long
\n" );
document.write( "will it take to fill the tank? Round to 2
\n" );
document.write( "decimal places.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #671224 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! One pipe can fill a tank in 0.8 hours \n" ); document.write( "and another pipe can fill the tank in 1.2 \n" ); document.write( "hours. If both pipes are used, how long \n" ); document.write( "will it take to fill the tank? Round to 2 \n" ); document.write( "decimal places. \n" ); document.write( "------------ \n" ); document.write( "0.8*1.2/(0.8 + 1.2) hours \n" ); document.write( "= 0.96/2 hours \n" ); document.write( "= 0.48 hours \n" ); document.write( " |