Sum of a number and its reciprocal is 2. Then what is the number ?
A1
B2
C3
D4
Answer:
A. 1
Read Explanation:
The number is 1.
1. Set up the equation
Let the unknown number be x. Its reciprocal is x1.
x+x1=2
2. Eliminate the fraction
Multiply the entire equation by x to remove the denominator:
x(x)+x(x1)=2(x)
$$x^2 + 1 = 2x$
3. Form a quadratic equation
Move $2x$ to the left side to set the equation to zero:
$x^2 - 2x + 1 = 0$
4. Factor the equation
The expression $x^2 - 2x + 1$ is a perfect square trinomial, which factors into:
$(x - 1)^2 = 0$
5. Solve for $x$
Take the square root of both sides:
$x - 1 = 0$
$x = 1$
