Here's problem 4 immediately following section 2.3 in Erwine Kryszeg's book, Introductory Functional Analysis With Applications:
Show that in a normed space $X$, vector addition and scalar multiplication are continuous operations with respect to the norm; that is, the mappings defined by $(x,y) \mapsto x+y$ and $(\alpha,x) \mapsto \alpha x$ are continuous.
Now the map $(x,y) \mapsto x+y$ is a map from $X \times X$ to $X$; so we can consider $X\times X$ under the norm defined as follows: $$|| (x,y) ||_{X\times X} \colon= ||x||_X + ||y||_X$$ for all $(x,y) \in X \times X$. With this norm, we can easily prove the vector addition map to be continuous.
But what about the norm on $K \times X$ for the continuity of the scalar multiplication map? Here $K$ (either $\mathbb{R}$ or $\mathbb{C}$) denotes the field of scalars.
You can use the same idea that works for $+$: $$\|(\alpha,x)\|_{K\times X}=|\alpha|+\|x\|.$$ In any case, you can endow $K\times X$ with the product topology and no explicit norm is required.
EDIT:
$$\eqalign{\|\alpha x - \alpha_0 x_0\|_X & = \|\alpha x - \alpha_0 x + \alpha_0 x - \alpha_0 x_0\|_X\cr &\le\|\alpha x - \alpha_0 x\|_X + \|\alpha_0 x - \alpha_0 x_0\|_X\cr & = |\alpha - \alpha_0|\cdot\|x\|_X + |\alpha_0|\cdot\|x-x_0\|_X\cr &\le(1+\|x_0\|_X)\cdot|\alpha - \alpha_0|+ |\alpha_0|\cdot\|x-x_0\|_X\cr &\le(1+\|x_0\|_X+|\alpha_o|)\|(\alpha-\alpha_0,x-x_0)\|_{K\times X}\cr & = (1+\|x_0\|_X+|\alpha_o|)\|(\alpha,x)-(\alpha_0,x_0)\|_{K\times X}.}$$ (Why $\|x\|_X\le 1+\|x_0\|_X$?)