document.write( "Question 638830: I need 150 gallons of 10% solution but all i have is 5% and 20% solution. How much of the 5% and 20% solution do i need in order ti create 150 gallons of 10% solution? \n" ); document.write( "
Algebra.Com's Answer #402416 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I need 150 gallons of 10% solution but all i have is 5% and 20% solution. How much of the 5% and 20% solution do i need in order ti create 150 gallons of 10% solution? \n" ); document.write( "=============== \n" ); document.write( "t = amount of 20% \n" ); document.write( "f = amount of 5% \n" ); document.write( "========== \n" ); document.write( "t + f = 150 \n" ); document.write( "20t + 5f = 10*150\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |