Question

Difficulty: EasySystems of Linear and Non-Linear Equations

A circle in the standard (x,y)(x, y) coordinate plane is defined by the equation x2+y2=10x^2 + y^2 = 10. The line y=3xy = 3x intersects the circle at a point (x,y)(x, y) in the first quadrant. What is the value of x+yx + y?

Answer: 4

Answer

The correct answer is 4.
Substituting y=3xy = 3x into the equation x2+y2=10x^2 + y^2 = 10 yields x2+(3x)2=10x^2 + (3x)^2 = 10. Simplifying this expression gives x2+9x2=10x^2 + 9x^2 = 10, which combines to 10x2=1010x^2 = 10. Dividing both sides by 10 results in x2=1x^2 = 1. Since the point of intersection lies in the first quadrant, we take the positive square root, so x=1x = 1. Substituting x=1x = 1 back into y=3xy = 3x gives y=3(1)=3y = 3(1) = 3. The sum of the coordinates is x+y=1+3=4x + y = 1 + 3 = 4.

Step-by-Step Solution

1
Substitute the linear expression for yy into the equation of the circle.
x2+(3x)2=10x^2 + (3x)^2 = 10
Substituting one equation into another allows us to solve for a single variable.
2
Simplify the equation and solve for xx.
10x2=10x2=1x=110x^2 = 10 \Rightarrow x^2 = 1 \Rightarrow x = 1
Combining like terms gives 10x2=1010x^2 = 10, which simplifies to x2=1x^2 = 1. Since the intersection point is in the first quadrant, xx must be positive.
3
Substitute the value of xx back into the linear equation to find yy.
y=3(1)=3y = 3(1) = 3
Using the value of xx in the linear equation determines the corresponding yy-coordinate.
4
Calculate the sum of the coordinates x+yx + y.
1+3=41 + 3 = 4
The question asks for the value of the sum of the coordinates of the intersection point.

Key Concept

Solving a system of linear and non-linear (circular) equations using substitution.
Rate this question