Let $x,y,z,t$ four positive integers. If $$x≡2[mod(y)]$$ and $$z=ty$$ Then how one can deduce that $$tx≡2t[mod(z)]$$
2026-04-11 18:04:40.1775930680
How one can deduce that $tx≡2t[mod(z)]$?
23 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$x \equiv 2 [mod(y)]$ is equivalent to say that there exists an integer $n$ such that $x = 2 + ny$. Multiplying this last equation by $t$, you get $tx = 2t + n(ty) = 2t + nz$ or, equivalently, $tx \equiv 2t[mod(z)]$.