document.write( "Question 203849: A chef has one vinaigrette that is 40% vinegar and another that is 25% vinegar. How much of each is needed to make 60 L of a vinaigrette that is 30% vinegar? \n" ); document.write( "
Algebra.Com's Answer #153859 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
let x = 40%=20L
\n" ); document.write( "let 60-x =25%=40L
\n" ); document.write( ".4x+.25(60-x)=60(.3)
\n" ); document.write( ".15x=3
\n" ); document.write( "x=20
\n" ); document.write( "
\n" );