document.write( "Question 85501: Please help me with this problem as I am terrible at math. It comes from a worksheet.
\n" );
document.write( " A pharmacist has 1 liter of a solution that is 22% alcohol. How much pure alcohol must be added to bring the solution up to 27% alcohol
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #61732 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! It's like an averaged equation: \n" ); document.write( "[x1y1 + x2y2]/(x1 + x2) = Final Percentage \n" ); document.write( "x1 is the amount of solution with y1 percentage \n" ); document.write( "x2 is the amount of a different solution with y2 percentage \n" ); document.write( "[1(22%) + x2(100%)]/(1 + x2) = 27% \n" ); document.write( "[0.22 + x2]/(1 + x2) = 0.27 \n" ); document.write( "0.22 + x2 = 0.27 + 0.27x2 \n" ); document.write( "0.73x2 = 0.05 \n" ); document.write( "x2 = 5/73 \n" ); document.write( " |