document.write( "Question 610357: The Royal Fruit Company produces two types of fruit drinks. The first type is 65% pure fruit juice, and the second type is 85% pure fruit juice. The company is attempting to produce a fruit drink that contains 80% pure fruit juice. How many pints of each of the two existing types of drink must be used to make 100 pints of a mixture that is 80% pure fruit juice?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #384334 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The Royal Fruit Company produces two types of fruit drinks. The first type is 65% pure fruit juice, and the second type is 85% pure fruit juice. The company is attempting to produce a fruit drink that contains 80% pure fruit juice. How many pints of each of the two existing types of drink must be used to make 100 pints of a mixture that is 80% pure fruit juice? \n" ); document.write( "** \n" ); document.write( "let x=pints of 65% fruit juice to be mixed \n" ); document.write( "500-x=pints of 85% fruit juice to be mixed \n" ); document.write( ".. \n" ); document.write( "65%x+85%(500-x)=80%(500) \n" ); document.write( ".65x+425-.85x=400 \n" ); document.write( ".20x=25 \n" ); document.write( "x=25/.2=125 \n" ); document.write( "500-x=375 \n" ); document.write( "ans: \n" ); document.write( "pints of 65% fruit juice to be mixed=125 \n" ); document.write( "pints of 85% fruit juice to be mixed=375 \n" ); document.write( " |