document.write( "Question 1083300: I have a Product we will call Product A which contains 98.078% water, .8970% of ingredient 1, .064% of ingredient 2, .064% of Ingredient 3, .7690% of ingredient 4 and .128% of Ingredient 5.
\n" ); document.write( "I want to make Product B which will be PRODUCT A plus X amount of water to dilute it.\r
\n" ); document.write( "\n" ); document.write( "How do I figure out the percentage of each of the ingredients in Product B the new more diluted product?
\n" ); document.write( "

Algebra.Com's Answer #697305 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
Q amount of product A
\n" ); document.write( "X amount of water to add to form product B
\n" ); document.write( "p PERCENT CONCENTRATION OF ANY ingredient in product A\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Assuming concentrations are weight per volume (or \"mass\" per volume):\r
\n" ); document.write( "\n" ); document.write( "\"p%28Q%2F%28Q%2BX%29%29\", percent concentration of the particular chosen ingredient in product B.
\n" ); document.write( "
\n" );