document.write( "Question 1097569: A chemical manufacturer wishes to fill an order for 700 gallons of a 24% acid solution. Solutions of 20% and 30% are in stock. How many gallons of 30% acid solution will be used in the desired mixture?\r
\n" );
document.write( "\n" );
document.write( "(I understand there may not be such a thing as \"24% acid solution\", et cetera. I'm just focusing on what solution needs to be used to get the number being asked for.
\n" );
document.write( "Honestly, I've seen problems like these before but just have trouble when it's worded differently. Thank you!) \n" );
document.write( "
Algebra.Com's Answer #712011 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\"A chemical manufacturer wishes to fill an order for 700 gallons of a 24% acid solution\" means they want 700*0.24 = 168 gallons of pure acid\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let \n" ); document.write( "x = amount of the 20% acid solution \n" ); document.write( "y = amount of the 30% acid solution \n" ); document.write( "both amounts are in gallons\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since we can only use the 20% or the 30% solution, this means that x and y must add to the total of 700\r \n" ); document.write( "\n" ); document.write( "So we have the equation \n" ); document.write( "x+y = 700\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now solve for y. Subtract x from both sides \n" ); document.write( "x+y = 700 \n" ); document.write( "x+y-x = 700-x \n" ); document.write( "y = 700-x \n" ); document.write( "Keep this equation in mind. We'll use this equation later\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we use x gallons of the 20% solution, then we have 0.20*x gallons of pure acid. If we use y gallons of the 30% solution, then we have 0.30*y gallons of pure acid. Combined we have 0.20*x+0.30*y gallons of pure acid. Recall that above we want the target amouunt of total pure acid to be 168 gallons. That is how we're able to get the equation below\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.20*x + 0.30*y = 168\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now use the equation y = 700-x to perform substitution \n" ); document.write( "0.20*x + 0.30*y = 168 \n" ); document.write( "0.20*x + 0.30*( y ) = 168 \n" ); document.write( "0.20*x + 0.30*( 700 - x ) = 168 ... y has been replaced with 700-x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "With y gone from the equation, we can now solve for x \n" ); document.write( "0.20*x + 0.30*( 700 - x ) = 168 \n" ); document.write( "0.20*x + 0.30*( 700 ) + 0.30*( - x ) = 168 \n" ); document.write( "0.20*x + 210 - 0.30x = 168 \n" ); document.write( "0.20x - 0.30x + 210 = 168 \n" ); document.write( "-0.10x + 210 = 168 \n" ); document.write( "-0.10x + 210-210 = 168-210 \n" ); document.write( "-0.10x = -42 \n" ); document.write( "-0.10x/(-0.10) = -42/(-0.10) \n" ); document.write( "x = 420\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use this x value to find y (again use y = 700-x) \n" ); document.write( "y = 700-x \n" ); document.write( "y = 700-420 ... replace x with 420 \n" ); document.write( "y = 280\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In summary we found that \n" ); document.write( "x = 420 \n" ); document.write( "y = 280\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we should use 420 gallons of the 20% solution, and 280 gallons of the 30% solution. \n" ); document.write( " \n" ); document.write( " |