The first step to determine the function is assigning a variable to represent the height of the hellicopter, the problem suggests us to use H, so this will be the output of the function, while M will be the input. At the start of the movement, when M is 0, the helicopter should be at an altitude of 1450 feet. So we have:
![H(0)=1450](https://img.qammunity.org/2023/formulas/mathematics/college/bf655j0ppphbucrplof7orwoiqgobdbdwh.png)
We know that for every minute that passes the altitude will decrease by 75 feet, so the function must be:
![H(M)=1450-75\cdot M](https://img.qammunity.org/2023/formulas/mathematics/college/msxextlwsaph1fx6wknrutcna21bpir08q.png)
Because everytime M increases the altitude decreases by 75.