document.write( "Question 895955: if i have 100 bottles of 100% alcohol and an unlimited supply of 50% alcohol how many 50% would i have to add to make it 80% \n" ); document.write( "
Algebra.Com's Answer #543119 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! if i have 100 bottles of 100% alcohol and an unlimited supply of 50% alcohol how many 50% would i have to add to make it 80% \n" ); document.write( "*** \n" ); document.write( "let x=number of 50% bottles to add \n" ); document.write( "100-x=number of 100% bottles to use \n" ); document.write( ".. \n" ); document.write( "50%x+100%(100-x)=80%*100 \n" ); document.write( ".50x+100-x=80 \n" ); document.write( ".50x=20 \n" ); document.write( "x=40 \n" ); document.write( "100-x=60 \n" ); document.write( "number of 50% bottles to add=40 \n" ); document.write( " |