I recently made a blunder while trying to explain a question asked to me in an interview, The question was
- Think of $X$
- Add $X$ to itself ($X+X = y$)
- Times the result by $3$ ($y\times 3 = z$)
- Divide that result by the original answer ($z/x = q$)
- Add 1 to that result ($q + 1 = w$)
- The result is $7$
I was unable to articulate the reason for this and I hope someone could just break it down for me.
The outcomes of the calculations are, in order
$X$
$2X$
$6X$
$6X/X=6$
$6+1=7$