For this problem, you can use Pascal's Triangle as a shortcut (http://mathematics.laerd.com/maths/binomial-theorem-intro.php), but you can also expand the long way:
(x+7y)3
= (x+7y) (x+7y) (x+7y)
= (x2 + 7xy + 7xy + 49y2) (x+7y)
= (x2 + 14xy + 49y2) (x + 7y)
= (x3 + 14x2y + 49xy2 + 7x2y + 98xy2 + 343y3)
= (x3 + 21x2y + 147xy2 + 343y3)