document.write( "Question 133445This question is from textbook 
\n" );
document.write( ":  PLEASE HELP ME OUT.
\n" );
document.write( "A certain amount of 8% solution must be added to another amount of a 5% salt solution to produce a total of 36 ounces of a 6% solution. How many ounces of each solution is needed? \n" );
document.write( "
| Algebra.Com's Answer #97619 by scott8148(6628)     You can put this solution on YOUR website! let x=\"oz of 8%\", so 36-x=\"oz of 5%\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(8%)(x)+(5%)(36-x)=(6%)(36) __ multiplying by 100 to clear percentages\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8x+180-5x=216 __ 3x=36 \n" ); document.write( " |