For $x$, a known even number that is superior than 2, $y$ an unknown number and $z$ an unknown odd number, I am trying to solve $x=2^y\cdot z$ by factoring powers of 2 from $x$ but I don't really know how to proceed. Thanks in advance!
2026-03-25 05:59:59.1774418399
Solving $x=2^y\cdot z$
45 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Procedure:
Keep dividing $x$ by $2$ until it no longer goes in evenly. The number of times you were able to do this is $y$.
What's left after you cannot divide by $2$ any more is $z$.
Done.