document.write( "Question 606963: How many quarts if a 40% alchohol solution must be mixed with 3 quarts of pure water to make a 28% solution?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "This is what I am doing but I am getting a negative answer:\r
\n" );
document.write( "\n" );
document.write( "(3*1)+(x*.3)=(3+x*.28) \n" );
document.write( "
Algebra.Com's Answer #382491 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How many quarts if a 40% alcohol solution must be mixed with 3 quarts of pure water to make a 28% solution? \n" ); document.write( ": \n" ); document.write( "Let x = amt of 40% solution required \n" ); document.write( ": \n" ); document.write( ".40x = .28(x+3) \n" ); document.write( ".40x = .28x + .84 \n" ); document.write( ".40x - .28x = .84 \n" ); document.write( ".12x = .84 \n" ); document.write( "x = .84/.12 \n" ); document.write( "x = 7 quarts of 40% solution required \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( ".4(7) = .28(7+3) \n" ); document.write( "2.8 = .28(10) \n" ); document.write( " |