Let the set of alternatives be $\left\{a,b,c,d\right\}$.
Let there be $n$ types of voter profiles, each type with a different strict ordering over the set of alternatives.
The number of voters belonging to the profile types need not be the same, let us denote these by $v_1,v_2,...,v_n$.
What is the minimal number of $n$, for which you can construct the voter profiles in such a way that the plurality rule (a.k.a. first-past-the-post), simple run-off (election with two rounds) rule, elimination rule and the Borda count all yield different outcomes? (Assume non-strategic voters. Outcomes should not be ties.)
EDIT:
Plurality rule has one round of voting and whoever has the most votes wins.
Example: United Kingdom parliamentary elections
The simple run-off rule has two rounds of voting. The two candidates with the most votes in round 1 advance to round 2. In round 2 voters vote for their favourite remaining candidate, and whoever has the most votes wins.
Example: French presidential election
The elimination rule is similar to the run-off rule but has three rounds (number of alternatives minus one). In each round the candidate with the least votes is eliminated (figuratively). Others proceed to the next round.
Example: Academy award (Oscar) vote
Minimalist guesses ("here are some profiles with $n = 4$") are fine, ideal solution would provide a proof that $n$ is minimal.