Since the probability for the first height is different from the others, we will need to split the problem up.
On the first height she can either clear it (0.7) or not clear it (0.65).
Now if she is successful on her first jump for her to clear a total of 3 heights, she needs to clear 2 heights of the remaining 3, if not successful she needs to clear all three remaining heights.
Let

be the event that she clears the height.
Let

be the event that she clears a height after the first height.
Let

be the number of heights that she clears.
Now since the heights are independent of each other, and we have a single probability for each jump, we have a binomial distribution.

~
)
So firstly lets look at the situation where she clears the first height.
So we have
=0.7\times \frac{3!}{2!1!}(0.65)^{2}(0.35)^{1}=0.7\times 0.443625=0.3105)
(Use the binomial function on your calc if needed).
Now lets look at the situtation where she doesn't clear the first height.
So we have
=0.3\times \frac{3!}{3!0!}(0.65)^{3}(0.35)^{1}=0.3\times 0.274625=0.0823875)
(Use the binomial function on your calc if needed).
Now the total probability that we are looking for here is
=0.3105+0.0824=0.3929)