First of all, I'm new in Group Theory. I'm trying to understand how to determinate certain orders of elements in a group. For example:
Indicate the order of the following elements: $a=35_{42} \in \mathbb{Z}_{42} , \ b=(3_{27},(123)) \in \mathbb{Z}_{27}\times S_5$
I know that the order of an element $x$ of a group G is the lower positive value $k$ such that $x^k=e_G$. Given this, I can compute for the element $a$:
$35^1=35$,
$35^2=28$,
$35^3=21$,
$35^4=14$,
$35^5=7$,
$35^6=42=0=e_G$
So the order of $a$ is $6$. However I don't know how to use this argument to determinate the order of $b=(3_{27},(123)) \in \mathbb{Z}_{27}\times S_5$