document.write( "Question 182848: The Delicious Juice Company sells 8-ounce cans of apple juice for 49 cents and 8-ounce cans of apple drink for 25 cents. The company wishes to market and sell cans of juice drink for 39 cents that is part juice and part drink. How many ounces of each should be used if the juice drink is to be sold in an 8-ounce can? \n" ); document.write( "
Algebra.Com's Answer #137258 by tvandenberg(45)\"\" \"About 
You can put this solution on YOUR website!
J = % of Juice
\n" ); document.write( "D = % of Drink\r
\n" ); document.write( "\n" ); document.write( "J + D = 1 --> J = 1 - D\r
\n" ); document.write( "\n" ); document.write( "0.49*J + 0.25*D = 0.39\r
\n" ); document.write( "\n" ); document.write( "0.49(1-D) + 0.25*D = 0.39\r
\n" ); document.write( "\n" ); document.write( "0.49 - 0.24D = 0.39\r
\n" ); document.write( "\n" ); document.write( "0.24D = 0.10\r
\n" ); document.write( "\n" ); document.write( "D = 0.4167 --> J = 1 - D = 0.5833\r
\n" ); document.write( "\n" ); document.write( "That is percentages, so we need to multiply each by 8 ounces!\r
\n" ); document.write( "\n" ); document.write( "D = 3.33 , J = 4.66\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );