document.write( "Question 1095260:  A mixture of 7% disinfectant solution is to be made from 8% and 5% disinfectant solutions. How much of each solution should be used if 18 gallons of 7% solution are needed?\r
\n" );
document.write( "\n" );
document.write( "You need (    )  gallons of 8% solution and (    )  gallons of 5% solution. \n" );
document.write( "
| Algebra.Com's Answer #709812 by addingup(3677)     You can put this solution on YOUR website! 0.08x + 0.05(18-x) = 0.07(18) \n" ); document.write( "0.08x + 0.9 - 0.05x = 1.26 \n" ); document.write( "0.03x = 0.36 \n" ); document.write( "x = 12 \n" ); document.write( "~~~~~~~~~~~~~~~~~~ \n" ); document.write( "You need ( 12 ) gallons of 8% solution and ( 6 ) gallons of 5% solution \n" ); document.write( " |