document.write( "Question 203401This question is from textbook
\n" );
document.write( ": Dory has a solution that is 65% boric acid and a solution that is 15% boric acid. How much of each should she use to obtain 300 ml of a solution that is 35% boric acid? \n" );
document.write( "
Algebra.Com's Answer #153463 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! let x=65% solution \n" ); document.write( "let x-300=15% solution \n" ); document.write( "0.65x+0.15(300-x)=0.35(300) \n" ); document.write( "0.65x+45-0.15x=105 \n" ); document.write( "0.50x=60 \n" ); document.write( "x=120 ml of 65% \n" ); document.write( "x-300=180 ml of 15% \n" ); document.write( " |