You can
put this solution on YOUR website!How much pure water must be mixed with 3 pints of 70% developer to produce a
mixture that is 13% developer?
.
He started with:
3 pints of 70% developer
That means the amount of developer in the solution is:
.70 * 3 = 2.1 pints
.
Let x = amount of water added
then
2.1/(x+3) = .13(x+3)
2.1 = .13(x+3)^2
16.154 = (x+3)^2
16.154 = x^2 + 6x + 9
0 = x^2 + 6x - 7.154
.
Since you can't factor, you must apply the quadratic equation.
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:
x = 1.02 pints
.
Below is the solution of the quadratic equation:
| Solved by pluggable solver: SOLVE quadratic equation with variable |
Quadratic equation (in our case ) has the following solutons:
![x[12] = (b+-sqrt( b^2-4ac ))/2\a](/cgi-bin/plot-formula.mpl?expression=x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca&x=0003)
For these solutions to exist, the discriminant should not be a negative number.
First, we need to compute the discriminant : .
Discriminant d=64.616 is greater than zero. That means that there are two solutions: .
![x[1] = (-(6)+sqrt( 64.616 ))/2\1 = 1.01920390127199](/cgi-bin/plot-formula.mpl?expression=x%5B1%5D+=+%28-%286%29%2Bsqrt%28+64.616+%29%29%2F2%5C1+=+1.01920390127199&x=0003)
![x[2] = (-(6)-sqrt( 64.616 ))/2\1 = -7.01920390127199](/cgi-bin/plot-formula.mpl?expression=x%5B2%5D+=+%28-%286%29-sqrt%28+64.616+%29%29%2F2%5C1+=+-7.01920390127199&x=0003)
Quadratic expression can be factored:

Again, the answer is: 1.01920390127199, -7.01920390127199.
Here's your graph:
 |
|