Never mind, figured the above one out myself!
I added
<OPTION VALUE="1" <?php if($options['perPage']==3){echo 'selected';} ?>>1</OPTION>
above
<OPTION VALUE="3" <?php if($options['perPage']==3){echo 'selected';} ?>>3</OPTION>
In this php file: wp-rss-multi-importer/inc/options.php
if anyone else needs to do the same.