Hi,
[(p -> q) ^ (q->r)] -> (p -> r)
??


You can just think about what the symbols mean: If the hypothesis is true then we have both p->q and q->r true. If p is true then, from p->q, what can you say about q? And what does that tell you about r?
