Let $p$ and $q$ be real numbers such that $3p+2q=50$.
Find a maximal value of $10pq$.
I don't quite get this question. This is from a high school math exam paper, so partial derivatives are out. I initially thought of squaring the whole equation, but I realized I end up with $9p^2$ and $4q^2$, which I cannot eliminate.
Any help will be appreciated.
Note: I'm also unsure of the topic this falls into, if someone can verify for me that'll be great.
It $3p+2q=50$, then $q=25-\frac32 p$ meaning that $$10pq=10p(25-\frac32 p) = 250p - 15p^2$$
Now all you need to do is to find the maximum of a single-variable quadratic function, something a high school student should be capable of.
Remember, if you know the zeroes of a quadratic function, then the maximum or minimum lies directly between the two. The zeroes of $$10p(25-\frac32 p) = 5p(50-3p)$$
are $p=0$ and $p=\frac{50}{3}$.