Let's say that your premises are $A$, $A \vee B \Rightarrow X$.
Now you can use a rule of inference called addition and infer that $A \vee B$ is true. (This is not a hypothesis).
Now using Modus Ponens, you can infer that $X$ is true.
The formal proof would look like this:
Premises
1)$\quad A$
2)$\quad A\vee B \Rightarrow X$
Proof
3)$\quad A \vee B\quad\quad\quad \quad\quad \text{Addition(1)}$
4)$\quad X\quad\quad\quad \quad\quad \text{Modus Ponens(2, 3)} $
You have proved that $X$ is true.
Now let's say that your premises are $A \wedge B$, $A \Rightarrow X$. You want to prove that $X$ is true.
Now you can use a rule of inference called Simplification (or Conjunction Elimination) and infer that $A$ is true. (This is also not a hypothesis).
Using Modus Ponens, you can infer that $X$ is true.
The formal proof would look like this:
Premises
1)$\quad A \wedge B$
2)$\quad A \Rightarrow X$
Proof
3)$\quad A\quad\quad\quad \quad\quad \text{Simplification(1)}$
4)$\quad X\quad\quad\quad \quad\quad \text{Modus Ponens(2, 3)} $