Suppose I have n ellipses, $\left\lbrace E_i \right\rbrace_{i=1}^n $; each ellipse, $E_i$, has the same area $A_1$. I want to completely cover a region (assume a rectangle) , $R$, with the least (minimize the number of $E_i$'s to cover) amount of $E_i$'s. $R$ has an area of size $A_2$ such that $n \cdot A_1 > A_2$.
EDIT[June 14, 2012] - after further research to what I am looking for, I realize I am looking for a variant of a minimal tiling problem. I have restated the problem here.