Question

Difficulty: MediumSimultaneous Linear and Quadratic Equations

If (x,y)(x, y) is a pair of positive integers satisfying the simultaneous equations x+2y=7x + 2y = 7 and x2+y2=13x^2 + y^2 = 13, what is the value of 2xy2x - y?

Answer: 4

Answer

The value of 2xy2x - y is 4.
Substituting x=72yx = 7 - 2y into x2+y2=13x^2 + y^2 = 13 yields the quadratic 5y228y+36=05y^2 - 28y + 36 = 0, which factors as (5y18)(y2)=0(5y - 18)(y - 2) = 0. Since xx and yy must both be positive integers, the valid solution pair is (x,y)=(3,2)(x, y) = (3, 2). Evaluating 2xy2x - y gives 2(3)2=42(3) - 2 = 4.

Step-by-Step Solution

1
Express xx in terms of yy using the linear equation x+2y=7x + 2y = 7.
x=72yx = 7 - 2y
Isolating xx allows substitution into the quadratic equation.
2
Substitute x=72yx = 7 - 2y into x2+y2=13x^2 + y^2 = 13 and expand.
(72y)2+y2=13    4928y+4y2+y2=13(7 - 2y)^2 + y^2 = 13 \implies 49 - 28y + 4y^2 + y^2 = 13
This reduces the system to a single quadratic equation in terms of yy.
3
Rearrange and solve the resulting quadratic equation 5y228y+36=05y^2 - 28y + 36 = 0.
(5y18)(y2)=0    y=2(5y - 18)(y - 2) = 0 \implies y = 2 or y=3.6y = 3.6
Factoring provides the possible values for yy.
4
Identify the integer solution pair and compute the target expression 2xy2x - y.
Since yy must be a positive integer, y=2y = 2 and x=3x = 3. Therefore, 2xy=2(3)2=42x - y = 2(3) - 2 = 4.
The non-integer solution is rejected based on the positive integer constraint.

Key Concept

Simultaneous Linear and Quadratic Equations
Estimated Time:1m 30s
Rate this question