document.write( "Question 1189885: The Royal Fruit Company produces two types of fruit drinks. The first type is 80% pure fruit juice, and the second type is 100% pure fruit juice. The company is
\n" );
document.write( "attempting to produce a fruit drink that contains 95% pure fruit juice. How many pints of each of the two existing types of drink must be used to make 220
\n" );
document.write( "pints of a mixture that is 95% pure fruit juice?\r
\n" );
document.write( "\n" );
document.write( "First drink ? Pints
\n" );
document.write( "Second drink ? Pints \n" );
document.write( "
Algebra.Com's Answer #821394 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 80% pure fruit juice, be x pints\r \n" ); document.write( "\n" ); document.write( " 100% pure fruit juice required will be 220-x pints \n" ); document.write( "Total Quantity =220 pints\r \n" ); document.write( "\n" ); document.write( "100%x +80%(220-x) = 220 * 95%\r \n" ); document.write( "\n" ); document.write( "100x +80(220-x) = 220 * 95 \n" ); document.write( "100x+17600-80x = 20900 \n" ); document.write( "20x = 3300 \n" ); document.write( "x = 165 \n" ); document.write( "80 % juice 165 pints \n" ); document.write( "100% juice 55 pints \n" ); document.write( " |