The odds of any one student graduating is $0.6$. When you need to "and" together the probabilities of two (independent) events - for example, Alice graduates AND Bob graduates - you multiply. So the probability that two given students both graduate is equal to $0.6^2$, and the probability that $250$ given students all graduate is $0.6^{250}$. That's (1).
Here's a question: what is the probability that $k$ students graduate, and the remaining $250-k$ students don't? For each possible set of $k$ students, we're going to need to find the probability that they graduate and their peers don't, and then add this probability up over all possible sets. The probability for any one set is $0.6^k 0.4^{1-k}$ (do you see why? It's the same multiplication trick as before). The number of sets is just $250 \, C \, k$ - are you familiar with "choose" combinatorics? Anyways, maybe that will be enough of a hint to get (2).
I'm a little confused by (3). Exactly $75\%$ of $250$ is $187.5$, and you're not going to have half a student graduating. Maybe the answer is $0$? Maybe they mean exactly $188$ students graduating? Your call.