document.write( "Question 158963: A pineapple drink contains 15% pineapplejuice. how much pure pineapple juice should be added to 8 quarts of the drink to obtain a mixture containing 50% pineapple juice? lbrewer9@charter.net\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #117083 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A pineapple drink contains 15% pineapplejuice. how much pure pineapple juice should be added to 8 quarts of the drink to obtain a mixture containing 50% pineapple juice? \n" ); document.write( ". \n" ); document.write( "Let x = amount of pure pineapple juice added \n" ); document.write( ". \n" ); document.write( "\"amt of pure juice\" + \"original amt of juice\" = \"amt of juice in final mix\" \n" ); document.write( "x + .15(8) = .50(8+x) \n" ); document.write( "x + 1.2 = 4 \n" ); document.write( ".50x + 1.2 = 4 \n" ); document.write( ".50x = 2.8 \n" ); document.write( "x = 2.8/.50 \n" ); document.write( "x = 5.6 quarts \n" ); document.write( " |