Question 1158265
19 students


Done using lists, very crude, not the best method
Better way is possible

<pre>
DIV 4, r 3       DIV 5, r 4
  7               9
 11              14
 15              19
 19
 23

First value found common to both is 19.
</pre>