Question

Difficulty: MediumRational and Radical Expressions and Equations

Pipe A can fill a water tank in xx hours, where x>0x > 0. Pipe B can fill the same water tank in x+3x + 3 hours. If both pipes are opened at the same time, they can fill the tank together in exactly 2 hours. What is the value of xx?

  1. A
    0.5
  2. B
    1
  3. C
    2
  4. 3Answer
  5. E
    6

Answer

The value of xx is 3.
The correct value is 3. The work rate equation for the two pipes is 1x+1x+3=12\frac{1}{x} + \frac{1}{x+3} = \frac{1}{2}. Combining the fractions on the left gives 2x+3x2+3x=12\frac{2x+3}{x^2+3x} = \frac{1}{2}. Cross-multiplying yields 4x+6=x2+3x4x + 6 = x^2 + 3x, which simplifies to the quadratic equation x2x6=0x^2 - x - 6 = 0. Factoring this quadratic equation gives (x3)(x+2)=0(x-3)(x+2) = 0, which has the solutions x=3x = 3 and x=2x = -2. Since xx represents a positive number of hours, the only valid solution is 3.

Step-by-Step Solution

1
Set up the work rate equation based on the individual and combined rates.
1x+1x+3=12\frac{1}{x} + \frac{1}{x+3} = \frac{1}{2}
The sum of the individual rates (in tanks per hour) equals the combined rate of the two pipes.
2
Find a common denominator to combine the fractions on the left side of the equation.
(x+3)+xx(x+3)=12    2x+3x2+3x=12\frac{(x+3) + x}{x(x+3)} = \frac{1}{2} \implies \frac{2x+3}{x^2+3x} = \frac{1}{2}
To add fractions, they must share a common denominator, which is x(x+3)x(x+3).
3
Cross-multiply to eliminate the denominators and form a quadratic equation.
2(2x+3)=x2+3x    4x+6=x2+3x    x2x6=02(2x+3) = x^2+3x \implies 4x + 6 = x^2 + 3x \implies x^2 - x - 6 = 0
Cross-multiplication converts the rational equation into a polynomial equation.
4
Factor the quadratic equation to find the solutions for xx.
(x3)(x+2)=0    x=3(x-3)(x+2) = 0 \implies x = 3 or x=2x = -2
Since xx represents time, it must be positive (x>0x > 0), so the only valid solution is x=3x = 3.

Key Concept

Solving rational equations in the context of work-rate problems
Rate this question