document.write( "Question 150518: How much pure water must be mixed with 3 pints of 70% developer to produce a misture that is 13% developer? \n" ); document.write( "
Algebra.Com's Answer #110482 by nerdybill(7384) You can put this solution on YOUR website! How much pure water must be mixed with 3 pints of 70% developer to produce a \n" ); document.write( "mixture that is 13% developer? \n" ); document.write( ". \n" ); document.write( "He started with: \n" ); document.write( "3 pints of 70% developer \n" ); document.write( "That means the amount of developer in the solution is: \n" ); document.write( ".70 * 3 = 2.1 pints \n" ); document.write( ". \n" ); document.write( "Let x = amount of water added \n" ); document.write( "then \n" ); document.write( "2.1/(x+3) = .13(x+3) \n" ); document.write( "2.1 = .13(x+3)^2 \n" ); document.write( "16.154 = (x+3)^2 \n" ); document.write( "16.154 = x^2 + 6x + 9 \n" ); document.write( "0 = x^2 + 6x - 7.154 \n" ); document.write( ". \n" ); document.write( "Since you can't factor, you must apply the quadratic equation. \n" ); document.write( "Doing so, produces two solutions one positive and one negative. We can throw out the negative solution cause it doesn't make sense. Therefore, the positive answer must be our solution: \n" ); document.write( "x = 1.02 pints \n" ); document.write( ". \n" ); document.write( "Below is the solution of the quadratic equation: \n" ); document.write( "
|