Let x be the number of bags of fertilizer and y be the number of bags of peat moss.
If each bag of fertilizer costs $2, if we buy x bags we will have to pay 2x for it.
If each bag of peat moss costs $5, if we buy y bags we will have to pay 5y for it.
In total, we would have to pay 2x + 5y.
Since Jake does not want to spend more than $50 on them, this sum have to be less than or equal to 50, so we have the first inequality of the system:
![2x+5y\le50](https://img.qammunity.org/2023/formulas/mathematics/high-school/3520rfc3opfb8ax9vx3dpv932sg5h3jmcj.png)
Also, Jake's van can hold at most 20 bags, so if we buy x bags of fertilizer and y bags of peat moss, we will have a total of x + y bags, and this have to be less than of equal to 20, so we have the second inequality of the system:
![x+y\le20](https://img.qammunity.org/2023/formulas/mathematics/high-school/pe2xvmp21kevslu4an1k028psjzxk0cuvm.png)
Also, we can't buy a negative number of bags of fertilizer or peat moss, so x and y each must be greater than or equal to 0:
![\begin{gathered} x\ge0 \\ y\ge0 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/myfh2neagv79g7gf8w5ns0aflofmj0624e.png)
So, the system of inequalities is:
![\begin{gathered} x\ge0 \\ y\ge0 \\ x+y\le20 \\ 2x+5y\le50 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/high-school/xlu4gl697cd91geljp2b9myj9yo0dp0cza.png)