p and q are integers such that p is the predecessor of q. Find the value of p-q.
Finding the value of expression
It is given that p is the predecessor of q
i.e., p=q-1
Now, p-q =q-1-q=q-1-q=-1
Hence, the value of p-q is -1
If a and b are two integers such that a is the predecessor of b, then find the value of a-b.