oh for the q4, i've assumed x must be an integer. But, if that is not required, we then have missed some answers
in fact, if the condition that "x must be an integer" is not required, then m can be any integer from 44 to 88 as we've calculated 43.77<m<88.11
i.e. m=44, 45, ..., 88
sub into 4x=7+9m, get x=100.75, 103, 105.25, ..., 199.75 (每項加2.25)
--------------------------------------
6x=8mod22
6x=8+22m
6x=2(4+11m)
3x=4+11m=6+9m+2m-2
x=(1+3m) + 2(m-1)/3
後面(m-1) 要divisible by 3
take m=3k+1, k is an integer
你e條個 x 無bounded, 所以係有無限個solution,
sub m=3k+1 into 3x=4+11m,
get x=11k+5 where k is an integer