Pls answer fast I need it by tomorrow.
If a and b are 2 positive intergers such that a = bq + r . Where q and r are unique integers if b > a then find the value of q.

Respuesta :

Answer:

q = (a - r) / b.

Step-by-step explanation:

a = bq + r

bq = a - r

q = (a - r) / b.