I was given the statement and asked to write it out symbolically and negate it.
"Given any integer $n>1$, there is a power of $2$ that is bigger than $n/2$ and less than or equal to $n.$"
First, would this statement symbolically be
n∈$\mathbb{Z}$ (∀n>1) $\rightarrow$ ∃x∈$\mathbb{R}$ $(\frac{n}{2} <2^x \ge n)$
so if this is correct the negation would be
n∈$\mathbb{Z}$ (∀n>1) $\land$ ∀x∈$\mathbb{R}$ $(\frac{n}{2} >2^x \le n)$
Your initial symbolic statement is wrong. The phrase "power of 2" implies "integer power of 2". There's no need to talk about $\mathbb R$, so we can assume all quantification ranges over integers. So let's break this down.
Symbolically, this is $\forall n( n>1\rightarrow \mathrm{something})$
Symbolically, this is $\exists m\left(\frac{n}{2} < 2^m \le n\right)$
Putting them together gives $$ \forall n\left[n>1\rightarrow\exists m\left(\frac{n}{2}<2^m\le n\right)\right] $$ Can you negate this from here?