Given that $(X_1, d_1), (X_2, d_2), \ldots, (X_n, d_n)$ are metric spaces and $X = X_1 \times X_2 \times \cdots \times X_n$ is converted into a metric space $(X, d)$ in the where $d((x_1,x_2,...,x_n),(y_1,y_2,...,y_n))=\underset{i\in\lbrace 1,...,n\rbrace}{\max}d_i(x_i,y_i)$, the task is to prove that an open ball in $(X,d)$ is the product of open balls from $X_1, X_2, \ldots, X_n$, respectively.
I am a visual person, but I am having trouble visualizing what this is really saying. Frankly, I'm not even sure what this is asking me to prove beyond notation. All I can muster is that we're trying to show that $$B(x;\varepsilon) = B(x_1;\varepsilon_1) \times B(x_2;\varepsilon_2) \times \cdots \times B(x_2;\varepsilon_n)$$where $x\in X$ and $x_1 \in X_1, x_2\in X_2, \ldots, x_n \in X_n$ and $\varepsilon, \varepsilon_1, \varepsilon_2, \ldots, \varepsilon_n > 0$.
Since $x \in X$, we have $x = (x_1, x_2, \ldots, x_n)$... but that's as far as I can go. Any hint as to how to proceed or (honestly) what it is we're really trying to show would be greatly appreciated.