Example: $2^1$=2 --> $2\mid2$
If a number has their last digit divisible by 2, than the number is divisible by 2
$2^2$=4--> $4\mid2$, $4\mid4$
If a number has their last two digit divisible by 4, than the number is divisible by 4
$2^3$=8--> $8\mid2$, $8\mid4$ , $8\mid8$
If a number has their last three digit divisible by 8, than the number is divisible by 8
and so on...
How would you word this into a conjecture?
Your conjecture is (essentially) correct. You should be able to fill in the blank in
But you are using the "$|$" symbol incorrectly. It means "divides", not "is divisible by", so $$ 4 \mid8 $$ but $$ 8 \nmid 4 $$ .
Finally, the statements you write after the arrows are true when you turn them around, but they don't prove the conjecture. Were you supposed to do that?