You can define complex numbers as pairs of real numbers with the product (a,b)(c,d)=(acdb,ad+cb) where a=a for real numbers.

Then you can define define conjugation for complex numbers by (a,b)=(a,b) Iterating this process, you can define quaternions as pairs of complex numbers...

... and octonions as pairs of quaternions!