2
It's possible but you need to hack the php files.
Open modules/news/admin/index.php of your site. Look for this in line 104:
$storyarray = NewsStory::getAllPublished(10, 0, 0, 1);
Change the 10 to 20 (or something else).
For expired articles, go to line 136:
$storyarray = NewsStory::getAllExpired(10, 0, 0, 1);
Change the 10 to another number.
For finishing touches, go to the language files and edit out the "Last 10 Articles" constant.